Releases: sonata-project/SonataClassificationBundle
Releases · sonata-project/SonataClassificationBundle
3.3.0
Added
- Menu icon (fa-tags).
- Fix bad / missing translations in french.
- new methods for root categories in
CategoryManager
CategoryManager::loadCategories
method now loads all root categories in context- Categories tree now renders all root categories in context
Fixed
- Fix usage of deprecated
choice_list
option for >=SF2.7 - Allow false value for category in
AbstractCategoriesBlockService
- Allow false value for collection in
AbstractCollectionsBlockService
- Allow false value for tag in
AbstractTagsBlockService
- use
interface_exists
instead ofclass_exists
- Fixed missing type field in filters form in categories tree mode
- Twig runtime error on Symfony < 3.2 and Twig 2.x
- Fixed conflict of datagrid
context
value and persistentcontext
parameter - Fixed using
_self
innavigate_child
macro in tree template (Twig 2.0 support)
3.2.1
Fixed
- Category tree view was not easily customizable
- Missing italian translation
3.2.0
Fixed
- Symfony 3 compatibility was improved
- Support for FosRestBundle 2.0
- Incorrect
tag
reference on command output - Missing italian translations
- Deprecated
Admin
class usage - Missing parameters from parent class in
ContextAwareAdmin::getPersistentParameters
- Incorrect names transliterating for slugs
- Missing en translations for create forms
- Typo in service unit tests
- The category tree view in case the category list is empty
- Vertical centering of buttons within a navbar in list/tree selector
- Deprecated
AbstractBlockServiceTest
,FakeTemplating
,BaseBlockService
usage
Removed
- Internal test classes are now excluded from the autoloader
3.1.0
Added
- Added
AbstractCategoriesBlockService
class - Added
AbstractCollectionsBlockService
class - Added
AbstractTagsBlockService
class
3.0.1
Fixed
- Removed unmapped
count
property inBaseCategory.mongodb.xml
- Renamed wrong
slug
property toname
inBaseContext.mongodb.xml
CategoryAdmin
now extendsContextAwareAdmin
CollectionAdmin
now extendsContextAwareAdmin
Removed
- Some unneeded Symfony dependencies