Skip to content

Releases: coopTilleuls/CoopTilleulsForgotPasswordBundle

v1.2.1: Forgot password with username or email or another property (#32)

28 Nov 12:18
Compare
Choose a tag to compare
* 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

10 Oct 12:56
Compare
Choose a tag to compare

BC break: change token column length to 50 (#44)

v1.1.1: Do not return an error on email not found (#43)

13 Jul 16:27
Compare
Choose a tag to compare

v1.1.0: Allow creation of a new token even if an already still valid token exists (#41)

05 Jul 08:10
Compare
Choose a tag to compare

v1.0.9: Fix for Symfony 4 (#34)

20 Jan 16:34
2a9c7dc
Compare
Choose a tag to compare
Fix for Symfony 4: controller service must be public (#34)

v1.0.8: Optimize travis (#31)

23 Dec 16:34
cc3187e
Compare
Choose a tag to compare
* 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

17 Nov 14:48
de0990a
Compare
Choose a tag to compare
Fix #28 - Supports Symfony 4 (#29)

v1.0.6: Hotfix for JMSSerializer

12 Jun 13:22
Compare
Choose a tag to compare

v1.0.5: [RFR] Fix #24: bridge normalizer (#25)

06 Jun 07:24
Compare
Choose a tag to compare

v1.0.4

13 Apr 09:17
Compare
Choose a tag to compare
  • Fix PHPUnit tests: bin2hex() now returns a string of 50 characters