Skip to content

Commit 1ed7764

Browse files
committed
Merged PR 17641: 4.2.0 release notes
1 parent 0d94472 commit 1ed7764

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ You are welcome to contribute to Engagement Cloud for Magento! You can either:
1515
- Fix a bug: please clone and use our [Develop branch](https://github.com/dotmailer/dotmailer-magento2-extension/tree/develop) to submit your Pull Request
1616
- Request a feature on our [roadmap](https://roadmap.dotdigital.com)
1717

18+
## 4.2.0
19+
20+
###### Bug fixes
21+
- We now confirm a contact exists in Engagement Cloud before sending _cartInsight_ data during the abandoned cart syncs for campaigns and program enrolment.
22+
- We fixed a problem where catalog sync was breaking while trying to load a non-existent parent product.
23+
- Private marketing preferences are now hidden from the customer, even when nested inside a category.
24+
- We’ve fixed a bug in the order sync that happened if the connector couldn't find the products for an order.
25+
1826
## 4.0.0
1927

2028
###### What’s new

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dotmailer/dotmailer-magento2-extension",
33
"description": "dotmailer integration for magento 2",
44
"type": "magento2-module",
5-
"version": "4.0.0",
5+
"version": "4.2.0",
66
"license": "MIT",
77
"repositories": [
88
{

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="Dotdigitalgroup_Email" setup_version="4.0.0">
3+
<module name="Dotdigitalgroup_Email" setup_version="4.2.0">
44
<sequence>
55
<module name="Magento_Newsletter"/>
66
<module name="Magento_Review"/>

0 commit comments

Comments
 (0)