Skip to content

Releases: sonata-project/SonataTranslationBundle

3.3.0

04 Jun 08:32
Compare
Choose a tag to compare

Added

3.2.0

25 Apr 04:58
Compare
Choose a tag to compare

Removed

3.1.1

22 Mar 08:30
Compare
Choose a tag to compare

Fixed

Removed

3.1.0

10 Jun 06:47
97030de
Compare
Choose a tag to compare

Changed

  • [#636] Sonata\TranslationBundle\Checker\TranslationChecker rely on 'is_a' instead of insteance of to fully support string parameter. (@mpoiriert)
  • [#637] Locale block response is not rendered as private anymore to be compatible with SonataBlockBundle 5 (@franmomu)

Removed

3.0.1

22 Mar 17:52
36d796b
Compare
Choose a tag to compare

Fixed

  • [#630] Support of new admin declaration with model_class as attribute (@fransweerts)

3.0.0

28 Jan 08:58
01be7c7
Compare
Choose a tag to compare

No changes.

3.0.0-rc.1

31 Dec 12:14
Compare
Choose a tag to compare
3.0.0-rc.1 Pre-release
Pre-release

Added

Changed

  • [#550] Sonata\TranslationBundle\Admin\Extension\Knplabs\TranslatableAdminExtension has been marked as @internal (@franmomu)
  • [#550] Sonata\TranslationBundle\Admin\Extension\Gedmo\TranslatableAdminExtension has been marked as @internal (@franmomu)

Fixed

  • [#556] Fixed accessing current locale from block_locale_switcher.html.twig template (@ggabrovski)

Removed

  • [#599] UserLocaleSubscriber class in favor of implementing its own solution (@franmomu)
  • [#558] Dropped support for PHP 7.3 (@franmomu)
  • [#559] Removed TranslatableInterface::getLocale() method (@franmomu)

2.10.1

31 Dec 12:30
Compare
Choose a tag to compare

Fixed

  • [#598] Creating or updating an entity with translatable sub items (@franmomu)

2.10.0

17 Nov 19:38
Compare
Choose a tag to compare

Added

  • [#578] Support for 5.x versions in symfony/browser-kit, symfony/config, symfony/css-selector, symfony/dependency-injection, symfony/http-foundation, symfony/intl, symfony/options-resolver, symfony/phpunit-bridge and symfony/templating (@phansys)

Deprecated

  • [#571] Sonata\TranslationBundle\Model\TranslatableInterface in favor of specific package interfaces (gedmo or knplabs) (@franmomu)
  • [#571] Sonata\TranslationBundle\Model\Gedmo\TranslatableInterface in favor of Gedmo\Translatable\Translatable (@franmomu)

2.9.1

19 Oct 19:09
Compare
Choose a tag to compare

Fixed

  • [#557] Setting the proper locale to Gedmo translatable listener (@franmomu)