Skip to content

Commit c4f2eff

Browse files
authored
Merge pull request #1997 from mailchimp/Version63-2.3
Version 63 for magento 2.3
2 parents 55625eb + c53958f commit c4f2eff

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

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

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

0 commit comments

Comments
 (0)