Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Releases: sonata-project/SonataCoreBundle

3.16.0

14 Feb 21:26
3.16.0
5264f36
Compare
Choose a tag to compare

Added

  • The ids of the services deprecated services should be replaced with now appear in deprecation messages

Deprecated

  • not registering Sonata\Doctrine\Bridge\Symfony\Bundle\SonataDoctrineBundle in the kernel of your app

Fixed

  • several deprecations about services

3.15.1

26 Jan 22:46
3.15.1
30f5d12
Compare
Choose a tag to compare

Fixed

  • tests extending Sonata\CoreBundle\Test\XliffValidatorTestCase are no longer risky

3.15.0

20 Jan 14:28
3.15.0
664d338
Compare
Choose a tag to compare

Added

  • support for many grouped flash messages

3.14.1

17 Jan 07:55
3.14.1
b38dfe1
Compare
Choose a tag to compare

Fixed

  • Moved deprecation notices of Sonata\CoreBundle\Form\Type\* classes into their buildForm methods
  • Wrongly triggered deprecation about InlineConstraint

3.14.0

13 Jan 15:45
3.14.0
d1b6800
Compare
Choose a tag to compare

Fixed

  • crash caused by an incompatibilty with sonata-project/exporter 2
  • deprecation wrongly triggered when using the new interface or classes

Removed

  • support for php 5 and php 7.0

3.13.7

20 Dec 13:32
3.13.7
8c9fb61
Compare
Choose a tag to compare

Fixed

  • Fixed wrong form namespaces

3.13.6

20 Dec 11:18
3.13.6
852b717
Compare
Choose a tag to compare

Fixed

  • crash about PageableManagerInterface when using composer install --authoritative-classmap
  • crashes related to form types

3.13.5

19 Dec 07:13
3.13.5
bd7a5f7
Compare
Choose a tag to compare

Fixed

  • crash about new FlashManager class not implementing old StatusClassRendererInterface

3.13.4

16 Dec 22:07
3.13.4
d720c4e
Compare
Choose a tag to compare

Fixed

  • crashes when a class type hints against an old type, but receives a new one
  • Fix deprecation for symfony/config 4.2+

3.13.3

16 Dec 15:02
3.13.3
118a201
Compare
Choose a tag to compare

Fixed

  • crashes when using composer install --classmap-authoritative