Skip to content

Releases: sonata-project/SonataAdminBundle

4.31.0

15 Jul 18:57
73492af
Compare
Choose a tag to compare

Added

  • [#8192] Enable security information mapping for RoleSecurityHandler (@core23)

Fixed

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

4.30.2

08 May 12:27
ad0bffa
Compare
Choose a tag to compare

Fixed

4.30.1

10 Apr 20:10
8fd5658
Compare
Choose a tag to compare

Fixed

4.30.0

10 Apr 15:37
58a5492
Compare
Choose a tag to compare

Added

Deprecated

Fixed

4.29.3

22 Jan 09:11
9b1294e
Compare
Choose a tag to compare

Fixed

4.29.2

24 Dec 10:50
e96a82d
Compare
Choose a tag to compare

Changed

  • [#8141] CRUDController::handleModelManagerException can now return a custom error message string for display in the flashbag instead of Sonata ones. Return type is removed from the signature (@wadjei)

Fixed

  • [#8139] Deprecation about ArgumentValueResolverInterface usage (@Hanmac)

4.29.1

12 Dec 10:42
7fde202
Compare
Choose a tag to compare

Fixed

  • [#8136] Fix clashing global twig variables (admin, base_template) if already set (@core23)

4.29.0

25 Nov 13:14
d327aa0
Compare
Choose a tag to compare

Added

4.28.1

20 Nov 09:47
75d7116
Compare
Choose a tag to compare

Fixed

  • [#8125] Needing to submit form twice when using CRUDController::render() (@AntoineRoue)

4.28.0

18 Oct 22:47
724c4fc
Compare
Choose a tag to compare

Changed

  • [#8116] Automatically detect base_template and admin twig variable (@core23)

Deprecated

  • [#8116] Deprecate CRUDController::renderWithExtraParams method (@core23)
  • [#8116] Deprecate CRUDController::addRenderExtraParams method (@core23)
  • [#8116] Deprecate CRUDController::getBaseTemplate method (@core23)

Fixed