From 9514f08865c450469e120f5c9df640d5a9cb49f9 Mon Sep 17 00:00:00 2001 From: gonzalo Date: Mon, 4 Nov 2024 17:42:19 -0300 Subject: [PATCH 1/2] version 65 for magento 2.2 --- CHANGELOG.md | 13 +++++++++++++ composer.json | 2 +- etc/module.xml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4533be1b..7de08d22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [102.3.65-p1](https://github.com/mailchimp/mc-magento2/tree/101.2.65) + +[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/101.2.64...101.2.65) + +**Implemented enhancements:** + +- missing i18n translation [\#1983](https://github.com/mailchimp/mc-magento2/issues/1983) + +**Fixed bugs:** + +- Merge field value is deleted on the Magento store, but not on Mailchimp [\#1388](https://github.com/mailchimp/mc-magento2/issues/1388) +- Wrong total revenue in MailChimp [\#395](https://github.com/mailchimp/mc-magento2/issues/395) + ## [101.2.64](https://github.com/mailchimp/mc-magento2/tree/101.2.64) [Full Changelog](https://github.com/mailchimp/mc-magento2/compare/101.2.63...101.2.64) diff --git a/composer.json b/composer.json index a29843c5..481aa092 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ }, "description": "Connect MailChimp with Magento", "type": "magento2-module", - "version": "101.2.64", + "version": "101.2.65", "authors": [ { "name": "Ebizmarts Corp", diff --git a/etc/module.xml b/etc/module.xml index 1b207438..5e2371f2 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -11,7 +11,7 @@ */ --> - + From 7152b9cc48fa360ceabe56781d227dfa36064828 Mon Sep 17 00:00:00 2001 From: gonzalo Date: Mon, 4 Nov 2024 17:49:52 -0300 Subject: [PATCH 2/2] version 65 for magento 2.2 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7de08d22..bb5f037d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [102.3.65-p1](https://github.com/mailchimp/mc-magento2/tree/101.2.65) +## [101.2.65](https://github.com/mailchimp/mc-magento2/tree/101.2.65) [Full Changelog](https://github.com/mailchimp/mc-magento2/compare/101.2.64...101.2.65)