981 B
UPGRADE FROM v1.1.X TO v1.2.0
-
BC BREAK:
Sylius\Bundle\UserBundle\Controller\UserController's methodaddFlashhas been renamed toaddTranslatedFlashwith added scalar typehints for compatibility with both Symfony 3.4 and Symfony 4.0. -
Sylius\Bundle\CoreBundle\Installer\Requirement\FilesystemRequirements::__constructdeprecates passingstring $rootDiras a second argument, remove it from your calls to be compatible with 2.0 release. -
The deprecated form mapping feature in SonataCoreBundle has been disabled in the app configuration included from SyliusCoreBundle. If you depend on the feature in your application, you will need to make the necessary changes. Refer to https://github.com/sonata-project/SonataCoreBundle/pull/462 for more information.
-
liip/imagine-bundle has been upgraded to ^2.0, which contains BCs from previous ^1.9.1 version. Please read their upgrade guide https://github.com/liip/LiipImagineBundle/blob/2.0/UPGRADE.md.