diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fb9ed42..ed2db44c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log +## [101.2.45](https://github.com/mailchimp/mc-magento2/tree/101.2.45) + +[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/101.2.44...101.2.45) + +**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) + ## [101.2.44](https://github.com/mailchimp/mc-magento2/tree/101.2.44) [Full Changelog](https://github.com/mailchimp/mc-magento2/compare/101.2.43...101.2.44) diff --git a/composer.json b/composer.json index 3f2fa1d9..11a3b1f4 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ }, "description": "Connect MailChimp with Magento", "type": "magento2-module", - "version": "101.2.44", + "version": "101.2.45", "authors": [ { "name": "Ebizmarts Corp", @@ -25,7 +25,7 @@ }, "require" : { "magento/framework": "101.0.*", - "ebizmarts/mailchimp-lib": ">=3.0.27", + "ebizmarts/mailchimp-lib": ">=3.0.35", "ext-json": "*" } } \ No newline at end of file diff --git a/etc/module.xml b/etc/module.xml index 58a65f49..a88f70af 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -11,7 +11,7 @@ */ --> - +