Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 886 Bytes

File metadata and controls

10 lines (7 loc) · 886 Bytes

Upgrade plugin guide

Upgrade from version 2.x to 3.x

In this version, we have updated the plugin to be compatible with version 2 of Sylius.

  • The route @WebgriffeSyliusHeylightPlugin/config/shop_routing.php has been renamed to @WebgriffeSyliusHeylightPlugin/config/routes/shop.php.
  • The route @WebgriffeSyliusHeylightPlugin/config/shop_ajax_routing.php has been renamed to @WebgriffeSyliusHeylightPlugin/config/routes/shop_ajax.php.
  • The page @WebgriffeSyliusHeylightPlugin/Process/index.html.twig has been replaced with @WebgriffeSyliusHeylightPlugin/shop/payment/process.html.twig and 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.js has been removed. The JS is now included in the default Webpack Encore build process.