Skip to content

Commit

Permalink
Merge pull request #1726 from mailchimp/Version-103.4.52
Browse files Browse the repository at this point in the history
new version 103.4.52 for magento 2.4
  • Loading branch information
gonzaloebiz authored Jul 1, 2023
2 parents 1e962b4 + 53187c3 commit 90d86cc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

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

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

**Implemented enhancements:**

- Optimize the product grid to avoid access the ecommerce table [\#1714](https://github.com/mailchimp/mc-magento2/issues/1714)
- Optimize the order grid to avoid access the ecommerce table [\#1708](https://github.com/mailchimp/mc-magento2/issues/1708)
- Add an option in the configuration page to modify the timeout in the Mailchimp api connections [\#1697](https://github.com/mailchimp/mc-magento2/issues/1697)
- Add links to campaign and member in mailchimp in the order grid [\#1690](https://github.com/mailchimp/mc-magento2/issues/1690)

**Fixed bugs:**

- The sync of orders fails if the order has no billing address [\#1720](https://github.com/mailchimp/mc-magento2/issues/1720)

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

[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/103.4.50...103.4.51)
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": "103.4.51",
"version": "103.4.52",
"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="103.4.51">
<module name="Ebizmarts_MailChimp" setup_version="103.4.52">
<sequence>
<module name="Magento_Newsletter"/>
<module name="Magento_Sales"/>
Expand Down

0 comments on commit 90d86cc

Please sign in to comment.