Releases: webgriffe/SyliusAkeneoPlugin
Releases · webgriffe/SyliusAkeneoPlugin
2.0.0 - First ALPHA release
New 2.0 version 🚀🎸
Please note! This is even an ALPHA release, DO NOT USE IN PRODUCTION!
📝 Upgrade notes
This release contains various breaking changes! Please, check the UPGRADE-2.0 guide that contains all the info needed for safely upgrading the plugin in your project.
💪 Improvements
- API client replacement by @lruozzi9 in #125
- Use Symfony Messenger to handle ItemImport messages by @lruozzi9 in #134
- Validate product variant and its product before saving them (#148) by @mmenozzi in #169
- Implement import feedback system by @mmenozzi in #171
- Ability to customize which identifiers to enqueue by @mmenozzi in #172
🔧 Fixes and maintenance
- Upgrade to Sylius 1.11 by @lruozzi9 in #124
- Use PHP 8 syntax (#126) by @lruozzi9 in #128
- Merge #132 (v1.15.0) in master by @lruozzi9 in #133
- Remove deprecations (#44) by @lruozzi9 in #130
- Update README.md (#143) by @lruozzi9 in #147
- Move ApiClientMock file and fixtures outside of integration tests + some other tests fix (#146) by @lruozzi9 in #150
- Run local Akeneo instance with docker by @lruozzi9 in #164
- Fix Roave BC check by @mmenozzi in #170
Full Changelog: 1.16.2...v2.0.0-ALPHA
1.16.2
1.16.1
1.16.0
1.15.5
1.15.4
1.15.3
🔧 Fixes
- Move conflicts to composer requirements by @LucaGallinari in #142
Full Changelog: 1.15.2...1.15.3
1.15.2
1.15.1
📝 Upgrade notes
The bind_arguments_by_name
parameter has been deprecated. We suggest any way to continue using it in your configuration by setting its value to true and by replacing the attribute value handlers option index with the variable name. You could check for variable names in the README or in the value attribute files. Upgrading your configuration will make easier the upgrade to v2.0.0 by just removing the parameter.
Full Changelog: 1.15.0...1.15.1