Skip to content

Commit

Permalink
Merge pull request #1201 from mailchimp/NewVersion-101.2.43
Browse files Browse the repository at this point in the history
New version 101.2.43
  • Loading branch information
gonzaloebiz authored Jun 3, 2021
2 parents 15489c5 + 8381ceb commit fd99020
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Change Log

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

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

**Implemented enhancements:**

- Add a button in the admin to resync all products [\#1184](https://github.com/mailchimp/mc-magento2/issues/1184)
- Missing indexes on mailchimp\_errors [\#1162](https://github.com/mailchimp/mc-magento2/issues/1162)
- Ignore modified items when flagging store as synced [\#1140](https://github.com/mailchimp/mc-magento2/issues/1140)
- Only fetch specific columns from sales\_order [\#1134](https://github.com/mailchimp/mc-magento2/issues/1134)
- Error table never getting cleaned up [\#1107](https://github.com/mailchimp/mc-magento2/issues/1107)

**Fixed bugs:**

- Change the low value for date sync to a valid one [\#1192](https://github.com/mailchimp/mc-magento2/issues/1192)
- Exclude the bundle and grouped products for the product collection [\#1191](https://github.com/mailchimp/mc-magento2/issues/1191)
- The product image url don't contain the secure url if Use Secure URLs on Storefront is ON [\#1179](https://github.com/mailchimp/mc-magento2/issues/1179)
- Mark products as modified when use import products from the admin [\#1167](https://github.com/mailchimp/mc-magento2/issues/1167)
- Issue with "Magento Always Manage Emails" when Unsubscribing from a Customer Account [\#1157](https://github.com/mailchimp/mc-magento2/issues/1157)
- errors in cron related to ebizmarts\_webhooks [\#1152](https://github.com/mailchimp/mc-magento2/issues/1152)
- Ecommerce order send loop [\#1112](https://github.com/mailchimp/mc-magento2/issues/1112)
- Allow more than 10 interest inside a group [\#1103](https://github.com/mailchimp/mc-magento2/issues/1103)
- observer name that breaks Magento 2 DOM XML [\#1102](https://github.com/mailchimp/mc-magento2/issues/1102)
- CSP Whitelist Support [\#1097](https://github.com/mailchimp/mc-magento2/issues/1097)
- Infinite loop on customer account creation if email present in newsletter subscribers list [\#1090](https://github.com/mailchimp/mc-magento2/issues/1090)
- Ecommerce Cron error "Requested country is not available." [\#1084](https://github.com/mailchimp/mc-magento2/issues/1084)
- Subscribing for a second time does not work. [\#1078](https://github.com/mailchimp/mc-magento2/issues/1078)

## [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)
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.42",
"version": "101.2.43",
"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.42">
<module name="Ebizmarts_MailChimp" setup_version="101.2.43">
<sequence>
<module name="Magento_Newsletter"/>
<module name="Magento_Sales"/>
Expand Down

0 comments on commit fd99020

Please sign in to comment.