Skip to content

Commit

Permalink
Merge pull request #1778 from mailchimp/Version54-2.1
Browse files Browse the repository at this point in the history
Version 100.1.54 for magento 2.1
  • Loading branch information
gonzaloebiz authored Aug 23, 2023
2 parents 646a991 + a6b494e commit c5652ff
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 @@
# Change Log

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

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

**Implemented enhancements:**

- Performance: Excessive SQL usage in Sales and Products Grid [\#1759](https://github.com/mailchimp/mc-magento2/issues/1759)
- Remove unused code in Heper/Data.php [\#1753](https://github.com/mailchimp/mc-magento2/issues/1753)

**Fixed bugs:**

- Upgrade to 103.4.53 caused UPDATE on over 60% of the existing \(old\) orders [\#1772](https://github.com/mailchimp/mc-magento2/issues/1772)
- ebizmarts\_ecommerce job unchecks "Use Default Value" checkbox for some product attributes [\#1758](https://github.com/mailchimp/mc-magento2/issues/1758)
- Check if the Abandoned cart is enabled, the ecommerce must be enabled [\#1745](https://github.com/mailchimp/mc-magento2/issues/1745)

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

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

0 comments on commit c5652ff

Please sign in to comment.