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

Commit 8535805

Browse files
authored
Merge branch 'master' into Q4-release-note-update-1025
2 parents 2aa7e79 + eaa8003 commit 8535805

File tree

144 files changed

+2113
-950
lines changed

Some content is hidden

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

144 files changed

+2113
-950
lines changed

src/_data/toc/cloud-guide.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -570,46 +570,14 @@ pages:
570570
versionless: true
571571
children:
572572

573-
- label: Troubleshoot deployment
574-
url: /cloud/trouble/troubleshoot-deployment.html
575-
versionless: true
576-
577-
- label: Incorrect credentials
578-
url: /cloud/trouble/trouble_ce-creds.html
579-
versionless: true
580-
581-
- label: Resolve issues with a new project
582-
url: /cloud/trouble/trouble_proj-startover.html
583-
versionless: true
584-
585573
- label: Component deployment failure
586574
url: /cloud/trouble/trouble_comp-deploy-fail.html
587575
versionless: true
588576

589-
- label: Resolve issues with encryption key
590-
url: /cloud/trouble/trouble-crypt-key-variable.html
591-
versionless: true
592-
593-
- label: Resolve issues with HTML minification
594-
url: /cloud/trouble/trouble-error-html-minification.html
595-
versionless: true
596-
597-
- label: Resolve issues with Google Analytics during deployment
598-
url: /cloud/trouble/trouble-google-analytics-deploy.html
599-
versionless: true
600-
601-
- label: Site availability
602-
url: /cloud/trouble/site-availability.html
603-
versionless: true
604-
605577
- label: Add site map and search engine robots
606578
url: /cloud/trouble/robots-sitemap.html
607579
versionless: true
608580

609-
- label: Theme troubleshooting
610-
url: /cloud/trouble/theme-troubleshooting.html
611-
versionless: true
612-
613581
- label: Upgrades and patches
614582
url: /cloud/project/project-upgrade-parent.html
615583
versionless: true

src/_data/toc/product-recommendations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pages:
1212
url: /recommendations/install-configure.html
1313
versionless: true
1414

15-
- label: Recommendation Events
15+
- label: Data Collection for Recommendations
1616
url: /recommendations/events.html
1717
versionless: true
1818

src/_data/toc/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ pages:
99
url: /release/
1010
versionless: true
1111

12+
- label: Beta program
13+
url: /release/beta-program.html
14+
versionless: true
15+
1216
- label: Released versions
1317
url: /release/released-versions.html
1418
versionless: true

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

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,21 +69,22 @@ pages:
6969
- label: Add or update components
7070
url: /install-gde/install/cli/dev_add-update.html
7171

72-
- label: Apply patches
73-
url: /comp-mgr/patching.html
72+
- label: Quality Patches Tool
73+
url: /quality-patches/tool.html
74+
versionless: true
7475
children:
7576

76-
- label: Quality Patches Tool
77-
url: /comp-mgr/patching/mqp.html
78-
children:
77+
- label: Usage
78+
url: /quality-patches/usage.html
79+
versionless: true
7980

80-
- label: Quality patches for Adobe Commerce
81-
url: /quality-patches/release-notes-commerce.html
82-
versionless: true
81+
- label: Release notes
82+
url: /quality-patches/release-notes.html
83+
versionless: true
8384

84-
- label: Quality patches for Magento Open Source
85-
url: /quality-patches/release-notes-open-source.html
86-
versionless: true
85+
- label: Apply patches
86+
url: /comp-mgr/patching.html
87+
children:
8788

8889
- label: Command Line
8990
url: /comp-mgr/patching/command-line.html

src/_data/var.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,23 @@ mbi: Adobe Commerce Reporting
2121
# Cloud product name variables
2222

2323
ece: Adobe Commerce on cloud infrastructure
24-
ece-release-date: July 29, 2021
2524
csuite: Cloud Suite for Commerce
2625

2726
ct: ece-tools
2827
ct-repo: magento/ece-tools
29-
ct-release: 2002.1.7
28+
ct-release: 2002.1.8
3029

3130
mcc-prod: Cloud Components of Commerce
3231
mcc-package: magento/magento-cloud-components
33-
mcc-release: 1.0.8
32+
mcc-release: 1.0.9
3433

3534
mcd-prod: Cloud Docker for Commerce
3635
mcd-package: magento/magento-cloud-docker
37-
mcd-release: 1.2.4
36+
mcd-release: 1.3.0
3837

3938
mcp-prod: Cloud Patches for Commerce
4039
mcp-package: magento/magento-cloud-patches
41-
mcp-release: 1.0.12
40+
mcp-release: 1.0.13
4241

4342
# TIP: Use the following syntax to use a variable in the documentation source: {{site.data.var.xx}} where xx
4443
# is the variable value.

src/_data/whats-new.yml

Lines changed: 116 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,122 @@ 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 Oct 18 14:38:48 2021
7+
updated: Mon Nov 1 14:38:45 2021
88
entries:
9+
- description: Moved the [Adobe Commerce Beta Program](https://devdocs.magento.com/release/beta-program.html)
10+
topic from the `magento/magento2` GitHub wiki to devdocs.magento.com.
11+
versions: 2.x
12+
type: New Topic
13+
date: November 1, 2021
14+
link: https://github.com/magento-commerce/devdocs/pull/2564
15+
merge_commit: af2a640a23703ea740a9819ac27503c082526635
16+
contributor: dshevtsov
17+
membership: true
18+
labels:
19+
- 2.x
20+
- New Topic
21+
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
22+
for the 1.1.5 Quality Patches Tool (QPT) package release.
23+
versions: 2.x
24+
type: Major Update
25+
date: October 27, 2021
26+
link: https://github.com/magento-commerce/devdocs/pull/2618
27+
merge_commit: 4f9cf19e36c015ece29d6f550cc9f759af11575a
28+
contributor: agorbivskyi
29+
membership: true
30+
labels:
31+
- 2.x
32+
- Major Update
33+
- description: Update the [Cloud guide PrivateLink service](https://devdocs.magento.com/cloud/project/privatelink-service.html)
34+
prerequisites, clarifying some points and providing additional guidance for Azure
35+
Private Link.
36+
versions: 2.x
37+
type: Major Update
38+
date: October 26, 2021
39+
link: https://github.com/magento-commerce/devdocs/pull/2593
40+
merge_commit: 2da06e674511632801f969492b98ca35a8cbcb49
41+
contributor: hguthrie
42+
membership: true
43+
labels:
44+
- 2.x
45+
- Major Update
46+
- description: 'Cloud Release for October 25: Updated release notes for all cloud
47+
packages. See [Release notes for Cloud suite](https://devdocs.magento.com/cloud/release-notes/cloud-tools.html).'
48+
versions: 2.x
49+
type: Major Update
50+
date: October 26, 2021
51+
link: https://github.com/magento-commerce/devdocs/pull/2601
52+
merge_commit: 5a325413c97a2a50a6a993f6dfa831708fdd1dca
53+
contributor: hguthrie
54+
membership: true
55+
labels:
56+
- 2.x
57+
- Major Update
58+
- description: Added the "cache" and "system" descriptions to the [env.php reference](https://devdocs.magento.com/guides/v2.4/config-guide/prod/config-reference-envphp.html)
59+
topic.
60+
versions: 2.4.x
61+
type: Major Update
62+
date: October 22, 2021
63+
link: https://github.com/magento/devdocs/pull/9186
64+
merge_commit: ecfce43befaea1054d0ed8451a208ea07de3d2b4
65+
contributor: srsathish92
66+
membership: false
67+
labels:
68+
- Major Update
69+
- partners-contribution
70+
- 2.4.x
71+
- 'Progress: done'
72+
- 'Partner: ITG Commerce'
73+
- description: "[Release notes](https://devdocs.magento.com/live-search/release-notes.html)
74+
for Live Search 1.3.0"
75+
versions: 2.4.x
76+
type: Major Update
77+
date: October 21, 2021
78+
link: https://github.com/magento-commerce/devdocs/pull/2592
79+
merge_commit: ecd524f562b0f03de9b65c06d849415617e53dd6
80+
contributor: ccondra
81+
membership: true
82+
labels:
83+
- Major Update
84+
- 2.4.x
85+
- description: The Composer `root-update-plugin` has been updated to be compatible
86+
with Composer 2.1.6. [Upgrade Commerce](https://devdocs.magento.com/guides/v2.4/comp-mgr/cli/cli-upgrade.html)
87+
provides details about upgrading Magento Open Source and Adobe Commerce with the
88+
new version of the plugin.
89+
versions: 2.4.4
90+
type: Major Update
91+
date: October 20, 2021
92+
link: https://github.com/magento-commerce/devdocs/pull/2581
93+
merge_commit: 5a9604f08dac24aaf84ecf423486d460798df5dd
94+
contributor: keharper
95+
membership: true
96+
labels:
97+
- Major Update
98+
- 2.4.4
99+
- description: Update [reference data for the backward incompatible changes](https://devdocs.magento.com/guides/v2.4/release-notes/backward-incompatible-changes/reference.html).
100+
Covering entire products instead of the main source code repositories.
101+
versions: 2.4.x
102+
type: Major Update
103+
date: October 20, 2021
104+
link: https://github.com/magento-commerce/devdocs/pull/2598
105+
merge_commit: 7c08bc0fb8369b1c524dca7abd027eb837aeb3a0
106+
contributor: dshevtsov
107+
membership: true
108+
labels:
109+
- Major Update
110+
- 2.4.x
111+
- description: Added a [public roadmap](https://devdocs.magento.com/release/roadmap.html)
112+
for Magento Open Source.
113+
versions: 2.x
114+
type: New Topic
115+
date: October 20, 2021
116+
link: https://github.com/magento-commerce/devdocs/pull/2603
117+
merge_commit: 5a0d39d531a142d92d97a6b0e7cec249aa03757e
118+
contributor: jeff-matthews
119+
membership: true
120+
labels:
121+
- 2.x
122+
- New Topic
9123
- description: Reference data for the [2.4.3-p1](https://devdocs.magento.com/guides/v2.4/release-notes/backward-incompatible-changes/reference.html),
10124
[2.3.7-p1 and 2.3.7-p2](https://devdocs.magento.com/guides/v2.3/release-notes/backward-incompatible-changes/reference.html)
11125
backward incompatible changes.
@@ -265,7 +379,7 @@ entries:
265379
- Major Update
266380
- 2.4.3
267381
- description: Added [Community quality patches release notes](https://github.com/magento/quality-patches/blob/master/community-release-notes.md)
268-
to a table of contents at [Commerce Quality Patches](https://devdocs.magento.com/guides/v2.4/comp-mgr/patching/mqp.html).
382+
to a table of contents at [Commerce Quality Patches](https://devdocs.magento.com/quality-patches/usage.html).
269383
versions: 2.x
270384
type: Major Update
271385
date: August 27, 2021

src/_includes/cloud/backup-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To back up your Staging or Production environment database before deploying:
2525

2626
1. Use SSH to log in to the remote server.
2727

28-
1. Create a database dump.
28+
1. Create a database dump. To choose a target directory for the DB dump, use the `--dump-directory` option.
2929

3030
```bash
3131
vendor/bin/ece-tools db-dump
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The [Quality Patches Tool](https://github.com/magento/quality-patches) delivers individual patches developed by Adobe and the {{ site.data.var.ce }} community. It allows you to apply, revert, and view general information about all individual patches that are available for the installed version of {{ site.data.var.ee }} or {{ site.data.var.ce }}. You can apply patches to {{site.data.var.ee}} and {{site.data.var.ce}} projects regardless of who developed the patch. For example, you can apply a patch developed by the community to {{site.data.var.ee}} projects.
22

33
{:.bs-callout-info}
4-
See [Apply patches]({{ site.baseurl }}{{ site.gdeurl }}/comp-mgr/patching/mqp.html) for instructions on applying patches to your {{ site.data.var.ee }} or {{ site.data.var.ce }} projects.
4+
See [Apply patches]({{ site.baseurl }}/quality-patches/usage.html) for instructions on applying patches to your {{ site.data.var.ee }} or {{ site.data.var.ce }} projects.
55
See [Patches available in the Quality Patches Tool](https://support.magento.com/hc/en-us/sections/360010506631-Patches-available-in-MQP-tool-) for additional patch details.

0 commit comments

Comments
 (0)