Skip to content

Commit 4429dba

Browse files
authored
Merge pull request #2019 from mailchimp/version64-2.4
version 64 for magento 2.4
2 parents f718c9e + 0e581af commit 4429dba

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [103.4.64](https://github.com/mailchimp/mc-magento2/tree/103.4.64)
4+
5+
[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/103.4.64...103.4.64)
6+
7+
**Fixed bugs:**
8+
9+
- Manage deleted and not salable products [\#2003](https://github.com/mailchimp/mc-magento2/issues/2003)
10+
- Configuration page in Magento's backend takes a long time to load in certain cases [\#2002](https://github.com/mailchimp/mc-magento2/issues/2002)
11+
312
## [103.4.63](https://github.com/mailchimp/mc-magento2/tree/103.4.63)
413

514
[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/103.4.62...103.4.63)

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

0 commit comments

Comments
 (0)