Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 100.1.57 for magento 2.1 #1829

Merged
merged 1 commit into from
Sep 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.57](https://github.com/mailchimp/mc-magento2/tree/100.1.57)

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

**Fixed bugs:**

- The order is not marked as modified when cancel [\#1822](https://github.com/mailchimp/mc-magento2/issues/1822)
- Unable to assign a customer to another website [\#1818](https://github.com/mailchimp/mc-magento2/issues/1818)

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

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