Skip to content

Latest commit

 

History

History
75 lines (39 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

75 lines (39 loc) · 1.73 KB

Cryptographer Changelog

Release notes for the Cryptographer Craft CMS plugin.

1.2.0 - 2024-04-13

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.

1.1.0 - 2022-07-19

Added

  • Added support for Craft 4.

1.0.4 - 2021-12-08

Changed

  • Updated Hashids to 4.0 (on supported environments). (#4 by zizther)

1.0.3 - 2019-11-25

Added

  • Added hashidsAlphabet and hashidsMinLength config options. (#3 by @oddnavy)

1.0.2 - 2019-07-31

Fixed

  • Fixed plugin icon.

1.0.1 - 2019-07-25

Changed

  • Updated Hashids to 3.0 (on supported environments).

Fixed

  • Fixed an error that prevented the plugin from getting installed. (#2)

1.0.0 - 2019-03-15

Added

  • Added Craft 3 compatibility.
  • Added a cryptographer service that handles all encryption/decryption operations.
  • Added a URL safe encrypt Twig filter with a counterpart decrypt filter.
  • Added URL safe Hashids support with Twig filters maskNumbers & unmaskNumbers.

Changed

  • Renamed v0.x behaviour encrypt filter to maskLegacy.
  • Renamed v0.x behaviour decrypt filter to unmaskLegacy.
  • Uses Craft::$app->config->general->securityKey as the default secret key.
  • Removed secret key setting from the Control Panel UI.

0.1 - 2015-03-25

  • Initial release.