Releases: sonata-project/SonataUserBundle
Releases · sonata-project/SonataUserBundle
4.5.2
4.5.1
4.5.0
4.4.0
Added
- Added compatibility with jms/serializer-bundle:^3.0 and jms/serializer:^2.0
- Added missing google auth french translation
Fixed
- Fixed a bug with inability to use external model classes
- Fixed wrong google auth user manager argument when not using autowiring
- Fixed hard coded google auth redirection url
Changed
- Updated
_controllerattribute for routes which were using deprecated syntax.
4.3.0
Fixed
- exception when calling
sonata:user:two-step-verificationeven with proper configuration - deprecation for symfony/config 4.2+
- case when user was not found in sendEmailAction
- rendering resetting email on Windows
Deprecated
- executing a
Sonata\UserBundle\Command\TwoStepVerificationCommandthat did not receive arguments.
4.2.3
4.2.2
4.2.1
Fixed
- Load
Sonata\UserBundle\Twig\RolesMatrixExtensiononly if UserBundle is used - Make
Sonata\UserBundle\Form\Type\SecurityRolesTypepublic, as it is lazy loaded - Move static
Entity\BaseUser::getGenderListtoModel\Userso that it is available to all persistence systems
4.2.0
Added
- Role permissions can now be displayed in a matrix view using the
Sonata\UserBundle\Form\Type\RolesMatrixType
Fixed
- Missing french translations were added
- Commands now work on Symfony 4
Removed
- Removed compatibility with older versions of FOSRestBundle (<2.1)
4.1.1
Changed
- Switch all templates references to Twig namespaced syntax
- Switch from templating service to sonata.templating
Fixed
- choices for User gender now appears correctly flipped and translated
- Deprecation message on SecurityRolesType about
choices_as_values