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

Commit 195a2f3

Browse files
authored
Merge branch 'master' into patch-1
2 parents 9fb241b + 778fbea commit 195a2f3

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
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.2.2
313+
name: 3.2.3
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.2.2
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.10.0
326338
support:

src/guides/v2.3/coding-standards/code-standard-less.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ Component name must meaningful. It can contain the `primary`, `secondary`, `tert
720720

721721
### Location
722722

723-
[Theme](https://glossary.magento.com/theme) mixins (except extends) should be located in the `source/utilities` directory.
723+
[Theme](https://glossary.magento.com/theme) mixins (except extends) should be located in the `web/css/source` directory. For more details, refer to [Css Theme][].
724724

725725
### Naming
726726

@@ -782,3 +782,6 @@ Use single quotes.
782782
```css
783783
@import "source/lib/_lib.less";
784784
```
785+
786+
<!-- Link definitions -->
787+
[Css Theme]: {{ page.baseurl }}/frontend-dev-guide/css-topics/css-themes.html

src/recommendations/release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ The release notes include:
1515
- {:.new}New features
1616
- {:.fix}Fixes and improvements
1717

18+
## 3.2.3 of magento/product-recommendations for Magento Commerce 2.4.0
19+
20+
- {:.fix}Fixed the "Unable to retrieve configurable product options data" error during Catalog Sync
21+
- {:.fix}Fixed an issue where the store code was not being set correctly when you enabled the "Add store code to URL" configuration
22+
- {:.fix}Improved detection of Admin Panel configuration changes to ensure these changes are reflected in Catalog Sync data
23+
1824
## 3.2.2 of magento/product-recommendations for Magento Commerce 2.4.0
1925

2026
- {:.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.

0 commit comments

Comments
 (0)