Skip to content

Commit

Permalink
Merge pull request #1098 from mailchimp/version-100.1.42
Browse files Browse the repository at this point in the history
changelog for magento 2.1
  • Loading branch information
gonzaloebiz authored Feb 8, 2021
2 parents 13db86e + 86163f6 commit 5492822
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

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

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

**Implemented enhancements:**

- Create custom field mapping [\#1025](https://github.com/mailchimp/mc-magento2/issues/1025)

**Fixed bugs:**

- Subscribing for a second time does not work. [\#1078](https://github.com/mailchimp/mc-magento2/issues/1078)
- Invalid date format when use mysql 8 [\#1066](https://github.com/mailchimp/mc-magento2/issues/1066)
- Unable to capture the order for a campaign [\#1065](https://github.com/mailchimp/mc-magento2/issues/1065)
- Notice: Undefined index: image\_url Model/Api/Product.php [\#1059](https://github.com/mailchimp/mc-magento2/issues/1059)
- Multistore product sync wrong name [\#1055](https://github.com/mailchimp/mc-magento2/issues/1055)

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

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

0 comments on commit 5492822

Please sign in to comment.