Skip to content

Commit 372ecbe

Browse files
authored
Merge pull request #2097 from mailchimp/Version68-2.1
Version 68 for magento 2.1
2 parents ec3924c + 063c70c commit 372ecbe

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
# [100.1.68](https://github.com/mailchimp/mc-magento2/tree/100.1.68)
4+
5+
[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/100.1.67...100.1.68)
6+
7+
**Fixed bugs:**
8+
9+
- SyncStatistics error when the data in mailchimp\_notification is not a valid json [\#2083](https://github.com/mailchimp/mc-magento2/issues/2083)
10+
311
## [100.1.67](https://github.com/mailchimp/mc-magento2/tree/100.1.67)
412

513
[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/100.1.66...100.1.67)

composer.json

Lines changed: 1 addition & 1 deletion
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.67",
9+
"version": "100.1.68",
1010
"authors": [
1111
{
1212
"name": "Ebizmarts Corp",

etc/module.xml

Lines changed: 1 addition & 1 deletion
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.67">
14+
<module name="Ebizmarts_MailChimp" setup_version="100.1.68">
1515
<sequence>
1616
<module name="Magento_Newsletter"/>
1717
<module name="Magento_Sales"/>

0 commit comments

Comments
 (0)