Skip to content

Releases: sonata-project/SonataUserBundle

4.9.0

26 Oct 10:56
Compare
Choose a tag to compare

Added

  • [#1225] Support for nelmio/api-doc-bundle >= 3.6 (@wbloszyk)
  • [#1230] Support for sonata-project/datagrid-bundle to version ^3.0 (@wbloszyk)

Fixed

  • [#1247] Fixed Asserts validation for Default group. (@eerison)
  • [#1254] Deprecation about the extension of AbstractAdmin::getExportFields() method in UserAdmin. (@phansys)
  • [#1235] API routing paths after move routing type from 'REST' to 'XML' in v4.6.0 (@wbloszyk)
  • [#1212] Removed sonata.templating argument from google_authenticator.xml (@Jean-ita)

Removed

  • [#1230] Support for sonata-project/datagrid-bundle to version < 3.0 (@wbloszyk)

4.8.0

07 Sep 13:44
4.8.0
Compare
Choose a tag to compare

Added

  • [#1210] Added support for symfony/options-resolver:^5.1 (@phansys)

Changed

Fixed

  • [#1198] Fixed support for string model identifiers at Open API definitions (@phansys)

Removed

  • [#1198] Removed requirements that were only allowing integers for model identifiers at Open API definitions (@phansys)

4.7.0

30 Jul 17:00
4.7.0
782cdcd
Compare
Choose a tag to compare

Changed

  • [#1183] SonataEasyExtendsBundle is now optional, using SonataDoctrineBundle is preferred (@jordisala1991)

Deprecated

Fixed

  • [#1202] Fixed wrong placeholder delimiters at ReST API controller UserController. (@phansys)
  • [#1195] Fixed passing "format' parameter to API routes. (@phansys)
  • [#1194] Fixed API route names. (@phansys)

4.6.0

29 Jun 19:17
4.6.0
c651248
Compare
Choose a tag to compare

Added

  • [#1185] Added support for "friendsofsymfony/rest-bundle:^3.0"; (@phansys)
  • [#1185] Added public alias Sonata\UserBundle\Controller\Api\UserController for sonata.user.controller.api.user service; (@phansys)
  • [#1185] Added public alias Sonata\UserBundle\Controller\Api\GroupController for sonata.user.controller.api.group service. (@phansys)

4.5.3

07 May 06:40
4.5.3
05f2072
Compare
Choose a tag to compare

Added

  • czech translations

Fixed

  • Fixed retrieving all forwarded ip headers in the google authenticator helper

Security

  • Avoid leaking usernames in password recovery

4.5.2

04 Feb 20:05
4.5.2
0849d39
Compare
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
Compare
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
Compare
Choose a tag to compare
4.5.0

4.4.0

13 Jun 19:54
4.4.0
9082b5c
Compare
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
Compare
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.