Skip to content

Releases: sonata-project/SonataClassificationBundle

3.11.1

24 Mar 18:42
3.11.1
76570e9
Compare
Choose a tag to compare

Added

  • Add public aliases to all manager interface
  • Added CollectionManager::getBySlug method
  • Added CategoryManager::getBySlug method
  • Added CategoryManager::getByContext method
  • Added TagManager::getBySlug method
  • Added TagManager::getByContext method

Fixed

  • Allow cocur/slugify ^4.0

Removed

  • Remove block deprecations

3.11.0

18 Mar 18:02
3.11.0
6e39b19
Compare
Choose a tag to compare

Added

  • Add public aliases to all manager interface
  • Added CollectionManager::getBySlug method
  • Added CategoryManager::getBySlug method
  • Added CategoryManager::getByContext method
  • Added TagManager::getBySlug method
  • Added TagManager::getByContext method

Fixed

  • Allow cocur/slugify ^4.0

Removed

  • Remove block deprecations

3.10.1

03 Feb 18:04
3.10.1
800ed28
Compare
Choose a tag to compare

Fixed

  • Fix media bundle decoupling

3.10.0

31 Jan 22:36
3.10.0
2ac13ea
Compare
Choose a tag to compare

Fixed

  • Fix media bundle decoupling

Changed

  • Loading media association based on defined class

Removed

  • Support for Symfony < 3.4
  • Support for Symfony >= 4, < 4.2

3.9.2

11 Nov 23:13
3.9.2
0e9a8c3
Compare
Choose a tag to compare

Fixed

  • Fix calling wrong manager in AbstractCollectionsBlockService

3.9.1

14 Oct 06:55
3.9.1
0c2c9ba
Compare
Choose a tag to compare

Fixed

  • getContext method with non-existing context causing infinite loop among
    other bugs

Added

  • Add missing translation for admin menu

3.9.0

21 Sep 08:46
3.9.0
a2c0e6e
Compare
Choose a tag to compare

Added

  • Add more @method annotation to propagate new methods of CategoryManagerInterface
  • Add strict types to CategoryManager

Removed

  • Remove superfluous PHPDoc

Fixed

  • Match PHPDoc with doctrine model

Changed

  • CategoryManager::getRootCategory will throw an exception if you pass
    invalid arguments

3.8.1

03 Jun 17:42
3.8.1
4946e35
Compare
Choose a tag to compare

Added

  • Added translation keys for CategoryAdmin "General" and "Options" labels

3.8.0

18 Jan 22:31
3.8.0
22105ab
Compare
Choose a tag to compare

Fixed

  • Fix deprecation for symfony/config 4.2+
  • Deprecations about Sonata\CoreBundle\Model\BaseEntityManager

Removed

  • Removed CoreBundle deprecations
  • support for php 5 and php 7.0

3.7.1

18 Jun 19:46
3.7.1
Compare
Choose a tag to compare

Changed

  • Stop using the deprecated method Sonata\AdminBundle\Controller\CRUDController::render and use the new renderWithExtraParams
  • Force use translation strings for classification entities

Fixed

  • Make entity managers services public