Skip to content

Commit

Permalink
Update upgrade to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Oct 23, 2020
1 parent 53a586d commit 7770810
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
### UPGRADE FROM 0.11.0 TO 0.11.1
### UPGRADE FROM 0.11.0 TO 0.12.0

1. The custom repository has been removed :
1. The custom repository has been removed:

- removed the repository class `DoctrineInvoiceRepository` and replaced by `Sylius\InvoicingPlugin\Doctrine\ORM\InvoiceRepository`
- removed the related service `sylius_invoicing_plugin.custom_repository.invoice` use `sylius_invoicing_plugin.repository.invoice` instead
- removed the related interface `InvoiceRepository` use `Sylius\InvoicingPlugin\Doctrine\ORM\InvoiceRepositoryInterface` instead
- the repository class `Sylius\InvoicingPlugin\Repository\DoctrineInvoiceRepository` has been removed
and replaced by `Sylius\InvoicingPlugin\Doctrine\ORM\InvoiceRepository`.
- the related service `sylius_invoicing_plugin.custom_repository.invoice` has been removed,
use `sylius_invoicing_plugin.repository.invoice` instead
- the related interface `Sylius\InvoicingPlugin\Repository\InvoiceRepository` has been removed,
use `Sylius\InvoicingPlugin\Doctrine\ORM\InvoiceRepositoryInterface` instead.

### UPGRADE FROM 0.10.X TO 0.11.0

Expand Down

0 comments on commit 7770810

Please sign in to comment.