2.0.0-beta1
Pre-release
Pre-release
- Dropped Symfony < 2.7 support.
- Dropped PHP < 5.5 support.
- Exclude tests from autoloader.
- Allow to use POST for logout.
- Fix UserPassword constraint validation groups.
- Harmonized email detection in
UserManager. - Added unique index for
confirmation_tokenfield. - Added Kyrgyz translation files.
- Added user manipulator events.
- Replaced
checkPostAuthbycheckPreAuthinAuthenticationListener. - [BC break] Method
ResettingController::getObfuscatedEmailhas been removed. - [BC break] Renamed templates to underscore case.
- [BC break] Removed
UserManager::refreshUser. - [BC break] Removed
UserManager::loadUserByUsername. - [BC break] Removed
UserManager::supportsClass. - [BC break] Removed unused properties
expiredandcredentialsExpiredincluding corresponding methods. - [BC break] The signature of the
Initializerconstructor has changed. - [BC break] The signature of the
LoginManagerconstructor has changed. - [BC break] The signature of the
UserListenerconstructor has changed. - [BC break] The signature of the
UserManagerconstructor has changed. - [BC break] The translation key
resetting.request.invalid_usernamehas been removed. - [BC break] The propel dependency was dropped.
- [BC break] The
saltfield of theUserclass is now nullable.