Skip to content

Releases: sonata-project/SonataUserBundle

4.5.2

04 Feb 20:05
4.5.2
0849d39

Choose a tag to compare

Fixed

  • some deprecations form the core bundle
  • Doctrine MongoDB mappin

4.5.1

21 Oct 17:38
4.5.1
6f67594

Choose a tag to compare

Added

  • Add missing translation for admin menu

Fixed

  • Fixed invocation of non-existent "getLogger" method. Changed to access property.

4.5.0

27 Sep 06:51
4.5.0
5159ebf

Choose a tag to compare

4.5.0

4.4.0

13 Jun 19:54
4.4.0
9082b5c

Choose a tag to compare

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 _controller attribute for routes which were using deprecated syntax.

4.3.0

31 Jan 06:54
4.3.0
a0f5f0d

Choose a tag to compare

Fixed

  • exception when calling sonata:user:two-step-verification even 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\TwoStepVerificationCommand that did not receive arguments.

4.2.3

08 Jul 19:58
4.2.3
7ea0d13

Choose a tag to compare

Fixed

Replace deprecated use of Google\Authenticator\GoogleAuthenticator by Sonata's namespace

4.2.2

09 Jun 10:42
4.2.2
e0eb6e0

Choose a tag to compare

Fixed

  • The following services can be get via the container again:
    • sonata.user.user_manager
    • sonata.user.group_manager
    • Sonata\UserBundle\Form\Type\RolesMatrixType
    • Sonata\UserBundle\Entity\UserManagerProxy

4.2.1

15 May 20:55
4.2.1
c97a059

Choose a tag to compare

Fixed

  • Load Sonata\UserBundle\Twig\RolesMatrixExtension only if UserBundle is used
  • Make Sonata\UserBundle\Form\Type\SecurityRolesType public, as it is lazy loaded
  • Move static Entity\BaseUser::getGenderList to Model\User so that it is available to all persistence systems

4.2.0

08 May 09:22
4.2.0
ef3f6d1

Choose a tag to compare

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

08 Feb 10:18
4.1.1
a0c57fb

Choose a tag to compare

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