From 1452e6ee9a44bcda5a031c1e35c6b7d954d08ae4 Mon Sep 17 00:00:00 2001 From: gonzalo Date: Mon, 31 Aug 2020 11:41:31 -0300 Subject: [PATCH 1/2] version 101.2.41 for magento 2.2 --- CHANGELOG.md | 14 ++++++++++++++ composer.json | 2 +- etc/module.xml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3f91581..6c2a9741 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## [101.2.41](https://github.com/mailchimp/mc-magento2/tree/10123.41) + +[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/101.2.39...101.2.41) + +**Implemented enhancements:** + +- Coupon Codes \(Promo Codes\) Do Not Send to Mailchimp With Order Data [\#1032](https://github.com/mailchimp/mc-magento2/issues/1032) + +**Fixed bugs:** + +- "Unable to unserialize value." issue avoids ecommerce syncing. This happens some times when "Send Promo Codes and Promo Rules" is enabled [\#1035](https://github.com/mailchimp/mc-magento2/issues/1035) +- Fallback to JQueryUI Compat activated. [\#1034](https://github.com/mailchimp/mc-magento2/issues/1034) +- Abandoned Cart revenue not showing on Mailchimp account [\#1033](https://github.com/mailchimp/mc-magento2/issues/1033) + ## [101.2.39](https://github.com/mailchimp/mc-magento2/tree/101.2.39) [Full Changelog](https://github.com/mailchimp/mc-magento2/compare/101.2.38...101.2.39) diff --git a/composer.json b/composer.json index 75532185..6f8a8ae6 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ }, "description": "Connect MailChimp with Magento", "type": "magento2-module", - "version": "101.2.39", + "version": "101.2.41", "authors": [ { "name": "Ebizmarts Corp", diff --git a/etc/module.xml b/etc/module.xml index 4a20c191..cf71aa93 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -11,7 +11,7 @@ */ --> - + From a36435b77e3cb70a0365effe21f44eec08dadd6f Mon Sep 17 00:00:00 2001 From: gonzalo Date: Mon, 31 Aug 2020 11:42:18 -0300 Subject: [PATCH 2/2] version 101.2.41 for magento 2.2 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c2a9741..983cca43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [101.2.41](https://github.com/mailchimp/mc-magento2/tree/10123.41) +## [101.2.41](https://github.com/mailchimp/mc-magento2/tree/101.2.41) [Full Changelog](https://github.com/mailchimp/mc-magento2/compare/101.2.39...101.2.41)