From 9703e98967a863e599c412c0ff01fc4ed84f3d2f Mon Sep 17 00:00:00 2001 From: Alastair Mucklow Date: Wed, 20 Nov 2024 10:10:56 +0000 Subject: [PATCH] Merged PR 60150: 4.27.2 pre-release 4.27.2 pre-release Related work items: #278853 --- CHANGELOG.md | 13 +++++++++++++ composer.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 856dc56e..9d2d293b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# 4.27.2 + +### Improvements +- Default cron group configuration has been modified to better accommodate merchants running cron less often than every minute. +- The deprecated `\Magento\Framework\Option\ArrayInterface` is replaced by `\Magento\Framework\Data\OptionSourceInterface`. +- We replaced some deprecated constants in our `ImageFinder` class. +- Catalogs will now not be synced for stores disabled via Stores > All Stores. + +### Bug fixes +- Simple products which are part of a bundle will use their own thumbnail (if available) in web insights, not their bundle parent’s thumbnail. +- In catalog sync, configurable products will now show a price that reflects the lowest available price for the current catalog scope. +- Deleting customers who were suppressed in Dotdigital caused an error in the importer; this has been fixed. + # 4.27.1 ### Improvements diff --git a/composer.json b/composer.json index 1532e4bf..999091d6 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "dotdigital/dotdigital-magento2-extension", "description": "Dotdigital for Magento 2", "type": "magento2-module", - "version": "4.27.1", + "version": "4.27.2", "license": "MIT", "repositories": [ {