Skip to content

Releases: SymfonyCasts/reset-password-bundle

Remove a users ResetPasswordRequest object...

05 Mar 20:37
598fc74
Compare
Choose a tag to compare

Howdy Resetters!

Check out Purging ResetPasswordRequest Objects for details on the newest feature.

What's Changed

  • [persistence] remove ResetPasswordRequest objects programmatically by @jrushlow in #284

Full Changelog: v1.20.3...v1.21.0

Public method signature changes are a non-factor

20 Feb 10:56
df64d82
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.20.2...v1.20.3

Add Romanian translation

22 Jan 12:49
b79a28c
Compare
Choose a tag to compare

Hello there!

A new Romanian translation added + fixed possible falsy comparison thanks to Psalm.

What's Changed

New Contributors

Full Changelog: v1.20.1...v1.20.2

Fix letter register in the method name

02 Jan 16:49
aaf9477
Compare
Choose a tag to compare

Hello there!

Basically, this renames getOneorNullResult() -> getOneOrNullResult() to match the case in orifinal method name.

What's Changed

New Contributors

Full Changelog: v1.20.0...v1.20.1

PHP 8.3 ready, drop legacy PHP 7.2-8.0, add Mongolian translation

18 Dec 22:04
9c682c2
Compare
Choose a tag to compare

What's Changed

  • Added Mongolian translations by @erkhem42 in #278
  • Drop legacy PHP 7.2-8.0 support by @bocharsky-bw in #277

New Contributors

  • @erkhem42 made their first contribution in #278

Full Changelog: v1.19.0...v1.20.0

Symfony 7 Support!

01 Dec 19:17
Compare
Choose a tag to compare

Hi Password Resetters!

This is an easy release - Symfony 7 support thanks to Victor!

What's Changed

Full Changelog: v1.18.0...v1.19.0

Have fun!

New el/mk translations & some internal chores

19 Sep 14:11
9906ceb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.17.0...v1.18.0

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!