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

Commit 7d71a3e

Browse files
authored
Merge branch 'master' into imported-Viper9x-devdocs-9348
2 parents e1d96c0 + 64b9225 commit 7d71a3e

File tree

8 files changed

+50
-10
lines changed

8 files changed

+50
-10
lines changed

src/_data/mde.yml

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,21 @@ extensions:
1515
-
1616
name: Amazon Sales Channel
1717
versions:
18+
-
19+
name: 4.4.2
20+
support:
21+
2.3.0: compatible
22+
2.3.1: compatible
23+
2.3.2: compatible
24+
2.3.3: compatible
25+
2.3.4: compatible
26+
2.3.5-p1: compatible
27+
2.3.6: compatible
28+
2.3.7: compatible
29+
2.4.0: compatible
30+
2.4.1: supported
31+
2.4.2: supported
32+
2.4.3: supported
1833
-
1934
name: 4.4.1
2035
support:
@@ -505,7 +520,7 @@ extensions:
505520
name: Product Recommendations
506521
versions:
507522
-
508-
name: 3.3.5
523+
name: 3.3.6
509524
support:
510525
2.3.0: supported
511526
2.3.1: supported
@@ -519,6 +534,21 @@ extensions:
519534
2.4.1: supported
520535
2.4.2: supported
521536
2.4.3: supported
537+
-
538+
name: 3.3.5
539+
support:
540+
2.3.0: compatible
541+
2.3.1: compatible
542+
2.3.2: compatible
543+
2.3.3: compatible
544+
2.3.4: compatible
545+
2.3.5-p1: compatible
546+
2.3.6: compatible
547+
2.3.7: compatible
548+
2.4.0: compatible
549+
2.4.1: compatible
550+
2.4.2: compatible
551+
2.4.3: compatible
522552
-
523553
name: 3.3.3
524554
support:

src/extensions/amazon-sales/release-notes/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ The release notes include:
2121

2222
See [Upcoming Releases]({{ site.baseurl }}/release/) for versioning, support, and compatibility.
2323

24+
### v4.4.2
25+
26+
Amazon Sales Channel 4.4.2 is compatible with {{site.data.var.ee}} versions 2.3.x and 2.4.0, but is only supported for versions 2.4.1+, of {{site.data.var.ce}}, {{site.data.var.ee}}, and {{site.data.var.ece}}
27+
28+
This version of Amazon Sales Channel includes the following fix.
29+
30+
- {:.fix}Updated dependencies to support other updated extensions.
31+
- {:.fix}Added support for PHP 8.1.
32+
2433
### v4.4.1
2534

2635
Amazon Sales Channel 4.4.1 is compatible with {{site.data.var.ee}} versions 2.3.x and 2.4.0, but is only supported for versions 2.4.1+, of {{site.data.var.ce}}, {{site.data.var.ee}}, and {{site.data.var.ece}}.

src/guides/v2.3/ui_comp_guide/concepts/ui_comp_xmlconfig_structure.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ This topic describes the basic elements used in XML configuration files for decl
8282
to the old structure used in Magento 2.1.x and earlier. In
8383
Magento 2.2.x and later only use for options that are not
8484
described in XSD.
85-
<p class="q">
86-
which XSD?<br />
87-
UiComponent - is it a class or what?
88-
</p>
8985
</td>
9086
</tr>
9187
<tr>

src/guides/v2.4/comp-mgr/bk-compman-upgrade-guide.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ group: software-update-guide
33
title: Commerce upgrade overview
44
functional_areas:
55
- Upgrade
6-
redirect_to: https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/overview.html
76
---
87

98
<!-- Topic variables

src/payment-services/install-payments.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ There are two ways to install this extension---for [{{site.data.var.ece}}](#mage
1111

1212
## Update minimum-stability setting
1313

14-
Before installing the extension, you must change the `minimum-stability` requirement to `RC` (release candidate) in your `composer.json` file. You can use an IDE or your favorite text editor (like Visual Studio Code or Sublime Text).
14+
Before installing the extension, you can change the `minimum-stability` requirement to `RC` (release candidate) in your `composer.json` file if you want to try the release candidate version. You can use an IDE or your favorite text editor (like Visual Studio Code or Sublime Text).
1515

1616
In your `composer.json` file, change `"minimum-stability": "stable"` to `"minimum-stability": "RC"`.
1717

18+
{:.bs-callout-warning}
19+
Changing the `minimum-stability` requirement to `RC` is only mandatory if it is a release candidate. The default value should be `"minimum-stability": "stable"`.
20+
1821
## Install the extension
1922

2023
You can install the Payment Services extension for both {{site.data.var.ece}} and on-premises instances.

src/recommendations/customize.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ When you [create a recommendation]({{ site.user_guide_url }}/marketing/create-ne
9797
9898
Refer to [layout overview]({{ site.gdeurl }}/frontend-dev-guide/layouts/layout-overview.html) for more information about the types of blocks on the page.
9999
100-
<!--## Custom Product attributes
100+
## Custom Product attributes
101101
102102
Developers often need access to custom product attribute values in recommendations units on storefronts so that they can add visual treatments to products based on those attributes.
103103
@@ -107,4 +107,4 @@ For example, if your store sells some organic products, you might have a custom
107107
108108
To make sure a custom product attribute is available when you render the recommendation unit on the page, set the `Used in Product Listing` property to `Yes` in the [Product Attributes](https://docs.magento.com/user-guide/stores/attribute-product-create.html#step-4-describe-the-storefront-properties) page in the Admin.
109109
110-
When this property is set, that custom product attribute value is included in the JSON payload when the recommendations service fetches the product metadata. You can then apply custom storefront styling based on this attribute value.-->
110+
When this property is set, that custom product attribute value is included in the JSON payload when the recommendations service fetches the product metadata. You can then apply custom storefront styling based on this attribute value.

src/recommendations/release-notes.md

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

19+
## 3.3.6 of magento/product-recommendations for {{site.data.var.ee}} 2.4.0
20+
21+
- {:.new}Optimized Product Recommendations metapackage by explicitly listing the dependencies
22+
1923
## 3.3.5 of magento/product-recommendations for {{site.data.var.ee}} 2.4.0
2024

2125
- {:.new}Added [B2B support]({{ site.user_guide_url }}/marketing/product-recommendations.html#b2bsupport) in Product Recommendations

src/upgrade-compatibility-tool/introduction.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ redirect_from:
66
- /safe-upgrade-tool/introduction.html
77
functional_areas:
88
- Upgrade
9-
redirect_to: https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/upgrade-compatibility-tool/overview.html
109
---
1110

1211
The {{site.data.var.uct}} is a command-line tool that checks an {{site.data.var.ee}} customized instance against a specific version by analyzing all modules and core code installed in it. It returns a list of critical issues, errors, and warnings that must be addressed before upgrading to the latest version of {{site.data.var.ee}}. It also identifies potential problems that must be fixed in your code before attempting to upgrade to a newer version of {{site.data.var.ee}}.

0 commit comments

Comments
 (0)