-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up UPGRADE and CHANGELOG files
- Loading branch information
Showing
3 changed files
with
10 additions
and
358 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# UPGRADE FROM 1.6 TO 2.0 | ||
|
||
1. Support for Sylius 2.0 has been added, it is now the recommended Sylius version to use with InvoicingPlugin. | ||
|
||
1. Support for Sylius 1.X has been dropped, upgrade your application to [Sylius 2.0](https://github.com/Sylius/Sylius/blob/2.0/UPGRADE-2.0.md). | ||
|
||
1. The minimum supported version of PHP has been increased to 8.2. | ||
|
||
1. The `sylius_invoicing_plugin_admin_order_invoices_partial` and `sylius_invoicing_plugin_shop_order_invoices_partial` partials | ||
have been replaced by `Sylius\InvoicingPlugin\Twig\Component\Invoice\ListComponent` twig component. |
Oops, something went wrong.