Skip to content

Releases: sonata-project/SonataClassificationBundle

3.17.0

21 Sep 10:00
Compare
Choose a tag to compare

Added

  • [#721] Missing methods in interfaces (through the @method annotation). (@phansys)
  • [#722] Missing requirement for "doctrine/collections". (@phansys)

Fixed

  • [#727] Some @return types at Sonata\ClassificationBundle\Controller\Api\CategoryController; (@phansys)
  • [#727] Checking for an empty collection returned by CategoryInterface::getChildren() at CategorySelectorType. (@phansys)
  • [#726] Several wrong types in arguments and return declarations. (@phansys)
  • [#721] Calls to several undefined methods. (@phansys)
  • [#724] Calls to undefined methods in ODM queries at CategoryManager::getPager(), CollectionManager::getPager() and TagManager::getPager(). (@phansys)
  • [#719] Several docblock types for properties and methods under the Sonata\ClassificationBundle\Model\ namespace. (@phansys)

3.16.0

06 Apr 11:54
94e9460
Compare
Choose a tag to compare

Added

3.15.1

21 Mar 21:46
bcefd72
Compare
Choose a tag to compare

Removed

3.15.0

15 Feb 21:19
f06d12c
Compare
Choose a tag to compare

Changed

3.14.0

27 Nov 18:25
3.14.0
bed4a86
Compare
Choose a tag to compare

3.14.0 - 2020-11-27

Added

Removed

  • [#585] Remove support for doctrine/mongodb-odm <2.0 (@franmomu)

3.13.2

05 Sep 09:39
3.13.2
3fc030b
Compare
Choose a tag to compare

Fixed

  • [#573] Fixed support for string model identifiers at Open API definitions. (@wbloszyk)
  • [#567] Fix loading CategoryFilter items (@core23)

Removed

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

3.13.1

23 Aug 13:57
3.13.1
693c250
Compare
Choose a tag to compare

Fixed

  • [#554] Make admin dependency optional for block rendering (@core23)

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