Skip to content

Commit

Permalink
New release 102.3.45-p1 for magento 2.3.6-p1
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed May 20, 2022
1 parent ffbb815 commit 9fa0f5b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

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

[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/102.3.44-p1...102.3.45-p1)

**Implemented enhancements:**

- Query optimization for ecommerce table [\#1391](https://github.com/mailchimp/mc-magento2/issues/1391)
- Add the possibility to send the company as a merge field [\#1369](https://github.com/mailchimp/mc-magento2/issues/1369)
- Make uninstall [\#1347](https://github.com/mailchimp/mc-magento2/issues/1347)
- Performance Issue During Product Import [\#1309](https://github.com/mailchimp/mc-magento2/issues/1309)

**Fixed bugs:**

- Subscribers are not added to mailchimp [\#1359](https://github.com/mailchimp/mc-magento2/issues/1359)
- The sync fails when an order contains a deleted product [\#1330](https://github.com/mailchimp/mc-magento2/issues/1330)
- Problem syncing country with customer address [\#1329](https://github.com/mailchimp/mc-magento2/issues/1329)
- Chimpstatic wrong url when change the mailchimp store [\#1322](https://github.com/mailchimp/mc-magento2/issues/1322)
- Error creating the webhook, wrong webhook url [\#1316](https://github.com/mailchimp/mc-magento2/issues/1316)

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

[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/102.3.43-p1...102.3.44-p1)
Expand Down
4 changes: 2 additions & 2 deletions 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.44-p1",
"version": "102.3.45-p1",
"authors": [
{
"name": "Ebizmarts Corp",
Expand All @@ -25,7 +25,7 @@
},
"require" : {
"magento/framework": "102.0.6-p1||^102.0.7",
"ebizmarts/mailchimp-lib": ">=3.0.27",
"ebizmarts/mailchimp-lib": ">=3.0.35",
"ext-json": "*"
}
}
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.44">
<module name="Ebizmarts_MailChimp" setup_version="102.3.45">
<sequence>
<module name="Magento_Newsletter"/>
<module name="Magento_Sales"/>
Expand Down

0 comments on commit 9fa0f5b

Please sign in to comment.