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

Commit 2dd3163

Browse files
authored
Merge branch 'master' into hg-cloudservices
2 parents bc156ed + 28cb71a commit 2dd3163

File tree

103 files changed

+525
-591
lines changed

Some content is hidden

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

103 files changed

+525
-591
lines changed

src/_data/toc/configuration-guide.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ pages:
156156

157157
- label: Run the support utilities (Adobe Commerce only)
158158
url: /config-guide/cli/config-cli-subcommands-spt-util.html
159+
edition: ee-only
159160

160161
- label: Configuration files
161162
url: /config-guide/config/config-magento.html
@@ -186,6 +187,7 @@ pages:
186187

187188
- label: B2B Extension configuration paths reference (Adobe Commerce only)
188189
url: /config-guide/prod/config-reference-b2b.html
190+
edition: b2b-only
189191

190192
- label: .gitignore reference
191193
url: /config-guide/prod/config-reference-gitignore.html
@@ -356,6 +358,7 @@ pages:
356358

357359
- label: Split database performance solution (Adobe Commerce only)
358360
url: /config-guide/multi-master/multi-master.html
361+
edition: ee-only
359362
children:
360363

361364
- label: Automatically configure master databases

src/_data/toc/live-search.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ pages:
4242
url: /live-search/product-search.html
4343
versionless: true
4444

45+
- label: Events
46+
url: /live-search/events.html
47+
versionless: true
48+
4549
- label: Release Notes
4650
url: /live-search/release-notes.html
4751
versionless: true

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,9 @@ pages:
315315
- label: CSRF
316316
url: /extension-dev-guide/security/csrf.html
317317

318+
- label: Working with files
319+
url: /extension-dev-guide/security/uploads.html
320+
318321
- label: Versioning
319322
url: /extension-dev-guide/versioning/
320323
children:

src/_data/whats-new.yml

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,44 @@ description: This page contains recent changes that we think you'd like to know
44
We exclude from this list proofreading, spelling checks, and all minor updates.
55
link: "/whats-new.html"
66
thread: "/whatsnew-feed.xml"
7-
updated: Mon Aug 30 16:00:00 2021
7+
updated: Tue Sep 7 21:38:19 2021
88
entries:
9+
- description: Added a new [file upload security](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/security/uploads.html)
10+
topic.
11+
versions: 2.3.x, 2.4.x
12+
type: New Topic
13+
date: September 3, 2021
14+
link: https://github.com/magento-commerce/devdocs/pull/2500
15+
merge_commit: 883f3b77234ad01ed752284f3f9a3559141f409e
16+
contributor: AlexMaxHorkun
17+
membership: true
18+
labels:
19+
- New Topic
20+
- 2.3.x
21+
- 2.4.x
22+
- description: An overview of [Storefront Events SDK](https://devdocs.magento.com/live-search/events.html)
23+
with a summary of search-related collector functions.
24+
versions: 2.4.x
25+
type: New Topic
26+
date: September 3, 2021
27+
link: https://github.com/magento-commerce/devdocs/pull/2508
28+
merge_commit: 2c5c88524c3ae63145e8bda66e10812fe94c2138
29+
contributor: ccondra
30+
membership: true
31+
labels:
32+
- New Topic
33+
- 2.4.x
34+
- description: Updated the [Module Reference Guide](https://devdocs.magento.com/guides/v2.4/mrg/intro.html).
35+
versions: 2.4.3
36+
type: Major Update
37+
date: September 2, 2021
38+
link: https://github.com/magento-commerce/devdocs/pull/2501
39+
merge_commit: 52a9f4a4bae0d5737fc719740b2e5893cc1adcc3
40+
contributor: dshevtsov
41+
membership: true
42+
labels:
43+
- Major Update
44+
- 2.4.3
945
- description: Added [Community quality patches release notes](https://github.com/magento/quality-patches/blob/master/community-release-notes.md)
1046
to a table of contents at [Commerce Quality Patches](https://devdocs.magento.com/guides/v2.4/comp-mgr/patching/mqp.html).
1147
versions: 2.x

src/_includes/compatibility-mde.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
**Supported**{: .status-light.supported } – version that has been fully tested by Adobe and is supported.
88

9-
**Compatible**{: .status-light.compatible } – version that is confirmed to be compatible with Adobe Commerce or Magento
10-
Open Source, but is not supported.
9+
**Compatible**{: .status-light.compatible } – version that is confirmed to be compatible with {{site.data.var.ee}} or {{site.data.var.ce}}, but is not supported.
1110

1211
**Not supported**{: .status-light.not-supported } - version that is not compatible with a Commerce or Magento release.
1312

src/_includes/compatibility-vbe.md

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

1010
<!-- **Compatible**{: .status-light.compatible } – independent release version that has not been fully tested by Magento, but is confirmed to be compatible. -->
1111

12-
**Not supported**{: .status-light.not-supported } - version that is not compatible with an Adobe Commerce or Magento Open Source release.
12+
**Not supported**{: .status-light.not-supported } - version that is not compatible with an {{site.data.var.ee}} or {{site.data.var.ce}} release.
1313

1414
<table class="compatibility-table">
1515
<thead>

src/_includes/home/intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<section class="home-intro">
22
<div class="container">
3-
<h1 class="spectrum-Heading1 spectrum-Heading--XXL">Adobe Commerce {{ page.guide_version }} Developer Guide</h1>
3+
<h1 class="spectrum-Heading1 spectrum-Heading--XXL">{{site.data.var.ee}} {{ page.guide_version }} Developer Guide</h1>
44
<p class="lead">Everything you need to build and manage a customized Commerce store.</p>
55

66
{% include layout/search-form.html %}

src/_includes/install/composer-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ We use [Composer](https://getcomposer.org/) to manage Magento components and the
33
- Reuse third-party libraries without bundling them with source code
44
- Reduce extension conflicts and compatibility issues by using a component-based architecture with robust dependency management
55
- Adhere to [PHP-Framework Interoperability Group (FIG)](https://www.php-fig.org/) standards
6-
- Repackage Magento Open Source with other components
6+
- Repackage {{site.data.var.ce}} with other components
77
- Use the Magento software in a production environment
88

99
{:.bs-callout-info}

src/_includes/install/releasenotes/20_release-notes-links.md

Lines changed: 0 additions & 58 deletions
This file was deleted.

src/_includes/install/releasenotes/20rc_release-notes-links.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)