Skip to content

Commit

Permalink
Merge pull request #2015 from mailchimp/version64-2.1
Browse files Browse the repository at this point in the history
version 64 for magento 2.1
  • Loading branch information
gonzaloebiz authored Oct 4, 2024
2 parents 00c3c3c + d18cfa9 commit 55b6298
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

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

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

**Fixed bugs:**

- Manage deleted and not salable products [\#2003](https://github.com/mailchimp/mc-magento2/issues/2003)
- Configuration page in Magento's backend takes a long time to load in certain cases [\#2002](https://github.com/mailchimp/mc-magento2/issues/2002)

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

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

0 comments on commit 55b6298

Please sign in to comment.