From 074cd0e1945a5757f2f995dbb53f8a0c781a5ba9 Mon Sep 17 00:00:00 2001 From: Alastair Mucklow Date: Wed, 29 Jul 2020 11:03:12 +0000 Subject: [PATCH] Merged PR 23248: 6.4.29 release notes Version and notes for 6.4.29 Related work items: #121596 --- README.md | 9 +++++++-- code/Dotdigitalgroup/Email/etc/config.xml | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c120b1fa..e545137a 100755 --- a/README.md +++ b/README.md @@ -41,11 +41,16 @@ You are welcome to contribute to Engagement Cloud for Magento! You can either: - 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) Request a feature on our [roadmap](https://roadmap.dotdigital.com) +# 6.4.29 + +###### Bug fixes +- We fixed a problem with order sync, a regression from 6.4.22. The process could break in two scenarios: if we couldn’t find any products for SKUs listed in a collection of orders for a single account; or if the sync ran for multiple accounts, and only one of those accounts had orders. + # 6.4.28 ###### Bug fixes -- We fixed a problem with product image paths in catalog sync. The default level base media URL was always used, instead of the value set at website or store level. [8f6fd296a4111f5272c4183959b3b11fcaf3345f] -- We've added batching when removing orphaned products at the start of catalog sync. This should prevent occasional SQL locking issues. [a383793c85e4f68db7dd6c84112671ed6c71c830] +- We fixed a problem with product image paths in catalog sync. The default level base media URL was always used, instead of the value set at website or store level. +- We've added batching when removing orphaned products at the start of catalog sync. This should prevent occasional SQL locking issues. # 6.4.27 diff --git a/code/Dotdigitalgroup/Email/etc/config.xml b/code/Dotdigitalgroup/Email/etc/config.xml index 6884aa7d..209bac56 100755 --- a/code/Dotdigitalgroup/Email/etc/config.xml +++ b/code/Dotdigitalgroup/Email/etc/config.xml @@ -2,7 +2,7 @@ - 6.4.28 + 6.4.29