Skip to content

Commit 65fbf39

Browse files
authored
Merge pull request #1996 from mailchimp/Version63-2.2
version 63 for magento 2.2
2 parents edf2eb3 + ca5c160 commit 65fbf39

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [101.2.63](https://github.com/mailchimp/mc-magento2/tree/101.2.63)
4+
5+
[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/101.2.61...101.2.63)
6+
7+
**Implemented enhancements:**
8+
9+
- Add the date to the error grid [\#1972](https://github.com/mailchimp/mc-magento2/issues/1972)
10+
11+
**Fixed bugs:**
12+
13+
- Order status change is not synced when done through webapi [\#1985](https://github.com/mailchimp/mc-magento2/issues/1985)
14+
- Column not found: 1054 Unknown column 'mailchimp\_sync' in 'order clause' [\#1981](https://github.com/mailchimp/mc-magento2/issues/1981)
15+
316
## [101.2.61](https://github.com/mailchimp/mc-magento2/tree/101.2.61)
417

518
[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/101.2.60...101.2.61)

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

0 commit comments

Comments
 (0)