Skip to content

Commit

Permalink
Merge pull request #1898 from mailchimp/Version-101.2.58-2.2
Browse files Browse the repository at this point in the history
 new version 101.2.58 for magento 2.2
  • Loading branch information
gonzaloebiz authored Feb 28, 2024
2 parents e4c35e3 + 9cc997e commit 3646dc4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

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

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

**Implemented enhancements:**

- Add controls to the webhook cron to exclude stores with no mailchimp store [\#1880](https://github.com/mailchimp/mc-magento2/issues/1880)
- Use the activity API end point to fill the campaign id [\#1866](https://github.com/mailchimp/mc-magento2/issues/1866)

**Fixed bugs:**

- SQL Error on config page right after installation [\#1865](https://github.com/mailchimp/mc-magento2/issues/1865)
- Trinidad & Tobago country incorrectly synced [\#1863](https://github.com/mailchimp/mc-magento2/issues/1863)
- Unescaped output [\#1841](https://github.com/mailchimp/mc-magento2/issues/1841)
- Cannot save some customers [\#1840](https://github.com/mailchimp/mc-magento2/issues/1840)
- Error "Resource Not Found for Api Call:" when try to access batches grid [\#1834](https://github.com/mailchimp/mc-magento2/issues/1834)
- Magento subscription email sent despite 'Magento always managed emails' set to 'No' [\#1311](https://github.com/mailchimp/mc-magento2/issues/1311)


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

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

0 comments on commit 3646dc4

Please sign in to comment.