Releases: sonata-project/SonataClassificationBundle
Releases · sonata-project/SonataClassificationBundle
4.0.0-RC1
3.18.0
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
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
Removed
- [#763] Support for Symfony 5.2 (@jordisala1991)
- [#763] Support for
doctrine/persistence
< 2 (@jordisala1991) - [#763] Support for
cocur/slugify
< 4.0 (@jordisala1991) - [#745]
Sonata\ClassificationBundle\Form\FormHelper
(@core23) - [#744] Support for PHP 7.3 (@core23)
3.17.0
Added
- [#721] Missing methods in interfaces (through the
@method
annotation). (@phansys) - [#722] Missing requirement for "doctrine/collections". (@phansys)
Fixed
- [#727] Some
@return
types atSonata\ClassificationBundle\Controller\Api\CategoryController
; (@phansys) - [#727] Checking for an empty collection returned by
CategoryInterface::getChildren()
atCategorySelectorType
. (@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()
andTagManager::getPager()
. (@phansys) - [#719] Several docblock types for properties and methods under the
Sonata\ClassificationBundle\Model\
namespace. (@phansys)