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

Commit d0f1738

Browse files
committed
Merge branch 'master' of github.com:magento-devdocs/devdocs into 2.4.3-release-note-update-hotfix-MC-43059
2 parents 95dc127 + 148f54f commit d0f1738

File tree

276 files changed

+1582
-1618
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

276 files changed

+1582
-1618
lines changed

src/_data/main-nav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
url: /live-search/overview.html
203203
versionless: true
204204

205-
- label: Magento Marketplace
205+
- label: Commerce Marketplace
206206
url: /marketplace/sellers/getting-started.html
207207
versionless: true
208208

src/_data/mde.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -815,8 +815,8 @@ extensions:
815815
2.3.6: compatible
816816
2.3.7: compatible
817817
2.4.0: compatible
818-
2.4.1: not supported
819-
2.4.2: not supported
818+
2.4.1: compatible
819+
2.4.2: compatible
820820
2.4.3: supported
821821
-
822822
name: 1.3.1
@@ -830,7 +830,7 @@ extensions:
830830
2.3.6: compatible
831831
2.3.7: compatible
832832
2.4.0: compatible
833-
2.4.1: not supported
833+
2.4.1: compatible
834834
2.4.2: supported
835835
2.4.3: not supported
836836
-

src/_data/toc/cloud-guide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ pages:
558558
versionless: true
559559
children:
560560
- label: Launch checklist
561-
url: /cloud/live/go-live-checklist.html
561+
url: /cloud/live/site-launch-checklist.html
562562
versionless: true
563563

564564
- label: Launch steps

src/_data/toc/live-search.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ pages:
88
url: /live-search/install.html
99
versionless: true
1010

11-
- label: Configure and Connect
12-
url: /live-search/config-connect.html
13-
versionless: true
14-
1511
- label: Storefront Popover
1612
url: /live-search/storefront-popover.html
1713
versionless: true

src/_data/toc/php-developer-guide.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pages:
7373
- label: Package a component
7474
url: /extension-dev-guide/package/package_module.html
7575

76-
- label: Upload your component to the Magento Marketplace
76+
- label: Upload your component to the Commerce Marketplace
7777
url: /extension-dev-guide/package/package_mktpl.html
7878

7979
- label: Validate
@@ -312,6 +312,9 @@ pages:
312312
- label: Brute force attacks
313313
url: /extension-dev-guide/security/anti-brute-force.html
314314

315+
- label: CSRF
316+
url: /extension-dev-guide/security/csrf.html
317+
315318
- label: Versioning
316319
url: /extension-dev-guide/versioning/
317320
children:

src/_data/toc/software-update-guide.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,16 @@ pages:
7373
url: /comp-mgr/patching.html
7474
children:
7575

76-
- label: Commerce Quality Patches
76+
- label: Quality Patches Tool
7777
url: /comp-mgr/patching/mqp.html
7878
children:
7979

80-
- label: MQP release notes
81-
url: /quality-patches/release-notes.html
80+
- label: Quality patches for Adobe Commerce
81+
url: /quality-patches/release-notes-commerce.html
82+
versionless: true
83+
84+
- label: Quality patches for Magento Open Source
85+
url: /quality-patches/release-notes-open-source.html
8286
versionless: true
8387

8488
- label: Command Line

src/_data/var.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mbi: Adobe Commerce Reporting
2020

2121
# Cloud product name variables
2222

23-
ece: Cloud for Adobe Commerce
23+
ece: Adobe Commerce on cloud infrastructure
2424
ece-release-date: July 29, 2021
2525
csuite: Cloud Suite for Commerce
2626

src/_data/whats-new.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ entries:
629629
- Major Update
630630
- 'Progress: done'
631631
- description: Added a new topic describing [Extension Footprint Analysis](https://devdocs.magento.com/marketplace/sellers/extension-footprint.html)
632-
on the Magento Marketplace.
632+
on the Commerce Marketplace.
633633
versions: 2.x
634634
type: New Topic
635635
date: May 27, 2021
@@ -2023,7 +2023,7 @@ entries:
20232023
- description: Updated the [Submit for Technical Review](https://devdocs.magento.com/marketplace/sellers/submit-for-technical-review.html)
20242024
topic in the _Marketplace Developer Guide_ with detailed information about the
20252025
technical review guidelines, tests, tools, and processes that Magento uses to
2026-
verify and validate third-party extensions submitted to the Magento Marketplace
2026+
verify and validate third-party extensions submitted to the Commerce Marketplace
20272027
Developer Portal.
20282028
versions: 2.x
20292029
type: Major Update
@@ -2518,7 +2518,7 @@ entries:
25182518
link: https://github.com/magento/devdocs/pull/7785
25192519
contributor: dshevtsov
25202520
profile: https://github.com/dshevtsov
2521-
- description: Added information about the Magento Quality Patches package in the
2521+
- description: Added information about the Quality Patches tool in the
25222522
[Software Upgrade Guide](https://devdocs.magento.com/guides/v2.4/comp-mgr/patching.html)
25232523
and [Cloud Guide](https://devdocs.magento.com/cloud/project/project-patch.html).
25242524
versions: 2.3.x, 2.4.x
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. [Log in]({{ site.baseurl }}/cloud/onboarding/onboarding-tasks.html#admin) to the Magento Admin UI.
1+
1. [Log in]({{ site.baseurl }}/cloud/onboarding/onboarding-tasks.html#admin) to the Admin UI.

src/_includes/cloud/auth-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Because the Composer repository that contains {{site.data.var.ece}} requires authentication, you must add a file named `auth.json` to your project's root directory. This file contains your authentication keys. Without `auth.json`, the Magento software won't download.
1+
Because the Composer repository that contains {{site.data.var.ece}} requires authentication, you must add a file named `auth.json` to your project's root directory. This file contains your authentication keys. Without `auth.json`, the software won't download.
22

33
Add `auth.json` in your {{site.data.var.ece}} project root folder if there isn't one already.
44

0 commit comments

Comments
 (0)