Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 775 Bytes

UPGRADE-4.0.md

File metadata and controls

16 lines (10 loc) · 775 Bytes

UPGRADE FROM 3.X to 4.0

Deprecations

All the deprecated code introduced on 3.x is removed on 4.0.

Please read 3.x upgrade guides for more information.

See also the diff code.

FieldDescription and TypeGuesser

Moved Sonata\DoctrineORMAdminBundle\Admin\FieldDescription to Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescription. Moved Sonata\DoctrineORMAdminBundle\Guesser\FilterTypeGuesser to Sonata\DoctrineORMAdminBundle\Guesser\FilterTypeGuesser. Moved Sonata\DoctrineORMAdminBundle\Guesser\TypeGuesser to Sonata\DoctrineORMAdminBundle\Guesser\TypeGuesser.