Skip to content

Releases: SymfonyCasts/reset-password-bundle

Improved Czech translations and 2.0 Prep Work

06 Jun 12:00
d9cf439
Compare
Choose a tag to compare

Howdy Resetters!

We've improved the Czech translations, added type annotations, and added @final annotations to a couple classes - including the ResetPasswordHelper::class. Paving the way for 2.x...

The @final annotations will become final PHP Keywords in the 2.0 release. As will the the added "type" annotations; they'll be replaced with actual type keywords. We still have some work to do before 2.0 - but in the meantime, enjoy!

v1.22.0

June 6th, 2024

Feature

New Contributors

Full Changelog: v1.21.0...v1.22.0

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!