Releases: webgriffe/SyliusAkeneoPlugin
Releases · webgriffe/SyliusAkeneoPlugin
1.8.1
1.8.0
1.7.0
1.6.1
1.6.0
1.5.0
1.4.1
🔧 Fixes
- Fix AttributeValueHandler in case of numeric option codes (3f29108)
⚠️ BC Breaks
- We marked the
Webgriffe\SyliusAkeneoPlugin\ValueHandler\FileAttributeValueHandler
class, just released in1.4.0
asfinal
. It was released few hours ago so we assume that no one has extended it yet. That's the reason why we didn't bump the major version number.
1.4.0
💪 Improvements
- Add queue items grid to admin panel (#25)
📝 Upgrade notes
Import the plugin config in config/packages/webgriffe_sylius_akeneo_plugin.yaml
with the following contents:
imports:
- { resource: "@WebgriffeSyliusAkeneoPlugin/Resources/config/config.yaml" }
Import the plugin routes by creating a file in config/routes/webgriffe_sylius_akeneo_plugin.yaml
with the follwing content:
webgriffe_sylius_akeneo_plugin_admin:
resource: "@WebgriffeSyliusAkeneoPlugin/Resources/config/admin_routing.yaml"
prefix: /admin
1.3.0
1.2.0
💪 Improvements
- Add support to Sylius 1.8 and PHP 7.4 (eec144f)
- Add product variant status resolver (#14)
- Allow to add custom value handlers to the resolver with service tag (#16)
- Add AttributeValueHandler and FileAttributeValueHandler (#13)
- Allow to enqueue all identifiers from specific importer(s) (#18)
🔧 Fixes
- Fix errors when the plugin is installed without any friendly configuration (9cb2832)