Releases: SymfonyCasts/reset-password-bundle
v1.23.0 : Better fake token
Hey Password Resetters!
The generated fake reset token now looks more like a real one.
What's Changed
- [tests] test bundle against actual symfony app by @jrushlow in #319
- [ci] fix wrong tmp path in php-cs-fixer config by @jrushlow in #323
- [dx] keep tooling in one place by @jrushlow in #325
- [translations] port DA, FA, & ID from VerifyEmailBundle by @jrushlow in #326
- use internal-test-helpers for app tests by @jrushlow in #324
- [translation] add missing italian translations by @Crovitche-1623 in #328
- [ci] php-cs-fixer it up by @jrushlow in #329
- [ci] php-cs-fixer it up by @jrushlow in #330
- [ci] php-cs-fixer it up by @jrushlow in #331
- Add CI status badge by @bocharsky-bw in #336
- Added .neon files to ignore export. by @laurentmuller in #338
- Replacing Static Fake Token with Randomized 32-Character Token by @Speelwolf in #340
New Contributors
- @laurentmuller made their first contribution in #338
- @Speelwolf made their first contribution in #340
Full Changelog: v1.22.0...v1.23.0
Improved Czech translations and 2.0 Prep Work
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
- #296 - [command] make class final - @jrushlow
- #297 - [ResetPasswordHelper] class to become final - @jrushlow
- #305 - [trait] add type annotations to ResetPasswordRequestTrait - @jrushlow
- #310 - [generator] [1.x] userId argument should be either a string or int - @jrushlow
- #320 - Add missing Czech translations - @dfridrich
New Contributors
- @dfridrich made their first contribution in #320
Full Changelog: v1.21.0...v1.22.0
Remove a users ResetPasswordRequest object...
Howdy Resetters!
Check out Purging ResetPasswordRequest Objects for details on the newest feature.
What's Changed
Full Changelog: v1.20.3...v1.21.0
Public method signature changes are a non-factor
Add Romanian translation
Hello there!
A new Romanian translation added + fixed possible falsy comparison thanks to Psalm.
What's Changed
- Add ro transalation by @dragosholban in #280
- Fix risky falsy comparison thanks to Psalm by @bocharsky-bw in #281
New Contributors
- @dragosholban made their first contribution in #280
Full Changelog: v1.20.1...v1.20.2
Fix letter register in the method name
Hello there!
Basically, this renames getOneorNullResult()
-> getOneOrNullResult()
to match the case in orifinal method name.
What's Changed
- Fix incorrect case of getOneOrNullResult by @glaubinix in #279
New Contributors
- @glaubinix made their first contribution in #279
Full Changelog: v1.20.0...v1.20.1
PHP 8.3 ready, drop legacy PHP 7.2-8.0, add Mongolian translation
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!
Hi Password Resetters!
This is an easy release - Symfony 7 support thanks to Victor!
What's Changed
- Allow Symfony 7 by @bocharsky-bw in #274
Full Changelog: v1.18.0...v1.19.0
Have fun!
New el/mk translations & some internal chores
What's Changed
- [ci] handle possible return types by @jrushlow in #260
- Use CI config files from the remote centralized spot by @bocharsky-bw in #261
- chore: fix type cast in
ResetPasswordRequestRepositoryTrait
when usingdeclare(strict_types=1);
by @Crovitche-1623 in #263 - Rebuild CI and fix CS by @bocharsky-bw in #265
- Fix repository name in the docs by @bocharsky-bw in #269
- Add el, mk translations by @zmakrevski in #271
New Contributors
- @Crovitche-1623 made their first contribution in #263
- @zmakrevski made their first contribution in #271
Full Changelog: v1.17.0...v1.18.0
Allowed overriding reset request lifetime when generating a token
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