Skip to content

Releases: sonata-project/SonataUserBundle

5.7.0

25 Apr 04:49

Choose a tag to compare

Removed

5.6.3

12 Apr 17:24

Choose a tag to compare

Fixed

5.6.2

03 Apr 14:05
7dbd45b

Choose a tag to compare

Fixed

5.6.1

30 Mar 21:06
1ceae02

Choose a tag to compare

Fixed

5.6.0

22 Mar 13:03
49c0317

Choose a tag to compare

Added

Removed

5.5.0

06 Feb 10:36
6e0ee47

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

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

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

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

Choose a tag to compare

Fixed

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