Skip to content

Releases: sonata-project/SonataClassificationBundle

4.0.0-RC1

20 Nov 16:05
Compare
Choose a tag to compare
4.0.0-RC1 Pre-release
Pre-release
  • No significant changes

3.18.0

06 Nov 13:26
4a6e564
Compare
Choose a tag to compare

Deprecated

  • [#765] BaseCategory::disableChildrenLazyLoading() (@VincentLanglet)
  • [#760] CategoryManager::getRootCategoriesPager() (@VincentLanglet)
  • [#760] CategoryManager::getSubCategoriesPager() (@VincentLanglet)
  • [#735] Deprecated ReST API with FOSRest, Nelmio Api Docs and JMS Serializer. (@wbloszyk)
  • [#738] Extending classes marked as final: (@wbloszyk)
  • [#738] Sonata\ClassificationBundle\Admin\CategoryAdmin (@wbloszyk)
  • [#738] Sonata\ClassificationBundle\Admin\CollectionAdmin (@wbloszyk)
  • [#738] Sonata\ClassificationBundle\Admin\ContextAdmin (@wbloszyk)
  • [#738] Sonata\ClassificationBundle\Admin\TagAdmin (@wbloszyk)
  • [#738] Sonata\ClassificationBundle\Command\FixContextCommand (@wbloszyk)
  • [#738] Sonata\ClassificationBundle\Controller\CategoryAdminController (@wbloszyk)
  • [#738] Sonata\ClassificationBundle\DependencyInjection\Configuration (@wbloszyk)
  • [#738] Sonata\ClassificationBundle\DependencyInjection\SonataClassificationExtension (@wbloszyk)
  • [#738] Sonata\ClassificationBundle\Document\CategoryManager (@wbloszyk)
  • [#738] Sonata\ClassificationBundle\Document\CollectionManager (@wbloszyk)
  • [#738] Sonata\ClassificationBundle\Document\TagManager (@wbloszyk)
  • [#738] Sonata\ClassificationBundle\Entity\CategoryManager (@wbloszyk)
  • [#738] Sonata\ClassificationBundle\Entity\CollectionManager (@wbloszyk)
  • [#738] Sonata\ClassificationBundle\Entity\ContextManager (@wbloszyk)
  • [#738] Sonata\ClassificationBundle\Entity\TagManager (@wbloszyk)
  • [#738] Sonata\ClassificationBundle\Form\Type\Category\SelectorType (@wbloszyk)
  • [#738] Sonata\ClassificationBundle\SonataClassificationBundle (@wbloszyk)

4.0.0-alpha1

03 Nov 07:05
Compare
Choose a tag to compare
4.0.0-alpha1 Pre-release
Pre-release

Added

Changed

  • [#754] Added type hints to manager methods (@core23)
  • [#745] Added type hints to methods and properties (@core23)
  • [#745] Reduce visibility of config methods (@core23)

Fixed

  • [#757] Removed call to unknown FormMapper::getAdmin method (@core23)

Removed

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)