-
Passing
$creditMemoPdfFileGenerator
and$fileManager
to the constructor ofSylius\RefundPlugin\Sender\CreditMemoEmailSender
as the first and third arguments respectively has been deprecated and will be prohibited in 2.0. -
The
Sylius\RefundPlugin\File\FileManagerInterface
interface,Sylius\RefundPlugin\File\TemporaryFileManager
class and service with idSylius\RefundPlugin\File\TemporaryFileManager
have all been deprecated and will be removed in 2.0. There is no replacement. -
A factory for the
Sylius\RefundPlugin\Entity\LineItem
has been added with service idSylius\RefundPlugin\Factory\LineItemFactoryInterface
. It is recommended to use it instead of instantiating theLineItem
directly. -
Not passing an instance of
Sylius\RefundPlugin\Factory\LineItemFactoryInterface
to the constructors ofSylius\RefundPlugin\Converter\LineItem\OrderItemUnitLineItemsConverter
andSylius\RefundPlugin\Converter\LineItem\ShipmentLineItemsConverter
has been deprecated and will be prohibited in 2.0. -
Support for Sylius 1.13 has been added, it is now the recommended Sylius version to use with RefundPlugin.
-
Support for Sylius 1.11 has been dropped, upgrade your application to Sylius 1.12. or to Sylius 1.13.
-
Support for PHP 8.0 has been dropped.