Skip to content

Commit

Permalink
Merged PR 60150: 4.27.2 pre-release
Browse files Browse the repository at this point in the history
4.27.2 pre-release

Related work items: #278853
  • Loading branch information
sta1r committed Nov 20, 2024
1 parent 606eee1 commit 9703e98
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit 9703e98

Please sign in to comment.