Skip to content

2.9.0

Compare
Choose a tag to compare
@franmomu franmomu released this 21 Sep 08:20
· 34 commits to 2.x since this release

2.9.0 - 2021-09-21

Added

  • [#543] Added LocaleProviderInterface and RequestLocaleProvider to get the locale based on the parameter from the URL or the default configured one (@franmomu)
  • [#543] Added LocaleProvider service when knplabs is enabled to be able to show the content in the proper language (@franmomu)

Deprecated

  • [#542] Deprecated implementing Sonata\TranslationBundle\Model\TranslatableInterface in an Entity implementing Knp\DoctrineBehaviors\Contract\Entity\TranslatableInterface (@franmomu)
  • [#537] Sonata\TranslationBundle\Model\Gedmo\AbstractPersonalTranslatable class (@franmomu)
  • [#537] Sonata\TranslationBundle\Model\Gedmo\AbstractPersonalTranslation class (@franmomu)
  • [#537] Sonata\TranslationBundle\Model\Gedmo\AbstractTranslatable class (@franmomu)
  • [#537] Sonata\TranslationBundle\Model\AbstractTranslatable class (@franmomu)
  • [#537] Sonata\TranslationBundle\Traits\Gedmo\PersonalTranslatableTrait trait (@franmomu)
  • [#537] Sonata\TranslationBundle\Traits\Gedmo\TranslatableTrait trait (@franmomu)
  • [#537] Sonata\TranslationBundle\Traits\TranslatableTrait trait (@franmomu)

Removed

  • [#542] Removed support of knplabs/doctrine-behaviors < 2.2 (@franmomu)