Releases: coopTilleuls/CoopTilleulsForgotPasswordBundle
Releases · coopTilleuls/CoopTilleulsForgotPasswordBundle
v1.6.0
What's Changed
- chore(deps): bump actions/cache from 3 to 4 by @dependabot in #135
- fix: CS by @vincentchalamon in #138
- chore: upgrade code to PHP 8.1 by @vincentchalamon in #139
- fix: introduce TokenGenerator by @vincentchalamon in #140
Full Changelog: v1.5.3...v1.6.0
v1.5.3
What's Changed
- feat: Symfony 7.0 support by @grosmanal in #134
New Contributors
- @grosmanal made their first contribution in #134
Full Changelog: v1.5.2...v1.5.3
v1.5.2
What's Changed
- Fix ForgotPasswordManager token reset by @vincentchalamon in #133
Full Changelog: v1.5.1...v1.5.2
v1.5.1
v1.5.0
What's Changed
- feat: #111 dispatch UserNotFoundEvent when a user was not found by @f-jost in #112
- Improve CI by @vincentchalamon in #113
- docs(configuration): fix the "Overriding" ref link by @nxtpge in #115
- Fix laminas/laminas-code support for PHP 8.0 and Symfony 4.4 in CI by @vincentchalamon in #118
- Replace
isMasterRequest
byisMainRequest
in documentation by @vincentchalamon in #121 - fix: CI by @vincentchalamon in #122
- security multi user provider integration by @aziz-harazi in #107
- Check bundle is bootable by @vincentchalamon in #123
- Fix CI by @vincentchalamon in #124
- Fix: CS by @vincentchalamon in #125
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #128
- Remove phpspec/prophecy by @vincentchalamon in #130
New Contributors
- @f-jost made their first contribution in #112
- @nxtpge made their first contribution in #115
- @aziz-harazi made their first contribution in #107
- @dependabot made their first contribution in #128
Full Changelog: v1.4.6...v1.5.0
v1.5.0-alpha
What's Changed
- Dispatch UserNotFoundEvent when a user was not found by @f-jost in #112
- Test with PHP 8.2 and Symfony 6.2 (drop test with PHP 7.4) by @vincentchalamon in #113
- Fix the "Overriding" ref link in doc by @nxtpge in #115
- Fix laminas/laminas-code support for PHP 8.0 and Symfony 4.4 in CI by @vincentchalamon in #118
- Replace
isMasterRequest
byisMainRequest
in documentation by @vincentchalamon in #121 - Support multiple users (provider integration) by @aziz-harazi in #107
New Contributors
- @f-jost made their first contribution in #112
- @nxtpge made their first contribution in #115
- @aziz-harazi made their first contribution in #107
Full Changelog: v1.4.6...v1.5.0-alpha
v1.4.6
What's Changed
- Revert "chore: remove Symfony < 4.4.* BC code (#106)" by @vincentchalamon in #110
Full Changelog: v1.4.5...v1.4.6
v1.4.5
What's Changed
- Fix API Platform 3.0 compatibility by @vincentchalamon in #99
- Follow Symfony Bundles best practices (removes unsupported versions of Symfony and PHP) by @vincentchalamon in #104
- Remove Symfony < 4.4.* BC code by @vincentchalamon in #106
- Fix OpenApiFactory decoration by @vincentchalamon in #108
Full Changelog: v1.4.4...v1.4.5
v1.4.4
What's Changed
- Rename OpenApi Parameter to tokenValue by @Cruiser13 in #105
New Contributors
- @Cruiser13 made their first contribution in #105
Full Changelog: v1.4.3...v1.4.4
v1.4.3
What's Changed
- Fix hardcoded paths on OpenApi and Swagger documentations by @vincentchalamon in #95
- Fix Configuration::getConfigTreeBuilder return type by @vincentchalamon in #96
- Improve documentation by @vincentchalamon in #97
- Fix JSON validation on update password by @vincentchalamon in #98
Full Changelog: v1.4.2...v1.4.3