Skip to content

Commit

Permalink
Merge pull request #1052 from mailchimp/Version-102.3.41
Browse files Browse the repository at this point in the history
version 102.3.41 for magento 2.3
  • Loading branch information
gonzaloebiz authored Aug 31, 2020
2 parents 20da617 + 7c1e868 commit d97f700
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## [102.3.41](https://github.com/mailchimp/mc-magento2/tree/102.3.41)

[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/102.3.40...102.3.41)

**Implemented enhancements:**

- Coupon Codes \(Promo Codes\) Do Not Send to Mailchimp With Order Data [\#1032](https://github.com/mailchimp/mc-magento2/issues/1032)

**Fixed bugs:**

- "Unable to unserialize value." issue avoids ecommerce syncing. This happens some times when "Send Promo Codes and Promo Rules" is enabled [\#1035](https://github.com/mailchimp/mc-magento2/issues/1035)
- Fallback to JQueryUI Compat activated. [\#1034](https://github.com/mailchimp/mc-magento2/issues/1034)
- Abandoned Cart revenue not showing on Mailchimp account [\#1033](https://github.com/mailchimp/mc-magento2/issues/1033)

## [102.3.40](https://github.com/mailchimp/mc-magento2/tree/102.3.40)

[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/102.3.39...102.3.40)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"description": "Connect MailChimp with Magento",
"type": "magento2-module",
"version": "102.3.40",
"version": "102.3.41",
"authors": [
{
"name": "Ebizmarts Corp",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Ebizmarts_MailChimp" setup_version="102.3.39">
<module name="Ebizmarts_MailChimp" setup_version="102.3.41">
<sequence>
<module name="Magento_Newsletter"/>
<module name="Magento_Sales"/>
Expand Down

0 comments on commit d97f700

Please sign in to comment.