Releases: coopTilleuls/CoopTilleulsForgotPasswordBundle
Releases · coopTilleuls/CoopTilleulsForgotPasswordBundle
v1.2.2
Fix routing deprecation (#49)
v1.2.1: Forgot password with username or email or another property (#32)
* reset password with username * resolve discussions on reset password with username * add unit tests on reset password with username * update configuration * return after resetPassword * resolve discussions * Fix BC Break * Fix code review * Fix tests * Fix code review * PHP-CS-Fixer * Fix phpunit test * Fix tests * Fix tests * Fix Code review * Fix Conflicts with master * use strict mode for in_array
v1.2.0
v1.1.1: Do not return an error on email not found (#43)
Remove coveralls from travis
v1.1.0: Allow creation of a new token even if an already still valid token exists (#41)
fix #37, allow resending an unexpired token (#41)
v1.0.9: Fix for Symfony 4 (#34)
Fix for Symfony 4: controller service must be public (#34)
v1.0.8: Optimize travis (#31)
* Optimize travis * Fix dev dependencies * Remove PHP 5.5 * Add symfony/serializer as required dependency + update documentation * Keep PHP 5.5 support
v1.0.7: Support Symfony 4
Fix #28 - Supports Symfony 4 (#29)
v1.0.6: Hotfix for JMSSerializer
v1.0.5: [RFR] Fix #24: bridge normalizer (#25)
#25 Bridge normalizer