Skip to content

Commit c37526e

Browse files
authored
Merge pull request #2034 from mailchimp/Version65-2.4
Version 65 for magento 2.4
2 parents e8c238f + 5e014ec commit c37526e

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
# Changelog
22

3+
## [103.4.65](https://github.com/mailchimp/mc-magento2/tree/103.4.65)
4+
5+
[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/103.4.64...103.4.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+
16+
317
## [103.4.64](https://github.com/mailchimp/mc-magento2/tree/103.4.64)
418

5-
[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/103.4.64...103.4.64)
19+
[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/103.4.63...103.4.64)
620

721
**Fixed bugs:**
822

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": "103.4.64",
9+
"version": "103.4.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="103.4.64">
14+
<module name="Ebizmarts_MailChimp" setup_version="103.4.65">
1515
<sequence>
1616
<module name="Magento_Newsletter"/>
1717
<module name="Magento_Sales"/>

0 commit comments

Comments
 (0)