Skip to content

Commit

Permalink
Merge pull request #1303 from mailchimp/Version44-2.4
Browse files Browse the repository at this point in the history
new version for magento 2.4
  • Loading branch information
gonzaloebiz authored Oct 4, 2021
2 parents e23e1e9 + ff32abf commit a804080
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change Log

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

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

**Implemented enhancements:**

- Add option in the error grid to link to the register with error [\#1279](https://github.com/mailchimp/mc-magento2/issues/1279)

**Fixed bugs:**

- Incorrect image url with some extensions \(p.e. cloudinary extension\) [\#1288](https://github.com/mailchimp/mc-magento2/issues/1288)
- Modify order totals to $0 when order is cancelled [\#1272](https://github.com/mailchimp/mc-magento2/issues/1272)
- Popup doesn't work in magento 2.4 [\#1266](https://github.com/mailchimp/mc-magento2/issues/1266)
- Typo at https://github.com/mailchimp/mc-magento2/blob/develop-2.3/Model/Api/Order.php\#L29 [\#1249](https://github.com/mailchimp/mc-magento2/issues/1249)
- Deleting error records causes database lockup [\#1242](https://github.com/mailchimp/mc-magento2/issues/1242)
- Change the echo with helper-\>log in https://github.com/mailchimp/mc-magento2/blob/develop-2.3/Observer/Adminhtml/Product/ImportAfter.php\#L40 [\#1228](https://github.com/mailchimp/mc-magento2/issues/1228)
- ImportAfter observer is throwing exceptions if the \_store column is not present in the import data [\#1224](https://github.com/mailchimp/mc-magento2/issues/1224)
- Error retrieving the response of a batch from mailchimp [\#1204](https://github.com/mailchimp/mc-magento2/issues/1204)
- Avoid duplicate entries in the stores grid [\#1217](https://github.com/mailchimp/mc-magento2/issues/1217)
- Compatibility mc-magento2 103.4.43 with Slider Revolution Responsive Magento Extension 6.2.15 [\#1209](https://github.com/mailchimp/mc-magento2/issues/1209)
- Unable to create a new Mailchimp Store in admin [\#1208](https://github.com/mailchimp/mc-magento2/issues/1208)

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

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

0 comments on commit a804080

Please sign in to comment.