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

Commit ddc643f

Browse files
authored
Merge branch '2.4.3-p1-develop' into 2.3.7-p2-known-issue-update-0914
2 parents 105fa1e + b9cb694 commit ddc643f

File tree

78 files changed

+715
-85
lines changed

Some content is hidden

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

78 files changed

+715
-85
lines changed

src/_data/toc/contributor-guide.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ pages:
1818
url: /contributor-guide/pull-request-tests.html
1919
versionless: true
2020

21+
- label: PHPStorm plugin code inspections
22+
url: /contributor-guide/phpstorm-code-inspections.html
23+
versionless: true
24+
2125
- label: Docs Contributions
2226
children:
2327
- label: Contribution Guidelines

src/_data/toc/extension-best-practices.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,31 @@ pages:
3232
- label: Coding FAQ
3333
url: /ext-best-practices/extension-coding/coding-faq.html
3434

35+
- label: PHPStorm plugin
36+
url: /ext-best-practices/phpstorm/introduction.html
37+
children:
38+
39+
- label: Code generation
40+
url: /ext-best-practices/phpstorm/code-generation.html
41+
42+
- label: Code inspection
43+
url: /ext-best-practices/phpstorm/code-inspection.html
44+
45+
- label: Adding code inspections
46+
url: /ext-best-practices/phpstorm/adding-code-inspections.html
47+
48+
- label: New features
49+
url: /ext-best-practices/phpstorm/new-features.html
50+
51+
- label: Issue reporting
52+
url: /ext-best-practices/phpstorm/issue-reporting.html
53+
54+
- label: Run the Upgrade Compatibility Tool
55+
url: /ext-best-practices/phpstorm/uct-run-configuration.html
56+
57+
- label: The built-in Upgrade Compatibility Tool (MVP)
58+
url: /ext-best-practices/phpstorm/built-in-upgrade-compatibility-tool.html
59+
3560
- label: Storefront
3661
url: /ext-best-practices/storefront/storefront-best-practices.html
3762

src/_data/toc/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pages:
1414
versionless: true
1515

1616
- label: Lifecycle policy
17-
url: /release/lifecycle-policy.html
17+
url: https://magento.com/sites/default/files/magento-software-lifecycle-policy.pdf
1818
versionless: true
1919

2020
- label: Availability

src/_data/whats-new.yml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,32 @@ 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: Tue Sep 7 21:38:19 2021
7+
updated: Mon Sep 13 14:39:26 2021
88
entries:
9+
- description: Updated the [Service versions compatibility table](https://devdocs.magento.com/cloud/project/services.html#service-versions)
10+
in the Cloud guide.
11+
versions: 2.x
12+
type: Technical
13+
date: September 8, 2021
14+
link: https://github.com/magento-commerce/devdocs/pull/2512
15+
merge_commit: f062510d13a0596f8298bac440bf3b3b0eda356d
16+
contributor: hguthrie
17+
membership: true
18+
labels:
19+
- 2.x
20+
- Technical
21+
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
22+
for the 1.1.2 Quality Patches Tool release.
23+
versions: 2.x
24+
type: Major Update
25+
date: September 7, 2021
26+
link: https://github.com/magento-commerce/devdocs/pull/2516
27+
merge_commit: 28cb71a4e8e700cdb0816db7146d3f705a50e894
28+
contributor: agorbivskyi
29+
membership: true
30+
labels:
31+
- 2.x
32+
- Major Update
933
- description: Added a new [file upload security](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/security/uploads.html)
1034
topic.
1135
versions: 2.3.x, 2.4.x

0 commit comments

Comments
 (0)