From c962fa268e2e57258863fc55ef16432496aadc4e Mon Sep 17 00:00:00 2001 From: gonzalezuy Date: Thu, 3 Jun 2021 13:39:49 -0300 Subject: [PATCH 1/2] New version for magento 2.2 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ composer.json | 2 +- etc/module.xml | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a15672a1..a33eb47b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Change Log +## [101.2.43](https://github.com/mailchimp/mc-magento2/tree/101.2.43) + +[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/102.3.42...101.2.43) + +**Implemented enhancements:** + +- Add a button in the admin to resync all products [\#1184](https://github.com/mailchimp/mc-magento2/issues/1184) +- Missing indexes on mailchimp\_errors [\#1162](https://github.com/mailchimp/mc-magento2/issues/1162) +- Ignore modified items when flagging store as synced [\#1140](https://github.com/mailchimp/mc-magento2/issues/1140) +- Only fetch specific columns from sales\_order [\#1134](https://github.com/mailchimp/mc-magento2/issues/1134) +- Error table never getting cleaned up [\#1107](https://github.com/mailchimp/mc-magento2/issues/1107) + +**Fixed bugs:** + +- Change the low value for date sync to a valid one [\#1192](https://github.com/mailchimp/mc-magento2/issues/1192) +- Exclude the bundle and grouped products for the product collection [\#1191](https://github.com/mailchimp/mc-magento2/issues/1191) +- The product image url don't contain the secure url if Use Secure URLs on Storefront is ON [\#1179](https://github.com/mailchimp/mc-magento2/issues/1179) +- Mark products as modified when use import products from the admin [\#1167](https://github.com/mailchimp/mc-magento2/issues/1167) +- Issue with "Magento Always Manage Emails" when Unsubscribing from a Customer Account [\#1157](https://github.com/mailchimp/mc-magento2/issues/1157) +- errors in cron related to ebizmarts\_webhooks [\#1152](https://github.com/mailchimp/mc-magento2/issues/1152) +- Ecommerce order send loop [\#1112](https://github.com/mailchimp/mc-magento2/issues/1112) +- Allow more than 10 interest inside a group [\#1103](https://github.com/mailchimp/mc-magento2/issues/1103) +- observer name that breaks Magento 2 DOM XML [\#1102](https://github.com/mailchimp/mc-magento2/issues/1102) +- CSP Whitelist Support [\#1097](https://github.com/mailchimp/mc-magento2/issues/1097) +- Infinite loop on customer account creation if email present in newsletter subscribers list [\#1090](https://github.com/mailchimp/mc-magento2/issues/1090) +- Ecommerce Cron error "Requested country is not available." [\#1084](https://github.com/mailchimp/mc-magento2/issues/1084) +- Subscribing for a second time does not work. [\#1078](https://github.com/mailchimp/mc-magento2/issues/1078) + ## [101.2.42](https://github.com/mailchimp/mc-magento2/tree/101.2.42) [Full Changelog](https://github.com/mailchimp/mc-magento2/compare/10121.41...101.2.42) diff --git a/composer.json b/composer.json index e634b208..e0664155 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ }, "description": "Connect MailChimp with Magento", "type": "magento2-module", - "version": "101.2.42", + "version": "101.2.43", "authors": [ { "name": "Ebizmarts Corp", diff --git a/etc/module.xml b/etc/module.xml index 01ec2042..07a01bad 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -11,7 +11,7 @@ */ --> - + From 8381ceb6ba69e3753e914a5bc87d6d765c366fd0 Mon Sep 17 00:00:00 2001 From: gonzalezuy Date: Thu, 3 Jun 2021 13:42:46 -0300 Subject: [PATCH 2/2] New version for magento 2.2 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a33eb47b..c8f4d877 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## [101.2.43](https://github.com/mailchimp/mc-magento2/tree/101.2.43) -[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/102.3.42...101.2.43) +[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/101.2.42...101.2.43) **Implemented enhancements:**