-
Support for Sylius 2.0 has been added, it is now the recommended Sylius version to use with InvoicingPlugin.
-
Support for Sylius 1.X has been dropped, upgrade your application to Sylius 2.0.
-
The minimum supported version of PHP has been increased to 8.2.
-
The
sylius_invoicing_plugin_admin_order_invoices_partialandsylius_invoicing_plugin_shop_order_invoices_partialpartials have been replaced bySylius\InvoicingPlugin\Twig\Component\Invoice\ListComponenttwig component. -
Doctrine migrations have been regenerated, meaning all previous migration files have been removed and their content is now in a single migration file. To apply the new migration and get rid of the old entries run migrations as usual:
bin/console doctrine:migrations:migrate --no-interaction