Skip to content

2.8.0

Compare
Choose a tag to compare
@lruozzi9 lruozzi9 released this 24 Jul 07:59
· 1 commit to master since this release

What's Changed

💪 Improvements

📝 Upgrade notes

The v2.8.0 version introduces the Attribute importer.
If you want to import attribute and options translations from Akeneo you have to add the --importer="Attribute" option to the command that imports once a hour:

- 0   *   *  *  *  /path/to/sylius/bin/console -e prod -q webgriffe:akeneo:import --all --importer="AttributeOptions"
+ 0   *   *  *  *  /path/to/sylius/bin/console -e prod -q webgriffe:akeneo:import --all --importer="Attribute" --importer="AttributeOptions"

Full Changelog: v2.7.0...v2.8.0