Releases: FriendsOfSymfony/FOSUserBundle
Releases · FriendsOfSymfony/FOSUserBundle
2.2.3
2.2.2
2.2.1
2.2.0
- Deprecated the Groups feature.
- Marked all controllers final.
- Marked internal classes as such.
- Added Mongolian translation.
- Added an email provider.
- Added a custom user checker.
- Added PHP 7.4 and PHP 8.0 support.
- Removed fieldName attribute in MongoDB mapping.
- Registration confirmation now redirects to login page if token is invalid.
- User model will not rely on
AdvancedUserInterface
anymore. - Self-salting password encoders will not create a salt anymore.
- FlashListener constructor now accepts
SessionInterface
. - Fixed several Symfony deprecation notices.
- Fixed several translations.
- Bumped the min PHP version to 7.1.3.
- Bumped the min Symfony version to 4.4.
- Added compatibility with Twig 3.
- Added compatibility with doctrine/persistence 2.
2.1.2
2.1.1
2.1.0
- Dropped Symfony < 2.8 support.
- Added Symfony 4 compatibility.
- Refactored controllers and commands to use DI. Projects extending these classes will need to adapt their code (but should rather use supported extension points when possible).
- Redirect to login when requesting resetting password with invalid token.
- Added autocomplete hints for password inputs.
- Fixed several incorrect Turkish translations.
2.0.2
2.0.1
2.0.0
- Removed default
fos_user.from_email
configuration values. - Removed usage of internal Twig APIs when rendering emails.
- Add a timeout for the reset retry request.
- Add Esperanto translations.
- Fixed incorrect confirmation url.
- Commented outdated entries in several translation files.
- [BC break] Use
UserManager::getRepository()
instead ofUserManager::$repository
. - [BC break] Use
UserManager::getClass()
instead ofUserManager::$class
.