Version 1.2.0
April 13, 2024
Added
- Added support for Craft 5. (#10)
Changed
- Updated Hashids to 5.0 (on supported environments).
Fixed
- Fixed incorrect translation category for the plugin’s Twig extension name.
Version 1.1.0
July 19, 2022
Added
- Added support for Craft 4.
Version 1.0.2
July 31, 2019
Fixed
- Fixed plugin icon.
Version 1.0.1
July 25, 2019
Changed
- Updated Hashids to 3.0 (on supported environments).
Fixed
- Fixed an error that prevented the plugin from getting installed. (#2)
Version 1.0.0
March 15, 2019
Added
- Added Craft 3 compatibility.
- Added a
cryptographer
service that handles all encryption/decryption operations. - Added a URL safe
encrypt
Twig filter with a counterpartdecrypt
filter. - Added URL safe Hashids support with Twig filters
maskNumbers
&unmaskNumbers
.
Changed
- Renamed v0.x behaviour
encrypt
filter tomaskLegacy
. - Renamed v0.x behaviour
decrypt
filter tounmaskLegacy
. - Uses
Craft::$app->config->general->securityKey
as the default secret key. - Removed secret key setting from the Control Panel UI.