Skip to content

Releases: sonata-project/SonataClassificationBundle

3.3.0

16 Mar 09:44
3.3.0
7a4b0a8
Compare
Choose a tag to compare

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 of class_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 persistent context parameter
  • Fixed using _self in navigate_child macro in tree template (Twig 2.0 support)

3.2.1

02 Feb 10:27
3.2.1
af492cd
Compare
Choose a tag to compare

Fixed

  • Category tree view was not easily customizable
  • Missing italian translation

3.2.0

05 Jan 09:55
3.2.0
5ffc3cd
Compare
Choose a tag to compare

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

05 Jul 08:01
3.1.0
26badd7
Compare
Choose a tag to compare

Added

  • Added AbstractCategoriesBlockService class
  • Added AbstractCollectionsBlockService class
  • Added AbstractTagsBlockService class

3.0.1

05 Jul 08:00
3.0.1
Compare
Choose a tag to compare

Fixed

  • Removed unmapped count property in BaseCategory.mongodb.xml
  • Renamed wrong slug property to name in BaseContext.mongodb.xml
  • CategoryAdmin now extends ContextAwareAdmin
  • CollectionAdmin now extends ContextAwareAdmin

Removed

  • Some unneeded Symfony dependencies