Skip to content

Commit

Permalink
[Maintenance] Update upgrade file
Browse files Browse the repository at this point in the history
  • Loading branch information
NoResponseMate committed Feb 12, 2024
1 parent 0942bc9 commit 773ae98
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions UPGRADE-1.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@
`Sylius\RefundPlugin\File\TemporaryFileManager` class and
service with id `Sylius\RefundPlugin\File\TemporaryFileManager`
have all been deprecated and will be removed in 2.0. There is no replacement.

3. A factory for the `Sylius\RefundPlugin\Entity\LineItem` has been added with service id `Sylius\RefundPlugin\Factory\LineItemFactoryInterface`.
It is recommended to use it instead of instantiating the `LineItem` directly.

4. Not passing an instance of `Sylius\RefundPlugin\Factory\LineItemFactoryInterface` to the
constructors of `Sylius\RefundPlugin\Converter\LineItem\OrderItemUnitLineItemsConverter` and
`Sylius\RefundPlugin\Converter\LineItem\ShipmentLineItemsConverter`
has been deprecated and will be prohibited in 2.0.

0 comments on commit 773ae98

Please sign in to comment.