- BC BREAK:
OrderShowMenuBuilderconstructor now requires the fourth argument beingSymfony\Component\Security\Csrf\CsrfTokenManagerInterfaceinstance due to security reasons.
- BC BREAK:
Sylius\Bundle\ResourceBundle\Controller::applyStateMachineTransitionActionmethod now includes CSRF token checks due to security reasons. If you used it for REST API, these checks can be disabled by addingcsrf_protection: falseto your routing configuration.
-
Scanning for
composer.jsonfile inside themes directories is recursive by default, which can result in slow performance when e.g. anode_modulesfolder is present inside a theme folder. Supply the optionalscan_depth(integer) setting to thesylius_themeconfiguration to restrict scanning for the theme configuration file to a specific depth inside the specified theme directories. -
Methods
createQueryBuilderByProductCodeandfindOneByIdAndProductCodewere added toSylius\Component\Core\Repository\ProductReviewRepositoryInterface(no manual action needed if your implementation extendsSylius\Bundle\CoreBundle\Doctrine\ORM\ProductReviewRepository). -
Copy the following migrations from
vendor/sylius/sylius/app/migrationsto your own application, review them and apply them afterwards.Version20170913125128.phpVersion20171003103916.phpVersion20180102140039.php