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

Commit bd1f2e3

Browse files
authored
Merge branch 'master' into Live-Search-API-Ref-Update
2 parents fb6d7ae + 9fad546 commit bd1f2e3

File tree

10 files changed

+14
-33
lines changed

10 files changed

+14
-33
lines changed

src/_data/main-nav.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@
6767

6868
- label: Software Update Guide
6969
url: https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/overview.html
70+
exclude_versions: ["2.3"]
71+
72+
- label: Software Update Guide
73+
url: /comp-mgr/bk-compman-upgrade-guide.html
74+
exclude_versions: ["2.4"]
7075

7176
- label: Configuration Guide
7277
url: /config-guide/bk-config-guide.html
Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1 @@
1-
- ext-bcmath
2-
- ext-ctype
3-
- ext-curl
4-
- ext-dom
5-
- ext-fileinfo
6-
- ext-gd
7-
- ext-hash
8-
- ext-iconv
9-
- ext-intl
10-
- ext-json
11-
- ext-libxml
12-
- ext-mbstring
13-
- ext-openssl
14-
- ext-pcre
15-
- ext-pdo_mysql
16-
- ext-simplexml
17-
- ext-soap
18-
- ext-sockets
19-
- ext-sodium
201
- ext-spl
21-
- ext-xmlwriter
22-
- ext-xsl
23-
- ext-zip
24-
- lib-libxml
25-
- lib-openssl
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{{ site.data.var.ce }}:
1+
{{ site.data.var.ce }} and {{ site.data.var.ee }}:
22
{% include install/php-ext-opensource.md %}
33

4-
{{ site.data.var.ee }}:
4+
Additionally {{ site.data.var.ee }} requires:
55
{% include install/php-ext-commerce.md %}

src/_includes/layout/page-header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
{% if page.url contains "guides/v2.3/" %}
3838
<div class="bs-callout-warning">
39-
PHP 7.3 reached end of support in December 2021 and {{site.data.var.ee}} 2.3.x reaches end of support in April 2022. You may want to consider planning your upgrade now to {{site.data.var.ee}} 2.4.x and PHP 7.4.x to help maintain PCI compliance.
39+
PHP 7.3 reached end of support in December 2021 and {{site.data.var.ee}} 2.3.x reaches end of support in September 2022. You may want to consider planning your upgrade now to {{site.data.var.ee}} 2.4.x and PHP 7.4.x to help maintain PCI compliance.
4040
</div>
4141
{% endif %}
4242

src/guides/v2.3/comp-mgr/patching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ To apply a patch to a {{site.data.var.ece}} project, see [Apply patches][].
103103
[Apply patches]:{{ site.baseurl }}/cloud/project/project-patch.html
104104
[Command line]:https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/patches/apply.html
105105
[Composer]:https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/patches/apply.html
106-
[Quality Patches Tool]: {{ page.baseurl }}/comp-mgr/patching/mqp.html
106+
[Quality Patches Tool]:{{ site.baseurl }}/quality-patches/tool.html

src/guides/v2.3/config-guide/prod/config-reference-configphp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Contains an array of scope configuration values. It has the following subnodes:
5555
]
5656
],
5757
'groups' => [
58-
[
58+
0 => [
5959
'group_id' => '0',
6060
'website_id' => '0',
6161
'code' => 'default',

src/guides/v2.3/config-guide/prod/config-reference-most.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ These configuration values are available in the Admin in **Stores** > Settings >
115115
Name | Config path | EE only? |
116116
|--------------|--------------|--------------|
117117
Enable Contact Us | `contact/contact/enabled` | <!-- ![Not EE-only]({{ site.baseurl }}/common/images/red-x.png) --> |
118-
Send Emails To | `contact/contact/recipient_email` | <!-- ![Not EE-only]({{ site.baseurl }}/common/images/red-x.png) --> |
118+
Send Emails To | `contact/email/recipient_email` | <!-- ![Not EE-only]({{ site.baseurl }}/common/images/red-x.png) --> |
119119
Email Sender | `contact/email/sender_email_identity` | <!-- ![Not EE-only]({{ site.baseurl }}/common/images/red-x.png) --> |
120120
Email Template | `contact/email/email_template` | <!-- ![Not EE-only]({{ site.baseurl }}/common/images/red-x.png) --> |
121121

src/guides/v2.3/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
<section class="home-features">
6-
<div class="bs-callout-warning">PHP 7.3 reached end of support in December 2021 and {{site.data.var.ee}} 2.3.x reaches end of support in April 2022. You may want to consider planning your upgrade now to {{site.data.var.ee}} 2.4.x and PHP 7.4.x to help maintain PCI compliance.</div>
6+
<div class="bs-callout-warning">PHP 7.3 reached end of support in December 2021 and {{site.data.var.ee}} 2.3.x reaches end of support in September 2022. You may want to consider planning your upgrade now to {{site.data.var.ee}} 2.4.x and PHP 7.4.x to help maintain PCI compliance.</div>
77
<div class="container">
88

99
<div class="feature">

src/guides/v2.4/config-guide/prod/config-reference-most.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ These configuration values are available in the Admin in **Stores** > Settings >
115115
Name | Config path | EE only? |
116116
|--------------|--------------|--------------|
117117
Enable Contact Us | `contact/contact/enabled` | <!-- ![Not EE-only]({{ site.baseurl }}/common/images/red-x.png) --> |
118-
Send Emails To | `contact/contact/recipient_email` | <!-- ![Not EE-only]({{ site.baseurl }}/common/images/red-x.png) --> |
118+
Send Emails To | `contact/email/recipient_email` | <!-- ![Not EE-only]({{ site.baseurl }}/common/images/red-x.png) --> |
119119
Email Sender | `contact/email/sender_email_identity` | <!-- ![Not EE-only]({{ site.baseurl }}/common/images/red-x.png) --> |
120120
Email Template | `contact/email/email_template` | <!-- ![Not EE-only]({{ site.baseurl }}/common/images/red-x.png) --> |
121121

src/guides/v2.4/security/two-factor-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The 2FA provider for Magento Headless can be selected with the `config:set` comm
5858

5959
Two-Factor Authentication is implemented for Magento Web APIs with the following changes:
6060

61-
- `AdminTokenServiceInterface::createAdminAccessToken()` throws an exception when the _Admin_ user doesn’t have personal 2FA configured, and also indicates that the confirmationh email has been sent.
61+
- `AdminTokenServiceInterface::createAdminAccessToken()` throws an exception when the _Admin_ user doesn’t have personal 2FA configured, and also indicates that the confirmation email has been sent.
6262
- `AdminTokenServiceInterface::createAdminAccessToken()` throws an exception that indicates which provider is configured for the user and suggests a provider-specific login endpoint.
6363
- 2FA provider-specific endpoints allow each _Admin_ user to configure a personal 2FA and provides tokens for username, password, and OTP (2FA code).
6464

0 commit comments

Comments
 (0)