Releases: sonata-project/SonataUserBundle
Releases · sonata-project/SonataUserBundle
5.7.0
Removed
- [#1632] Support for Symfony 4.4 (@jordisala1991)
- [#1632] Support for Twig 2 (@jordisala1991)
5.6.3
Fixed
- [#1628] ORM schema mapping does not give errors about validation root (@jordisala1991)
- [#1626] Validation for unique
usernameandemailis applied tousernameCanonicalandemailCanonicalfields (@jordisala1991) - [#1626] Validation for MongoDB persistence (@jordisala1991)
- [#1627] Avoid deprecation on the check for is impersonator granted on Symfony >= 5.4 (@jordisala1991)
5.6.2
Fixed
- [#1624] XML validation of MongoDB ODM mapping. (@landure)
- [#1620] Generate the profile link only if the logged user has access to it (edit or show permissions) (@jordisala1991)
- [#1621] Ensure password is updated when it is the only field edited (@jordisala1991)
- [#1621] Register doctrine event subscribers both for ORM and ODM (@jordisala1991)
5.6.1
Fixed
- [#1615] Fix xml validation of MongoDB ODM mapping. (@jordisala1991)
- [#1615] Avoid deprecation for enabled boolean field on MongoDB ODM. (@jordisala1991)
- [#1616] Fix always show edit button on user admin list page. (@jordisala1991)
5.6.0
5.5.0
Changed
- [#1587] RolesBuilder: add attributes "admin_code", "group_label", "group_code". (@piddubnij)
Fixed
- [#1587] Fix RolesBuilder attribute "admin_label" set admin translation domain (@piddubnij)
- [#1587] Fix roles matrix attribute "admin_label" can repeat not even in different groups but also in the same group (@piddubnij)
- [#1577] Sonata-admin 4.20 deprecation (@VincentLanglet)
5.4.0
5.3.3
Added
- [#1560] Add support for
sonata-project/doctrine-extensions^2.0. (@jordisala1991) - [#1560] Add support for
sonata-project/twig-extensions^2.0. (@jordisala1991)
Fixed
5.3.2
Fixed
- [#1556]
User::getUsernamereturn the real value in database (and can return null). (@VincentLanglet)
5.3.1
Fixed
- [#1553] Fix user edit page to check for a form attribute before rendering the role matrix. (@wluijt-endertech)