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

Commit ecfc3e6

Browse files
authored
Merge pull request #2528 from magento-commerce/9-13_integration
9 13 integration
2 parents 1612362 + ae8a017 commit ecfc3e6

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ this.element.on('click', function() {
257257
```js
258258
options {
259259
deleteAction: '[data-action="delete"]',
260-
tooltip: '[data-role="tooltip]'
260+
tooltip: '[data-role="tooltip"]'
261261
}
262262
...
263263
this.element.find(this.options.deleteAction).on( ... );

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ After upgrading to a new version of {{ site.data.var.ee }} or {{ site.data.var.c
8989
#### Apply individual patches
9090

9191
{:.bs-callout-warning}
92-
We strongly recommend testing all patches in a staging or development environment before deploying to production. We also strongly recommend backing up your data before applying a patch. See [Back up and roll back the file system][].
92+
We strongly recommend testing all patches in a staging or development environment before deploying to production. We also strongly recommend backing up your data before applying a patch. See [Back up and roll back the file system]({{ page.baseurl }}/install-gde/install/cli/install-cli-backup.html).
9393

9494
To apply a single patch, run the following command where `MAGETWO-XXXX` is the patch ID specified in the status table:
9595

@@ -115,7 +115,7 @@ Consider keeping a list of applied patches in a separate location. You might nee
115115
#### Revert individual patches
116116

117117
{:.bs-callout-warning}
118-
We strongly recommend testing all patches in a staging or development environment before deploying to production. We also strongly recommend backing up your data before applying a patch. See [Back up and roll back the file system][].
118+
We strongly recommend testing all patches in a staging or development environment before deploying to production. We also strongly recommend backing up your data before applying a patch. See [Back up and roll back the file system]({{ page.baseurl }}/install-gde/install/cli/install-cli-backup.html).
119119

120120
To revert a single patch, run the following command where `MAGETWO-XXXX` is the patch ID specified in the status table:
121121

src/guides/v2.3/migration/migration-overview-how.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Data Migration Tool splits the migration process into three phases or *modes
2424

2525
## Steps
2626

27-
The Data Migration Tool uses a list of *steps* within each mode to migrate a particular type of data. For example, in the Settings mode, there are two steps used to migrate the all the settings data: the Stores step and the Settings step. Details about the specific data that is migrated in each of these steps (as well as for steps in the other modes), can be found in the [Data Migration Tool Technical Specification].
27+
The Data Migration Tool uses a list of *steps* within each mode to migrate a particular type of data. For example, in the Settings mode, there are two steps used to migrate all the settings data: the Stores step and the Settings step. Details about the specific data that is migrated in each of these steps (as well as for steps in the other modes), can be found in the [Data Migration Tool Technical Specification].
2828

2929
![Migration Overview]
3030

src/guides/v2.4/release-notes/commerce-2-4-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ We have fixed hundreds of issues in the Magento 2.4.1 core code.
10521052

10531053
<!-- ENGCOM-7732 7733-->
10541054

1055-
* GraphQL product search now considers configured category permissions. Previously, product search ignored the **Enable** setting (**Stores** > **Configuration** > **Catalog** > **Catalog** > **Category Permissions**). _Fix submitted by Petkovski Marjan in pull request [28757](https://github.com/magento/magento2/pull/28757) and pull request 271 in private repo `partners-magento2ee`_. [GitHub-28563](https://github.com/magento/magento2/issues/28563
1055+
* GraphQL product search now considers configured category permissions. Previously, product search ignored the **Enable** setting (**Stores** > **Configuration** > **Catalog** > **Catalog** > **Category Permissions**). _Fix submitted by Petkovski Marjan in pull request [28757](https://github.com/magento/magento2/pull/28757) and pull request 271 in private repo `partners-magento2ee`_. [GitHub-28563](https://github.com/magento/magento2/issues/28563)
10561056

10571057
<!--- MC-31084-->
10581058

src/guides/v2.4/release-notes/commerce-2-4-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ We have fixed hundreds of issues in the Magento 2.4.3 core code.
12561256

12571257
<!--- ENGCOM-9073-->
12581258

1259-
* `ramsey/uuid` has been updated for compatibility with PHP 8.0. [GitHub-31777](https://github.com/magento/magento2/issues/31777), [GitHub-826](https://github.com/magento/magento2-functional-testing-framework/issues/8260
1259+
* `ramsey/uuid` has been updated for compatibility with PHP 8.0. [GitHub-31777](https://github.com/magento/magento2/issues/31777), [GitHub-826](https://github.com/magento/magento2-functional-testing-framework/issues/826)
12601260

12611261
<!--- ENGCOM-8997-->
12621262

src/guides/v2.4/release-notes/open-source-2-4-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@ _Fix submitted by Michał Derlatka in pull request [29256](https://github.com/ma
13841384

13851385
<!-- ENGCOM-7593 -->
13861386

1387-
* Test coverage has been added for these cases of the `updateCustomer` mutation: invalid date of birth, invalid email address, and empty customer last name. _Fix submitted by Alexander Taranovsky in pull request [28304](https://github.com/magento/magento2/pull/28304)_. [GitHub-28394](https://github.com/magento/magento2/issues/28394
1387+
* Test coverage has been added for these cases of the `updateCustomer` mutation: invalid date of birth, invalid email address, and empty customer last name. _Fix submitted by Alexander Taranovsky in pull request [28304](https://github.com/magento/magento2/pull/28304)_. [GitHub-28394](https://github.com/magento/magento2/issues/28394)
13881388

13891389
<!--- MC-30844-->
13901390

src/guides/v2.4/release-notes/open-source-2-4-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ We have fixed hundreds of issues in the Magento 2.4.3 core code.
10361036

10371037
<!--- ENGCOM-9073-->
10381038

1039-
* `ramsey/uuid` has been updated for compatibility with PHP 8.0. [GitHub-31777](https://github.com/magento/magento2/issues/31777), [GitHub-826](https://github.com/magento/magento2-functional-testing-framework/issues/8260
1039+
* `ramsey/uuid` has been updated for compatibility with PHP 8.0. [GitHub-31777](https://github.com/magento/magento2/issues/31777), [GitHub-826](https://github.com/magento/magento2-functional-testing-framework/issues/826)
10401040

10411041
<!--- ENGCOM-8997-->
10421042

src/guides/v2.4/security/google-recaptcha.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Google reCAPTCHA provides a greater level of security for both the storefront an
1212

1313
Google reCAPTCHA reduces potential user error when entering a Captcha code and encourages cart conversion without adding hurdles during checkout.
1414

15-
## Install Mmdule
15+
## Install Module
1616

17-
The Google reCAPTCHA extension is bundled and installed with {{site.data.var.ce}} and {{site.data.var.ee}} 2.3.x.
17+
The Google reCAPTCHA extension is bundled and installed with {{site.data.var.ce}} and {{site.data.var.ee}} 2.3.x or later.
1818

1919
## Configure reCAPTCHA
2020

0 commit comments

Comments
 (0)