Skip to content

Releases: SymfonyCasts/reset-password-bundle

Allowed overriding reset request lifetime when generating a token

02 Feb 16:05
Compare
Choose a tag to compare

Howdy Resetters!

Allowed overriding the $resetRequestLifetime when generating a token and some chores and housekeeping.


v1.17.0

February 2nd, 2023

What's Changed

  • Allow overriding the $resetRequestLifetime when generating a token by @kbond in #257
  • chore: fix ci by @kbond in #258
  • README change - preventing localhost URI for prod by @akincer in #250
  • [ci] housekeeping by @jrushlow in #255

New Contributors

Full Changelog: v1.16.0...v1.17.0

More translations for our German and Polish friends!

04 Oct 08:40
05216bf
Compare
Choose a tag to compare

Howdy Resetters!

This is a tiny release that adds additional Polish and German Translations...


v1.16.0

October 4th, 2022

Feature

  • #245 - [translations] add additional Polish translations and fix pluralizations - @Flower7C3
  • #242 - [translations] Additional German translations - @dennis-g

Diff: v1.15.0...v1.16.0

Enjoy!

Drop Symfony 4.4 Support & Handle PHP 8.1 Time Bug

13 Sep 15:12
0c524ef
Compare
Choose a tag to compare

Howdy!

We've dropped support for Symfony 4.4 as of this release. But, more importantly, if you're using PHP v8.1.x we've added a composer conflict for PHP versions 8.1.0 through 8.1.9. This is due to a time bug that was introduced in PHP 8.1.0 but has been fixed in PHP 8.1.10.

The bug directly affected Reset Token Expiration times and only affected users running the bundle on PHP 8.1.0 through 8.1.9. Additional details can be found in PR #235 and it's related issue.


v1.15.0

September 13th, 2022

Feature

Bug

Diff: v1.14.1...v1.15.0

Enjoy!

Squashing pesky command deprecations

06 Aug 19:24
d906b72
Compare
Choose a tag to compare

Howdy Resetters!

This is a tiny release that handles deprecation messages triggered by the ResetPasswordRemoveExpiredCommand.


v1.14.1

August 6th, 2022

Bug

Diff: v1.14.0...v1.14.1

Enjoy!

Catalin Translations

12 Jul 16:55
b8f59b3
Compare
Choose a tag to compare

Howdy Resetters!

This is a tiny release that adds Catalan Translations and fixes the missing target language attribute in some existing translations...


v1.14.0

July 12th, 2022

Feature

Bug

Diff: v1.13.0...v1.14.0

Enjoy!

Improved inheritance and more exception translations!

23 Feb 14:49
6e926da
Compare
Choose a tag to compare

Howdy Resetters!

We've made it easier to use the bundle with multiple entities that need reset password functionality thanks to @DavidBilodeau1. We've also added French and Spanish translations for exceptions!

v1.13.0

February 23rd, 2022

Feature

Diff: v1.12.0...v1.13.0

Happy Resetting!

Exception(al) Translation Support!

14 Feb 16:18
ade9fad
Compare
Choose a tag to compare

Howdy Resetters!

This release adds Slovak and Hungarian translations as well as the ability to translate exception reasons for those times when a password reset fails.

v1.12.0

February 14th, 2022

Feature

Diff: v1.11.0...v1.12.0

Happy Resetting!

Symfony Deprecation Contracts 3.0 Support for Symfony 6

30 Nov 17:34
09fcd0d
Compare
Choose a tag to compare

Howdy Resetters!

This small release adds support for the latest Deprecation Contracts release required for Symfony 6

v1.11.0

Nov 30th, 2021

Feature

Diff: v1.10.0...v1.11.0

Happy Resetting!

Symfony 6 Support + Translations!

19 Nov 00:33
Compare
Choose a tag to compare

Howdy Resetters!

This release adds support for Symfony 6! It also adds several translations.

v1.10.0

Nov 18th, 2021

Feature

Diff: v1.9.1...v1.10.0

Happy Resetting!

Support Doctrine Attributes!

12 Jul 19:06
775e847
Compare
Choose a tag to compare

Howdy Resetters!

This release adds missing support for PHP 8 Attributes with Doctrine Entities:

v1.9.1

July 12th, 2021

Bug Fix

  • #176 - Allow using PHP 8 attributes for doctrine entities - @Tobion

Diff: v1.9.0...v1.9.1

Happy Resetting!