diff --git a/CHANGELOG.md b/CHANGELOG.md index 73c7c0e..d3c84d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.6.7](https://github.com/lengow/plugin-magento2/compare/v1.6.6...v1.6.7) (2024-10-28) + + +### Bug Fixes + +* **import:** [PST-21918] fix NoSuchEntityException when customer has no default address ([#35](https://github.com/lengow/plugin-magento2/issues/35)) ([905e07b](https://github.com/lengow/plugin-magento2/commit/905e07bbcc8f5299801b62d20391502b73f51ad6)) +* **settings:** [PST-21910] change preprod to sandbox word ([#34](https://github.com/lengow/plugin-magento2/issues/34)) ([d77cd3e](https://github.com/lengow/plugin-magento2/commit/d77cd3e6ba03516a3159649475a96d77d104cdc0)) + ## [1.6.6](https://github.com/lengow/plugin-magento2/compare/v1.6.5...v1.6.6) (2024-10-14) diff --git a/README.md b/README.md index e6e2540..076a787 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ - **Requires at least:** 2.4 - **Tested up to:** 2.4.7 - **Requires PHP:** 8.1 -- **Stable tag:** 1.6.6 +- **Stable tag:** 1.6.7 - **License:** OSL-3.0 - **License URI:** https://opensource.org/licenses/OSL-3.0 diff --git a/composer.json b/composer.json index 1acd616..17b65dd 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "lengow/module-connector", "description": "Lengow allows you to easily export your product catalogue from your Shopware store and sell on Amazon, Cdiscount, Google Shopping, Criteo, LeGuide.com, Ebay, Rakuten, Priceminister. Choose from our 1,800 available marketing channels!", "type": "magento2-module", - "version": "1.6.6", + "version": "1.6.7", "license": [ "OSL-3.0", "AFL-3.0"