Releases: SymfonyCasts/reset-password-bundle
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
More translations for our German and Polish friends!
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
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
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
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
- #229 - Add catalan translations - @victormhg
Bug
- #230 - Add missing target-language attr to all translations - @bocharsky-bw
Diff: v1.13.0...v1.14.0
Enjoy!
Improved inheritance and more exception translations!
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
- #216 - Changed private to protected for the ResetPasswordRequestTrait - @DavidBilodeau1
- #215 - Added spanish translation for exceptions - @idmarinas
- #214 - Add French translations for the exceptions - @DennisdeBest
Diff: v1.12.0...v1.13.0
Happy Resetting!
Exception(al) Translation Support!
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
- #211 - Add Dutch translations for exception reasons - @codedmonkey
- #210 - Add Russian translations for exception reasons - @bocharsky-bw
- #209 - Add Ukrainian translations for exception reasons - @bocharsky-bw
- #206 - RFC: Add translations for exception reasons - @bocharsky-bw
- #200 - Added Slovak translation. - @zalesak
- #196 - [translations] Add Hungarian translations - @1ed
Diff: v1.11.0...v1.12.0
Happy Resetting!
Symfony Deprecation Contracts 3.0 Support for Symfony 6
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!
Howdy Resetters!
This release adds support for Symfony 6! It also adds several translations.
v1.10.0
Nov 18th, 2021
Feature
- #183 - add method return types for symfony 6 support - @jrushlow
- #184 - [translations] add Dutch translations - @jrushlow
- #185 - [translations] add Czech translations - @jrushlow
- #187 - [translations] Add Japanese translation - @jrushlow
- #189 - add support for symfony 6 - @jrushlow
Diff: v1.9.1...v1.10.0
Happy Resetting!
Support Doctrine Attributes!
Howdy Resetters!
This release adds missing support for PHP 8 Attributes with Doctrine Entities:
v1.9.1
July 12th, 2021
Bug Fix
Diff: v1.9.0...v1.9.1
Happy Resetting!