Skip to content

Releases: sonata-project/SonataUserBundle

5.5.0

06 Feb 10:36
6e0ee47
Compare
Choose a tag to compare

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

09 Oct 20:30
da37806
Compare
Choose a tag to compare

Changed

  • [#1572] Password field is now of type PasswordType (was TextType). (@m-ar-c)

Fixed

  • [#1567] Add UniqueEntity constraint to username field in order to prevent UniqueConstraintViolationException exception. (@m-ar-c)

5.3.3

13 Aug 14:49
6ee0426
Compare
Choose a tag to compare

Added

Fixed

  • [#1562] Add UniqueEntity constraint to email field in order to prevent UniqueConstraintViolationException exception. (@m-ar-c)

5.3.2

28 Jul 15:17
8bcc0d0
Compare
Choose a tag to compare

Fixed

  • [#1556] User::getUsername return the real value in database (and can return null). (@VincentLanglet)

5.3.1

20 Jul 08:20
e254ffa
Compare
Choose a tag to compare

Fixed

  • [#1553] Fix user edit page to check for a form attribute before rendering the role matrix. (@wluijt-endertech)

5.3.0

13 Jul 07:09
23ada72
Compare
Choose a tag to compare

Added

  • [#1540] Added RoleMatrixType:exclude Option to hide choices. (@Hanmac)

5.2.0

25 Jun 09:28
4959441
Compare
Choose a tag to compare

Added

Removed

5.1.0

29 Apr 19:01
740a722
Compare
Choose a tag to compare

Changed

  • [#1533] Changed UserAdmin classnameLabel. This affects the breadcrumb translation generation. With this change Sonata will always pick the SonataUserBundle breadcrumbs translations by default. (@aerrasti)

5.0.0

13 Mar 18:43
Compare
Choose a tag to compare

Fixed

5.0.0-rc.1

01 Mar 08:46
904496f
Compare
Choose a tag to compare
5.0.0-rc.1 Pre-release
Pre-release

Added

Changed

  • [#1503] SonataAdminBundle dependency is now optional. Trying to access sonata_user.userAdmin variable in Twig templates will throw a \LogicException if SonataAdminBundle is not installed. (@supersmile2009)

Fixed

Removed