diff --git a/CHANGELOG.md b/CHANGELOG.md index 57f2001..9e733be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ # [7.0.0-beta.1](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/compare/v6.0.2...v7.0.0-beta.1) (2024-04-09) +### Bug Fixes + +* Fixed DriverInterface issue ([a6d0109](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/a6d01098c246b2a3b3475ed0d3060d4de75f2817)) +* Fixed issue in FeedContent construct ([d289fd3](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/d289fd3f1afca23dba3421461c9ae3d71c22be21)) +* use id instead of SKU ([#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39)) ([389dad7](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/389dad739f137a2fe221c93bda6bb4bccae7aa6d)) +* use id instead of SKU ([#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39)) ([7b325cb](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/7b325cba4e7b4f2c6de1227b64dac09e73a6cb6c)) + + +### Performance Improvements + +* Applied phpcs and phpmd rules ([d7e82dd](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/d7e82ddc47affc9506fed9f4013036693e96d605)) + + +### BREAKING CHANGES + +* Code is refactored based on phpcs and phpmd rules. + +# [7.0.0-beta.1](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/compare/v6.0.2...v7.0.0-beta.1) (2024-04-09) + + ### Bug Fixes * Fixed DriverInterface issue ([a6d0109](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/a6d01098c246b2a3b3475ed0d3060d4de75f2817))