Skip to content

Releases: webgriffe/SyliusAkeneoPlugin

1.8.1

10 Mar 18:22
ac4b59f
Compare
Choose a tag to compare

🔧 Fixes

  • Fix download file to not urlencode media code #57 (@mmenozzi)

1.8.0

10 Mar 14:22
d847f12
Compare
Choose a tag to compare

💪 Improvements

  • Added Sylius 1.9.x and Symfony 5 compatibility
  • Make GenericPropertyValueHandler write product and variant #55 (@mmenozzi)

🔧 Fixes

1.7.0

24 Feb 08:16
50a9583
Compare
Choose a tag to compare

💪 Improvements

  • Importer: Add argument to event #49 (@aleho)

🔧 Fixes

  • Skip not defined locales in ProductOptionValueHandler #50 (@mmenozzi)

1.6.1

22 Feb 12:02
Compare
Choose a tag to compare

🔧 Fixes

1.6.0

08 Feb 11:24
0612c60
Compare
Choose a tag to compare

💪 Improvements

  • #34 Handle multi-select attribute values (@aleho)

🔧 Fixes

  • #38 Readme grammar fixes (@azambon)
  • #40 Exclude missing locales during import (@azambon)
  • #42 Fix clean up command on specifying 0 as retention number of days (@lruozzi9)

1.5.0

11 Jan 11:36
f8f472e
Compare
Choose a tag to compare

💪 Improvements

  • Add old imported queue items cleanup command (#26)
  • Allow to enqueue product from admin UI (#30)
  • AttributeValueHandler now handles also all integer type attributes (#31)

1.4.1

07 Dec 17:24
Compare
Choose a tag to compare

🔧 Fixes

  • Fix AttributeValueHandler in case of numeric option codes (3f29108)

⚠️ BC Breaks

  • We marked the Webgriffe\SyliusAkeneoPlugin\ValueHandler\FileAttributeValueHandler class, just released in 1.4.0 as final. 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

07 Dec 10:35
3bc2144
Compare
Choose a tag to compare

💪 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

29 Nov 18:23
f8b6f56
Compare
Choose a tag to compare

💪 Improvements

  • Add attribute options importer (#21)
  • Add lock mechanism to consume and enqueue commands (#23)

🔧 Fixes

  • Remove temporary files after consume with a TemporaryFilesManager (#24)

1.2.0

16 Nov 17:14
08ac69b
Compare
Choose a tag to compare

💪 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)