Skip to content

Commit

Permalink
Add support for Hashids 4.x (fixes #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
rungta committed Mar 26, 2020
1 parent 37b3974 commit 967cbca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Release notes for the Cryptographer Craft CMS plugin.


## Unreleased

### Changed
- Updated Hashids to 4.0 (on supported environments). ([#4](https://github.com/miranj/craft-cryptographer/issues/4) by [zizther](https://github.com/zizther))



## 1.0.3 - 2019-11-25

### Added
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "miranj/craft-cryptographer",
"description": "Adds Twig filters to perform cryptographic operations.",
"type": "craft-plugin",
"version": "1.0.3",
"version": "1.0.4-dev",
"keywords": [
"craft",
"craftcms",
Expand All @@ -24,7 +24,7 @@
},
"require": {
"craftcms/cms": "^3.0.0",
"hashids/hashids": "^2.0 || ^3.0"
"hashids/hashids": "^2.0 || ^3.0 || ^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 967cbca

Please sign in to comment.