Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 564 Bytes

UPGRADE.md

File metadata and controls

17 lines (12 loc) · 564 Bytes

Upgrade from 1.2 to 1.3

Replace Loevgaard\SyliusBarcodePlugin\Model\BarcodeAwareInterface to Loevgaard\SyliusBarcodePlugin\Model\ProductVariantInterface at your App\Entity\ProductVariant.

Upgrade from 1.0 to 1.1

  • Prepend the following lines to your loevgaard_sylius_barcode.yaml config file (see this file for an example):

    imports:
        # ...
        - { resource: "@LoevgaardSyliusBarcodePlugin/Resources/config/app/config.yaml" }
        # ...