Skip to content

Commit

Permalink
Add support for Hashids 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rungta committed Apr 13, 2024
1 parent ab61338 commit 40ba1e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Release notes for the Cryptographer Craft CMS plugin.

## Unreleased

### Changed
- Updated Hashids to 5.0 (on supported environments).

### Fixed
- Fixed incorrect translation category for the plugin’s Twig extension name.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"require": {
"craftcms/cms": "^3.0 || ^4.0",
"hashids/hashids": "^2.0 || ^3.0 || ^4.0",
"hashids/hashids": "^2.0 || ^3.0 || ^4.0 || ^5.0",
"php": "^7.2.5 || ^8.0"
},
"require-dev": {
Expand Down

0 comments on commit 40ba1e6

Please sign in to comment.