Skip to content

Commit e3e0c3b

Browse files
authored
Merge pull request #2017 from mailchimp/version64-2.3
version 64 for magento 2.3
2 parents 911236a + dcf9c1a commit e3e0c3b

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
# Change Log
22

3+
## [102.3.64](https://github.com/mailchimp/mc-magento2/tree/102.3.64)
4+
5+
[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/102.3.63...102.3.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
## [102.3.63](https://github.com/mailchimp/mc-magento2/tree/102.3.63)
413

514
[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/102.3.62...103.3.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": "102.3.63",
9+
"version": "102.3.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="102.3.63">
14+
<module name="Ebizmarts_MailChimp" setup_version="102.3.64">
1515
<sequence>
1616
<module name="Magento_Newsletter"/>
1717
<module name="Magento_Sales"/>

0 commit comments

Comments
 (0)