Version 5.0.3

July 23, 2024

Fixed

  • Magic link expiring in certain timezones (Thanks [@RobinWissink)

Version 5.0.2

July 11, 2024

Fixed

  • If password field is blank when saving a user in the CP, skip password validation

Version 5.0.1

May 30, 2024

Changed

  • Icon to a new shiny (literally) icon

Version 5.0.0

May 30, 2024

Changed

  • Craft 5 compatibility

Version 1.0.4

March 28, 2024

Fixed

  • Blank errors appearing when matching password rules

Added

  • Passwords changed in the CP now go through the password rules

Version 1.0.3

August 23, 2022

Added

  • porter.php config file example.

Version 1.0.2

August 23, 2022

Added

  • craft.porter.deleteAccountFormProperties() variable to get default delete account form template properties in Twig.
  • craft.porter.deactivateAccountFormProperties() variable to get default deactivate account form template properties in Twig.
  • craft.porter.magicLinkFormProperties() variable to get default magic link form template properties in Twig.

Version 1.0.1

August 23, 2022

Fixed

  • Array merge issue when adding custom properties to all forms (Thanks [@flo-bananzki)
  • Missing namespace (Thanks [@flo-bananzki)
  • buttonLabel should have been buttonText and wasn't overwriting the default options

Version 1.0.0

June 20, 2022

Added

  • Initial release