Skip to content

Releases: sonata-project/SonataClassificationBundle

3.13.0

05 Aug 20:31
3.13.0
7458322
Compare
Choose a tag to compare

Added

  • [#545] Added support for "friendsofsymfony/rest-bundle:^3.0" (@wbloszyk)
  • [#542] Added public alias Sonata\ClassificationBundle\Controller\Api\CategoryController for sonata.classification.controller.api.category service (@wbloszyk)
  • [#542] Added public alias Sonata\ClassificationBundle\Controller\Api\CollectionController for sonata.classification.controller.api.collection service (@wbloszyk)
  • [#542] Added public alias Sonata\ClassificationBundle\Controller\Api\TagController for sonata.classification.controller.api.tag service (@wbloszyk)
  • [#542] Added public alias Sonata\ClassificationBundle\Controller\Api\ContextController for sonata.classification.controller.api.context service (@wbloszyk)

3.12.1

21 Jun 15:07
3.12.1
934a3cf
Compare
Choose a tag to compare

Fixed

Removed

3.12.0

19 Jun 19:25
3.12.0
181e3cb
Compare
Choose a tag to compare

Added

  • Added CategoryFilter for admin lists
  • Added CollectionFilter for admin lists

Fixed

  • fixed database schema to work with mssql

Changed

  • Make admin bundle optional

Removed

  • SonataCoreBundle dependencies
  • Support for Symfony < 4.3

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