Skip to content

Commit 5737f61

Browse files
committed
Merged PR 17889: 6.4.23 release notes
Release notes and version increment Related work items: #102979
1 parent cc8c62f commit 5737f61

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,20 @@ You are welcome to contribute to Engagement Cloud for Magento! You can either:
4141
- Fix a bug: please fork this repo and submit the Pull Request to our [Develop branch](https://github.com/dotmailer/dotmailer-magento-extension/tree/develop)
4242
Request a feature on our [roadmap](https://roadmap.dotdigital.com)
4343

44+
# 6.4.23
45+
46+
###### What's new
47+
- The insight data schema for orders has changed. Configurable and bundle products no longer output as separate line items; instead, parent data is used to augment child products.
48+
- Simple products in order sync were commonly showing price 0 - we're now looking up parent prices for these where possible.
49+
- We've added _parent_id_ to catalog insight data schema.
50+
- We have deprecated some of our External Dynamic Content URLs. We've added notes on how to replace these in your campaigns.
51+
52+
###### Bug fixes
53+
- We've fixed an error with updating products following an order sync - an exception was thrown once all available orders had been synced.
54+
4455
# 6.4.22
4556

46-
###### Whats new
57+
###### What's new
4758
- The external dynamic content bestsellers list has been improved to display the configurable parents of bestselling children.
4859
- All private methods in our code have been changed to protected, to make our connector's functionality completely extensible.
4960

@@ -59,7 +70,7 @@ Request a feature on our [roadmap](https://roadmap.dotdigital.com)
5970

6071
# 6.4.21
6172

62-
###### Whats new
73+
###### What's new
6374
- We’ve added a _type_ field to the schema for catalog insight data.
6475
- In catalog sync, child products without an image will now try to use their parent’s image.
6576

code/Dotdigitalgroup/Email/etc/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<config>
33
<modules>
44
<Dotdigitalgroup_Email>
5-
<version>6.4.22</version>
5+
<version>6.4.23</version>
66
</Dotdigitalgroup_Email>
77
</modules>
88
<frontend>

0 commit comments

Comments
 (0)