diff --git a/CHANGELOG.md b/CHANGELOG.md index 338f996..aef0a42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [7.0.0-beta.3](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/compare/v7.0.0-beta.2...v7.0.0-beta.3) (2024-04-10) + + +### Bug Fixes + +* use id instead of sku [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) ([7f8fa8a](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/7f8fa8ab19cb024d280210d168713a61be0da2e9)) + + +### Performance Improvements + +* Applied phpcs and phpmd rules ([dad3813](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/dad3813f743f615d5459c5eb78be3f5109044efa)) + + +### BREAKING CHANGES + +* Code is refactored based on phpcs and phpmd rules. #37 #36 + # [7.0.0-beta.2](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/compare/v7.0.0-beta.1...v7.0.0-beta.2) (2024-04-09) diff --git a/README.md b/README.md index 5aaa38f..801ccf4 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,8 @@ Install package using composer composer require tweakwise/magento2-tweakwise-export ``` - Enable module -If 'Store Level Export' enabled single store feed can be generated using the command line. -```sh -php bin/magento tweakwise:export --store '' -``` - Run installers ```sh php bin/magento module:enable Tweakwise_Magento2TweakwiseExport @@ -33,6 +27,11 @@ php bin/magento tweakwise:export -t price //price export php bin/magento tweakwise:export -s storecode //store level export, only works is store level export is enabled ``` +If 'Store Level Export' enabled single store feed can be generated using the command line. +```sh +php bin/magento tweakwise:export --store '' +``` + ## Debugging Debugging is done using the default debugging functionality of Magento / PHP. You can enable indentation of the feed by setting deploy mode to developer. ```sh