Skip to content

Commit 55b6298

Browse files
authored
Merge pull request #2015 from mailchimp/version64-2.1
version 64 for magento 2.1
2 parents 00c3c3c + d18cfa9 commit 55b6298

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

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

0 commit comments

Comments
 (0)