Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Updating Product Recommendations Release Notes #8605

Merged
merged 2 commits into from
Feb 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion src/_data/mde.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ extensions:
name: Product Recommendations
versions:
-
name: 3.2.2
name: 3.2.3
support:
2.3.0: supported
2.3.1: supported
Expand All @@ -321,6 +321,18 @@ extensions:
2.3.6: supported
2.4.0: supported
2.4.1: supported
-
name: 3.2.2
support:
2.3.0: compatible
2.3.1: compatible
2.3.2: compatible
2.3.3: compatible
2.3.4: compatible
2.3.5-p1: compatible
2.3.6: compatible
2.4.0: compatible
2.4.1: compatible
-
name: 3.10.0
support:
Expand Down
6 changes: 6 additions & 0 deletions src/recommendations/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ The release notes include:
- {:.new}New features
- {:.fix}Fixes and improvements

## 3.2.3 of magento/product-recommendations for Magento Commerce 2.4.0

- {:.fix}Fixed the "Unable to retrieve configurable product options data" error during Catalog Sync
- {:.fix}Fixed an issue where the store code was not being set correctly when you enabled the "Add store code to URL" configuration
- {:.fix}Improved detection of Admin Panel configuration changes to ensure these changes are reflected in Catalog Sync data

## 3.2.2 of magento/product-recommendations for Magento Commerce 2.4.0

- {:.new}Added the ability to [monitor and manage](https://docs.magento.com/user-guide/system/catalog-sync.html) the catalog sync process from the Admin Panel.
Expand Down