In this version, we have updated the plugin to be compatible with version 2 of Sylius.
- The route
@WebgriffeSyliusHeylightPlugin/config/shop_routing.phphas been renamed to@WebgriffeSyliusHeylightPlugin/config/routes/shop.php. - The route
@WebgriffeSyliusHeylightPlugin/config/shop_ajax_routing.phphas been renamed to@WebgriffeSyliusHeylightPlugin/config/routes/shop_ajax.php. - The page
@WebgriffeSyliusHeylightPlugin/Process/index.html.twighas been replaced with@WebgriffeSyliusHeylightPlugin/shop/payment/process.html.twigand now uses twig hooks. If you have customized the previous template, please migrate your customizations to the new template using the available twig hooks. - The asset
public/poll_payment.jshas been removed. The JS is now included in the default Webpack Encore build process.