Skip to content

Commit 3b84840

Browse files
authored
Merge pull request #2032 from mailchimp/Version65-2.3
Version 65 for magento 2.3
2 parents 8f5a2fe + d29e9dc commit 3b84840

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [102.3.65](https://github.com/mailchimp/mc-magento2/tree/102.3.65)
4+
5+
[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/102.3.64...102.3.65)
6+
7+
**Implemented enhancements:**
8+
9+
- missing i18n translation [\#1983](https://github.com/mailchimp/mc-magento2/issues/1983)
10+
11+
**Fixed bugs:**
12+
13+
- Merge field value is deleted on the Magento store, but not on Mailchimp [\#1388](https://github.com/mailchimp/mc-magento2/issues/1388)
14+
- Wrong total revenue in MailChimp [\#395](https://github.com/mailchimp/mc-magento2/issues/395)
15+
316
## [102.3.64](https://github.com/mailchimp/mc-magento2/tree/102.3.64)
417

518
[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/102.3.63...102.3.64)

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"description": "Connect MailChimp with Magento",
88
"type": "magento2-module",
9-
"version": "102.3.64",
9+
"version": "102.3.65",
1010
"authors": [
1111
{
1212
"name": "Ebizmarts Corp",

etc/module.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
-->
1313
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
14-
<module name="Ebizmarts_MailChimp" setup_version="102.3.64">
14+
<module name="Ebizmarts_MailChimp" setup_version="102.3.65">
1515
<sequence>
1616
<module name="Magento_Newsletter"/>
1717
<module name="Magento_Sales"/>

0 commit comments

Comments
 (0)