Skip to content

2.2.0 - Update Sylius product options

Compare
Choose a tag to compare
@lruozzi9 lruozzi9 released this 22 Nov 16:37
· 46 commits to master since this release

What's Changed

💪 Improvements

📝 Upgrade notes

  • This version of plugin now requires Sylius >= v1.12.11, this is due to the existence of a new method on product option repository.

  • Some new deprecations in the Webgriffe\SyliusAkeneoPlugin\AttributeOptions\Importer have been added in #188. The new parameters are:

    • ProductOptionRepositoryInterface $optionRepository
    • TranslationLocaleProviderInterface $translationLocaleProvider
    • FactoryInterface $productOptionValueTranslationFactory
    • FactoryInterface $productOptionValueFactory
    • FactoryInterface $productOptionTranslationFactory
    • Translator $translator

    Not passing these parameters will cause an error from v3.0.0.

Full Changelog: v2.1.0...v2.2.0