Releases: sonata-project/SonataClassificationBundle
Releases · sonata-project/SonataClassificationBundle
3.8.1
3.8.0
3.7.1
3.7.0
3.6.1
Fixed
- Slugify ^3.0 support
- Make
sonata.classification.manager.category
public
3.6.0
Added
- Added
NotBlank
constraint toContext::$id
Changed
- make admin services explicit public
Fixed
- Compatibility with SF 3.4, SF 4
Removed
NotNull
constraint fromTag::$name
NotNull
constraint fromContext::$name
NotNull
constraint fromCategory::$name
NotNull
constraint fromCollection::$name
3.5.0
Changed
- Rollback to PHP 5.6 as minimum support.
Fixed
- It is now allowed to install Symfony 4
3.4.0
Removed
- Removed usage of old form type aliases
- Support for old versions of php and Symfony
3.3.2
Added
- context fields validation in tag/collection create forms, which prevents creating objects with empty context from UI
Changed
- Changed string type declaration of form fields to the fully-qualified type class name.
Fixed
- Missing brazilian translations
3.3.1
Fixed
- use
same as
instead of deprecatedsameas
in twig template - Fixed hardcoded paths to classes in
.xml.skeleton
files of config - Added route check to tree view
Resources/views/CategoryAdmin/tree.html.twig
. If there aren't edit AND show routes, render element name only.