Skip to content

Releases: sonata-project/SonataClassificationBundle

3.8.1

03 Jun 17:42
3.8.1
4946e35
Compare
Choose a tag to compare

Added

  • Added translation keys for CategoryAdmin "General" and "Options" labels

3.8.0

18 Jan 22:31
3.8.0
22105ab
Compare
Choose a tag to compare

Fixed

  • Fix deprecation for symfony/config 4.2+
  • Deprecations about Sonata\CoreBundle\Model\BaseEntityManager

Removed

  • Removed CoreBundle deprecations
  • support for php 5 and php 7.0

3.7.1

18 Jun 19:46
3.7.1
Compare
Choose a tag to compare

Changed

  • Stop using the deprecated method Sonata\AdminBundle\Controller\CRUDController::render and use the new renderWithExtraParams
  • Force use translation strings for classification entities

Fixed

  • Make entity managers services public

3.7.0

22 May 07:40
3.7.0
Compare
Choose a tag to compare

Added

  • make block icon configurable
  • added block title translation domain

Fixed

  • Commands not working on symfony4

Removed

  • Default title from blocks
  • Compatibility with older versions of FOSRestBundle (<2.1)
  • Compatibility with Cocur slugify ^1.0

3.6.1

26 Jan 17:06
3.6.1
df700a8
Compare
Choose a tag to compare

Fixed

  • Slugify ^3.0 support
  • Make sonata.classification.manager.category public

3.6.0

07 Jan 10:03
3.6.0
3625281
Compare
Choose a tag to compare

Added

  • Added NotBlank constraint to Context::$id

Changed

  • make admin services explicit public

Fixed

  • Compatibility with SF 3.4, SF 4

Removed

  • NotNull constraint from Tag::$name
  • NotNull constraint from Context::$name
  • NotNull constraint from Category::$name
  • NotNull constraint from Collection::$name

3.5.0

08 Dec 09:25
3.5.0
eaf69f1
Compare
Choose a tag to compare

Changed

  • Rollback to PHP 5.6 as minimum support.

Fixed

  • It is now allowed to install Symfony 4

3.4.0

22 Oct 21:28
3.4.0
8523d71
Compare
Choose a tag to compare

Removed

  • Removed usage of old form type aliases
  • Support for old versions of php and Symfony

3.3.2

22 Oct 21:27
3.3.2
Compare
Choose a tag to compare

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

16 Jun 07:57
3.3.1
ba4f0cb
Compare
Choose a tag to compare

Fixed

  • use same as instead of deprecated sameas 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.