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

Commit 212de59

Browse files
authored
Merge pull request #8350 from magento/em_prex-relnotes320
Product Recommendations release notes for 3.2.0
2 parents ab94a14 + b343acd commit 212de59

File tree

3 files changed

+25
-6
lines changed

3 files changed

+25
-6
lines changed

src/_data/mde.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ extensions:
310310
name: Product Recommendations
311311
versions:
312312
-
313-
name: 3.10.0
313+
name: 3.2.1
314314
support:
315315
2.3.0: supported
316316
2.3.1: supported
@@ -321,6 +321,18 @@ extensions:
321321
2.3.6: supported
322322
2.4.0: supported
323323
2.4.1: supported
324+
-
325+
name: 3.10.0
326+
support:
327+
2.3.0: compatible
328+
2.3.1: compatible
329+
2.3.2: compatible
330+
2.3.3: compatible
331+
2.3.4: compatible
332+
2.3.5-p1: compatible
333+
2.3.6: compatible
334+
2.4.0: compatible
335+
2.4.1: compatible
324336
-
325337
name: 3.0.8
326338
support:

src/recommendations/install-configure.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@ By enabling Product Recommendations in Page Builder, you can [add an existing, a
3939

4040
### Add Visual similarity recommendation type {#vissimsupport}
4141

42-
{:.bs-callout-info}
43-
This feature is in beta.
44-
45-
The _Visual similarity_ recommendation type allows you to [deploy a recommendation unit](https://docs-beta.magento.com/user-guide/marketing/prex-type-visualsim.html) to your product detail page that displays products that are visually similar to the product being viewed. This recommendation type is most useful where images and visual aspects of the products are important parts of the shopping experience. Install the _Visual similarity_ recommendation type by running the following command:
42+
The _Visual similarity_ recommendation type allows you to [deploy a recommendation unit](https://docs.magento.com/user-guide/marketing/prex-type-visualsim.html) to your product detail page that displays products that are visually similar to the product being viewed. This recommendation type is most useful where images and visual aspects of the products are important parts of the shopping experience. Install the _Visual similarity_ recommendation type by running the following command:
4643

4744
```bash
4845
composer require magento/module-visual-product-recommendations

src/recommendations/release-notes.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,23 @@ The release notes contain updates to the following Product Recommendations modul
88

99
- Product Recommendations metapackage: `magento/product-recommendations`
1010
- Page Builder support in Product Recommendations (optional) module: `magento/module-page-builder-product-recommendations`
11-
- **(Beta)** Visual similarity recommendation type support for Product Recommendations (optional) module: `magento/module-visual-product-recommendations`
11+
- Visual similarity recommendation type support for Product Recommendations (optional) module: `magento/module-visual-product-recommendations`
1212

1313
The release notes include:
1414

1515
- {:.new}New features
1616
- {:.fix}Fixes and improvements
1717

18+
## 3.2.0 of magento/product-recommendations for Magento Commerce 2.4.0
19+
20+
- {:.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.
21+
- {:.new}Added [inclusion and exclusion filters](https://docs.magento.com/user-guide/marketing/recommendation-incl-excl.html) to control what products can and cannot be displayed in recommendations.
22+
- {:.new}Added the [Visual similarity recommendation type](https://docs.magento.com/user-guide/marketing/prex-type-visualsim.html)
23+
24+
## 1.2.1 of magento/module-page-builder-product-recommendations for Page Builder for Magento Commerce 2.4.0 and later
25+
26+
- {:.new}Added support for the 3.2.0+ version of the `magento/product-recommendations` module.
27+
1828
## 3.1.0 of magento/product-recommendations for Magento Commerce 2.4.0
1929

2030
- {:.new}Added the ability to [resync your catalog to SaaS services via command line]({{ site.baseurl }}/guides/v{{ site.version }}/config-guide/cli/config-cli-subcommands-catalog-sync.html)

0 commit comments

Comments
 (0)