Skip to content

Releases: sonata-project/SonataUserBundle

5.19.0

Choose a tag to compare

@dmaicher dmaicher released this 18 Dec 17:41
fe5afad

Added

Changed

  • [#1733] Makes references to service('sonata.admin.pool') and service('sonata.admin.configuration') optional. (@Hanmac)
  • [#1733] Makes references to service('sonata.user.admin_roles_builder') and service('sonata.user.security_roles_builder') optional. (@Hanmac)

Removed

5.18.0

Choose a tag to compare

@dmaicher dmaicher released this 10 Nov 11:01
4495125

Changed

Removed

5.17.0

Choose a tag to compare

@dmaicher dmaicher released this 18 Oct 11:36
ff14740

Added

Deprecated

5.16.0

Choose a tag to compare

@VincentLanglet VincentLanglet released this 13 Sep 21:42
e3aba1a

Added

  • [#1716] Added compatability to doctrine/persistence 4 (@cngJo)

5.15.0

Choose a tag to compare

@VincentLanglet VincentLanglet released this 16 May 19:45
f0c2fa7

Deprecated

5.14.0

Choose a tag to compare

@SonataCI SonataCI released this 18 Oct 08:14

Added

5.13.0

Choose a tag to compare

@VincentLanglet VincentLanglet released this 26 Aug 14:08
3252b50

Changed

Fixed

  • [#1689] Symfony 7.1 deprecation about Symfony\Component\HttpKernel\DependencyInjection\Extension usage (@VincentLanglet)

Removed

  • [#1695] After requesting new passwort the username isn't passed to CheckEmailAction anymode (@VincentLanglet)

5.12.0

Choose a tag to compare

@VincentLanglet VincentLanglet released this 18 Apr 19:44
14bde91

Added

  • [#1677] BaseUser3 with roles mapped type as json to be compatible with ORM 3 (@RobinDev)

5.11.0

Choose a tag to compare

@VincentLanglet VincentLanglet released this 08 Mar 02:19
58ceb3f

Added

  • [#1661] Default value true for the "multiple" option at RolesMatrixType form type (@phansys)

Changed

  • [#1661] RolesMatrixType form type allows multiple values by default (@phansys)

5.10.0

Choose a tag to compare

@VincentLanglet VincentLanglet released this 22 Jul 14:32
18423c0

Changed

  • [#1653] User implements LegacyPasswordAuthenticatedUserInterface (@Hanmac)

Fixed

  • [#1651] Deprecation of Event Subscribers on Symfony 6.3. The UserListener now uses Event Listeners (@Hanmac)