diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b469ffd..468bee7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log +## [102.3.45-p1](https://github.com/mailchimp/mc-magento2/tree/102.3.45-p1) + +[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/102.3.44-p1...102.3.45-p1) + +**Implemented enhancements:** + +- Query optimization for ecommerce table [\#1391](https://github.com/mailchimp/mc-magento2/issues/1391) +- Add the possibility to send the company as a merge field [\#1369](https://github.com/mailchimp/mc-magento2/issues/1369) +- Make uninstall [\#1347](https://github.com/mailchimp/mc-magento2/issues/1347) +- Performance Issue During Product Import [\#1309](https://github.com/mailchimp/mc-magento2/issues/1309) + +**Fixed bugs:** + +- Subscribers are not added to mailchimp [\#1359](https://github.com/mailchimp/mc-magento2/issues/1359) +- The sync fails when an order contains a deleted product [\#1330](https://github.com/mailchimp/mc-magento2/issues/1330) +- Problem syncing country with customer address [\#1329](https://github.com/mailchimp/mc-magento2/issues/1329) +- Chimpstatic wrong url when change the mailchimp store [\#1322](https://github.com/mailchimp/mc-magento2/issues/1322) +- Error creating the webhook, wrong webhook url [\#1316](https://github.com/mailchimp/mc-magento2/issues/1316) + ## [102.3.44-p1](https://github.com/mailchimp/mc-magento2/tree/102.3.44-p1) [Full Changelog](https://github.com/mailchimp/mc-magento2/compare/102.3.43-p1...102.3.44-p1) diff --git a/composer.json b/composer.json index e0cc426c..4b86b512 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ }, "description": "Connect MailChimp with Magento", "type": "magento2-module", - "version": "102.3.44-p1", + "version": "102.3.45-p1", "authors": [ { "name": "Ebizmarts Corp", @@ -25,7 +25,7 @@ }, "require" : { "magento/framework": "102.0.6-p1||^102.0.7", - "ebizmarts/mailchimp-lib": ">=3.0.27", + "ebizmarts/mailchimp-lib": ">=3.0.35", "ext-json": "*" } } diff --git a/etc/module.xml b/etc/module.xml index 627bbbb7..8ff99063 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -11,7 +11,7 @@ */ --> - +