mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
779 B
779 B
UPGRADE FROM 1.1 to 1.2
-
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.