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.4

December 8, 2021

Changed

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

Version 1.0.3

November 25, 2019

Added

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

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 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.