Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 647 Bytes

UPGRADE.md

File metadata and controls

12 lines (8 loc) · 647 Bytes

UPGRADE FROM v1.0.0-RC.3 TO v1.0.0-RC.4

  1. Doctrine\ORM\EntityManagerInterface has been added as a last argument to constructor for CommerceWeavers\SyliusSaferpayPlugin\Provider\PaymentProvider.

UPGRADE FROM v1.0.0-RC.2 TO v1.0.0-RC.3

  1. The namespace of DoctrineMigrations has changed. Mark all the plugin's migrations as executed:

    bin/console doctrine:migrations:version "CommerceWeavers\SyliusSaferpayPlugin\Migrations\Version20230424115143" --add --no-interaction
    bin/console doctrine:migrations:version "CommerceWeavers\SyliusSaferpayPlugin\Migrations\Version20230506091600" --add --no-interaction