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

Commit 07e5f6d

Browse files
authored
Merge branch 'master' into em_prex-custattributes
2 parents e73be97 + 53c3120 commit 07e5f6d

File tree

72 files changed

+1095
-164
lines changed

Some content is hidden

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

72 files changed

+1095
-164
lines changed

.github/ISSUE_TEMPLATE.md

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

src/_data/core-releases.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"tagName":"2.3.0"
112112
}
113113
],
114-
"end-of-support": "2022-04-??"
114+
"end-of-support": "2022-09-08"
115115
},
116116
"2.2": {
117117
"releases": [

src/_data/main-nav.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@
8383
- label: Command-line Tools Reference
8484
url: /reference/cli/magento.html
8585

86+
- label: Tools
87+
url: /quality-patches/tool.html
88+
versionless: true
89+
8690
- label: Development
8791
children:
8892

src/_data/toc/graphql.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,11 @@ pages:
318318
edition: ee-only
319319
exclude_versions: ["2.3"]
320320

321+
- label: contactUs mutation
322+
url: /graphql/mutations/contact-us.html
323+
edition: pwa-only
324+
exclude_versions: ["2.3"]
325+
321326
- label: createBraintreeClientToken mutation
322327
url: /graphql/mutations/create-braintree-client-token.html
323328

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

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

72-
- label: Quality Patches Tool
73-
url: /quality-patches/tool.html
74-
versionless: true
75-
children:
76-
77-
- label: Usage
78-
url: /quality-patches/usage.html
79-
versionless: true
80-
81-
- label: Release notes
82-
url: /quality-patches/release-notes.html
83-
versionless: true
84-
8572
- label: Apply patches
8673
url: /comp-mgr/patching.html
8774
children:

src/_data/toc/tools.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
label: Tools
2+
pages:
3+
- label: Quality Patches Tool
4+
url: /quality-patches/tool.html
5+
versionless: true
6+
children:
7+
8+
- label: Usage
9+
url: /quality-patches/usage.html
10+
versionless: true
11+
12+
- label: Release notes
13+
url: /quality-patches/release-notes.html
14+
versionless: true

src/_data/var.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ce: Magento Open Source
1717
ee: Adobe Commerce
1818
b2b: B2B for Adobe Commerce
1919
mbi: Adobe Commerce Reporting
20+
pwa: PWA Studio
2021

2122
# Cloud product name variables
2223

src/_data/whats-new.yml

Lines changed: 81 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,88 @@ 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 Jan 10 15:38:44 2022
7+
updated: Mon Jan 24 15:38:42 2022
88
entries:
9+
- description: Restored 2.3.x [Upgrade Guide](https://devdocs.magento.com/guides/v2.3/comp-mgr/bk-compman-upgrade-guide.html)
10+
topics and redirected only the 2.4.x topics to the migrated guide on [Experience
11+
League](https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/overview.html).
12+
versions: 2.3.x, 2.4.x
13+
type: Major Update
14+
date: January 21, 2022
15+
link: https://github.com/magento-commerce/devdocs/pull/2749
16+
merge_commit: f73452c4b7575cfca7beb37dab422d1547a8a8ef
17+
contributor: jeff-matthews
18+
membership: true
19+
labels:
20+
- Major Update
21+
- 2.3.x
22+
- 2.4.x
23+
- description: Updated the Cloud guide to [clarify log rotation tip](https://devdocs.magento.com/cloud/project/log-locations.html),
24+
[delete custom VCL snippets](http://devdocs.magento.com/cloud/cdn/fastly-vcl-bypass-to-origin.html#delete-the-custom-vcl-snippet),
25+
and provide an additional example with multiple themes and locales for the [SCD_MATRIX
26+
build variable](https://devdocs.magento.com/cloud/env/variables-build.html#scd_matrix).
27+
versions: 2.x
28+
type: Technical
29+
date: January 20, 2022
30+
link: https://github.com/magento-commerce/devdocs/pull/2736
31+
merge_commit: bb55fd340360edd73af89dfc02628bb169843593
32+
contributor: hguthrie
33+
membership: true
34+
labels:
35+
- 2.x
36+
- Technical
37+
- imported
38+
- description: Added [extended support](https://devdocs.magento.com/release/lifecycle-policy.html)
39+
date for 2.3.
40+
versions: 2.3.x
41+
type: Major Update
42+
date: January 20, 2022
43+
link: https://github.com/magento/devdocs/pull/9329
44+
merge_commit: 9c12b816643b303e5bcf07252d3402a1b5115b33
45+
contributor: misuadobe
46+
membership: false
47+
labels:
48+
- Major Update
49+
- 2.3.x
50+
- 'Progress: done'
51+
- description: Added the [contactUs](https://devdocs.magento.com/guides/v2.4/graphql/mutations/contact-us.html)
52+
mutation topic.
53+
versions: 2.4.x
54+
type: New Topic
55+
date: January 14, 2022
56+
link: https://github.com/magento-commerce/devdocs/pull/2737
57+
merge_commit: 9b2b6d74a7e866d899ef83b4391de3d6c7e8b4ba
58+
contributor: dobooth
59+
membership: true
60+
labels:
61+
- New Topic
62+
- 2.4.x
63+
- description: Redirected [Software Update Guide](https://devdocs.magento.com/guides/v2.4/comp-mgr/bk-compman-upgrade-guide.html)
64+
topics to the new location on [Adobe Experience League](https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/overview.html).
65+
versions: 2.3.x, 2.4.x
66+
type: Major Update
67+
date: January 12, 2022
68+
link: https://github.com/magento-commerce/devdocs/pull/2734
69+
merge_commit: 9e570a8ea66876b5086ba909810e95f5d7d21b77
70+
contributor: jeff-matthews
71+
membership: true
72+
labels:
73+
- Major Update
74+
- 2.3.x
75+
- 2.4.x
76+
- description: Added a new Tools section to the top navigation and moved the [Quality
77+
Patches Tool](https://devdocs.magento.com/quality-patches/tool.html) content to
78+
the new section.
79+
versions: 2.x
80+
type: Major Update
81+
date: January 12, 2022
82+
link: https://github.com/magento-commerce/devdocs/pull/2735
83+
merge_commit: dce1c7fdc03ffa7f88a12b26b8907320d1c8143a
84+
contributor: jeff-matthews
85+
membership: true
86+
labels:
87+
- 2.x
88+
- Major Update
989
- description: Added new supported versions of Elasticsearch, OpenSearch, Redis, RabbitMQ,
1090
and Varnish to the [system requirements](https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements.html)
1191
for 2.4.4 and 2.4.5

src/_includes/cloud/cloud-fastly-manage-vcl-from-admin.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,24 @@
1515
1. After the upload completes, refresh the cache according to the notification at the top of the page.
1616

1717
{:.bs-callout-warning}
18-
The *Custom VCL snippets* UI option shows only the snippets added through the Admin UI. You must use the Fastly API to [manage custom snippets added through the API]({{ site.baseurl }}/cloud/cdn/cloud-vcl-custom-snippets.html#manage-custom-vcl-snippets-using-the-api).
18+
The *Custom VCL snippets* UI option shows only the snippets added through the Admin UI. You must [manage custom VCL snippets using the Fastly API]({{ site.baseurl }}/cloud/cdn/cloud-vcl-custom-snippets.html#manage-custom-vcl-snippets-using-the-api).
1919

2020
## Delete the custom VCL snippet
2121

22-
You can delete custom VCL snippet code from your Fastly configuration by uploading an empty version of the snippet from the Admin UI, or delete it completely using the Fastly API.
22+
1. [Log in]({{ site.baseurl }}/cloud/onboarding/onboarding-tasks.html#admin) to the Admin UI.
23+
24+
1. Click **Stores** > **Settings** > **Configuration** > **Advanced** > **System**.
25+
26+
1. Expand **Full Page Cache** > **Fastly Configuration** > **Custom VCL Snippets**.
27+
28+
![Manage custom VCL snippets]
2329

24-
- Upload an empty version of the snippet file to Fastly to remove the VCL logic from the active VCL version:
30+
1. In the _Action_ column, click the trash icon next to the snippet to delete.
2531

26-
- Edit the snippet and delete the **VCL** snippet content.
27-
- Save the configuration.
28-
- Upload the VCL to Fastly to apply your changes.
32+
1. On the next modal window, click **DELETE** and activate a new version.
2933

30-
- Use the Fastly API [Delete custom VCL snippet]({{ site.baseurl }}/cloud/cdn/cloud-vcl-custom-snippets.html#manage-vcl) operation to delete the snippet completely, or submit a support ticket to request deletion.
34+
{:.bs-callout-warning}
35+
The *Custom VCL snippets* UI option shows only the snippets added through the Admin UI. You must [manage custom VCL snippets using the Fastly API]({{ site.baseurl }}/cloud/cdn/cloud-vcl-custom-snippets.html#manage-custom-vcl-snippets-using-the-api).
3136

3237
[Manage custom VCL snippets]: {{site.baseurl}}/common/images/cloud/cloud-fastly-manage-snippets.png
33-
{:width="650px"}
38+
{:width="650px"}

src/_includes/config/redis-verify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ If you use Redis for page caching, you'll see output similar to the following:
5252

5353
### Inspecting compressed data
5454

55-
To inspect compressed Session data and Page Cache, the [Redis Desktop Manager](https://flathub.org/apps/details/dev.rdm.RDM) supports the automatic decompression of Magento 2 Session and Page cache and displays PHP session data in a human-readable form.
55+
To inspect compressed Session data and Page Cache, the [RESP.app](https://flathub.org/apps/details/app.resp.RESP) supports the automatic decompression of Magento 2 Session and Page cache and displays PHP session data in a human-readable form.
5656

5757
### Redis ping command
5858

0 commit comments

Comments
 (0)