Skip to content

Commit

Permalink
Merge pull request #1099 from mailchimp/version-101.2.42
Browse files Browse the repository at this point in the history
changelog for magento 2.2
  • Loading branch information
gonzaloebiz authored Feb 8, 2021
2 parents ccfc1f3 + d87521e commit 7f6a26f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

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

[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/10121.41...101.2.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)


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

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

0 comments on commit 7f6a26f

Please sign in to comment.