Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 693 Bytes

UPGRADE-2.x.md

File metadata and controls

19 lines (13 loc) · 693 Bytes

UPGRADE 2.x

UPGRADE FROM 2.0 to 2.1

Tests

All files under the Tests directory are now correctly handled as internal test classes. You can't extend them anymore, because they are only loaded when running internal tests. More information can be found in the composer docs.

Deprecated traits

The Sonata\TranslationBundle\Traits\Translatable class is deprecated. Use Sonata\TranslationBundle\Traits\TranslatableTrait instead.

The Sonata\TranslationBundle\Traits\PersonalTranslatable class is deprecated. Use Sonata\TranslationBundle\Traits\PersonalTranslatableTrait instead.