mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
780 B
780 B
UPGRADE FROM v1.6.X TO v1.7.0
Require upgraded Sylius version using Composer:
composer require sylius/sylius:~1.7.0
Update your package.json in order to add slick-carousel :
{
"dependencies": {
"babel-polyfill": "^6.26.0",
"jquery": "^3.4.0",
"jquery.dirtyforms": "^2.0.0",
"lightbox2": "^2.9.0",
"semantic-ui-css": "^2.2.0",
+ "slick-carousel": "^1.8.1"
},
...
}
Template events
Sylius\Bundle\UiBundle\Block\BlockEventListenerhas been deprecated, usesylius_uiconfiguration instead.
Breaking changes
Those are excluded from our BC promise:
Sylius\Bundle\ShopBundle\EventListener\UserMailerListenerhas been removed and replaced withSylius\Bundle\CoreBundle\EventListener\MailerListener