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

Commit 5e0415b

Browse files
authored
Merge branch 'master' into live-search-release-1-2-0
2 parents 2bcca32 + 9f28563 commit 5e0415b

File tree

88 files changed

+804
-117
lines changed

Some content is hidden

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

88 files changed

+804
-117
lines changed

src/_data/codebase/cloud/magento-cloud.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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: 106 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,89 @@ 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 20 16:02:49 2021
88
entries:
9+
- description: Added the [The built-in Upgrade Compatibility Tool (MVP)](https://devdocs.magento.com/guides/v2.4/ext-best-practices/phpstorm/built-in-upgrade-compatibility-tool.html)
10+
topic.
11+
versions: 2.4.x
12+
type: New Topic
13+
date: September 17, 2021
14+
link: https://github.com/magento/devdocs/pull/9143
15+
merge_commit: bbdc15794967ed70af8c78c209bb50560b8e36fa
16+
contributor: bohdan-harniuk
17+
membership: false
18+
labels:
19+
- partners-contribution
20+
- 'Partner: Atwix'
21+
- New Topic
22+
- 2.4.x
23+
- 'Progress: done'
24+
- description: Updated [release schedule](https://devdocs.magento.com/release/policy/),
25+
[release policy](https://devdocs.magento.com/release/policy/), [versioning schema](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/versioning/),
26+
and [code base changes](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/versioning/codebase-changes.html)
27+
to reflect new Adobe release strategy.
28+
versions: 2.3.x, 2.4.x
29+
type: Major Update
30+
date: September 16, 2021
31+
link: https://github.com/magento-commerce/devdocs/pull/2524
32+
merge_commit: bb9bf8601e4229dc7c314d359f82c64ccd19a7ed
33+
contributor: jeff-matthews
34+
membership: true
35+
labels:
36+
- Major Update
37+
- 2.3.x
38+
- 2.4.x
39+
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
40+
for the 1.1.3 Quality Patches Tool (QPT) package release.
41+
versions: 2.3.x, 2.4.x
42+
type: Major Update
43+
date: September 15, 2021
44+
link: https://github.com/magento-commerce/devdocs/pull/2531
45+
merge_commit: e9e612c7e8fa68148536348d455925e5c857a59b
46+
contributor: agorbivskyi
47+
membership: true
48+
labels:
49+
- Major Update
50+
- 2.3.x
51+
- 2.4.x
52+
- description: Added the [PHPStorm plugin](https://devdocs.magento.com/guides/v2.4/ext-best-practices/phpstorm/introduction.html)
53+
documentation and updated the [Run](https://devdocs.magento.com/upgrade-compatibility-tool/run.html)
54+
topic with related information about PHPStorm plugin run configurations.
55+
versions: 2.3.x, 2.4.x
56+
type: New Topic
57+
date: September 15, 2021
58+
link: https://github.com/magento-commerce/devdocs/pull/2526
59+
merge_commit: 373ca889a71540a0d7821d90a9425ebc69334530
60+
contributor: danidelcar
61+
membership: true
62+
labels:
63+
- New Topic
64+
- 2.3.x
65+
- 2.4.x
66+
- description: Updated the [Service versions compatibility table](https://devdocs.magento.com/cloud/project/services.html#service-versions)
67+
in the Cloud guide.
68+
versions: 2.x
69+
type: Technical
70+
date: September 8, 2021
71+
link: https://github.com/magento-commerce/devdocs/pull/2512
72+
merge_commit: f062510d13a0596f8298bac440bf3b3b0eda356d
73+
contributor: hguthrie
74+
membership: true
75+
labels:
76+
- 2.x
77+
- Technical
78+
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
79+
for the 1.1.2 Quality Patches Tool release.
80+
versions: 2.x
81+
type: Major Update
82+
date: September 7, 2021
83+
link: https://github.com/magento-commerce/devdocs/pull/2516
84+
merge_commit: 28cb71a4e8e700cdb0816db7146d3f705a50e894
85+
contributor: agorbivskyi
86+
membership: true
87+
labels:
88+
- 2.x
89+
- Major Update
990
- description: Added a new [file upload security](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/security/uploads.html)
1091
topic.
1192
versions: 2.3.x, 2.4.x
@@ -246,7 +327,7 @@ entries:
246327
- Major Update
247328
- 2.4.3
248329
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
249-
for the 1.1.1 Magento Quality Patch (MQP) package release.
330+
for the 1.1.1 Quality Patches Tool release.
250331
versions: 2.3.x, 2.4.x
251332
type: Major Update
252333
date: August 9, 2021
@@ -530,7 +611,7 @@ entries:
530611
- 2.4.x
531612
- New Topic
532613
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
533-
for the 1.1.0 Magento Quality Patch (MQP) package release.
614+
for the 1.1.0 Quality Patches Tool release.
534615
versions: 2.3.x, 2.4.x
535616
type: Major Update
536617
date: July 29, 2021
@@ -612,7 +693,7 @@ entries:
612693
- 2.4.x
613694
- Major Update
614695
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
615-
for the 1.0.26 Magento Quality Patch (MQP) package release.
696+
for the 1.0.26 Quality Patches Tool release.
616697
versions: 2.3.x, 2.4.x
617698
type: Major Update
618699
date: July 1, 2021
@@ -725,7 +806,7 @@ entries:
725806
- 'Progress: done'
726807
- partners-contribution
727808
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
728-
for the 1.0.24 Magento Quality Patch (MQP) package release.
809+
for the 1.0.24 Quality Patches Tool release.
729810
versions: 2.3.x, 2.4.x
730811
type: Major Update
731812
date: June 2, 2021
@@ -782,7 +863,7 @@ entries:
782863
- Major Update
783864
- Tracking
784865
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
785-
for the 1.0.23 Magento Quality Patch (MQP) package release.
866+
for the 1.0.23 Quality Patches Tool release.
786867
versions: 2.x
787868
type: Major Update
788869
date: May 20, 2021
@@ -871,7 +952,7 @@ entries:
871952
- 2.4.x
872953
- Major Update
873954
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
874-
for the 1.0.22 Magento Quality Patch (MQP) package release.
955+
for the 1.0.22 Quality Patches Tool release.
875956
versions: 2.x
876957
type: Major Update
877958
date: May 6, 2021
@@ -1023,7 +1104,7 @@ entries:
10231104
- Major Update
10241105
- 'Event: Adobe Summit Hackathon'
10251106
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
1026-
for the 1.0.21 Magento Quality Patch (MQP) package release.
1107+
for the 1.0.21 Quality Patches Tool release.
10271108
versions: 2.3.x, 2.4.x
10281109
type: Major Update
10291110
date: April 23, 2021
@@ -1060,7 +1141,7 @@ entries:
10601141
- 2.4.2
10611142
- Major Update
10621143
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
1063-
for the 1.0.20 Magento Quality Patch (MQP) package release.
1144+
for the 1.0.20 Quality Patches Tool release.
10641145
versions: 2.3.x, 2.4.x
10651146
type: Major Update
10661147
date: April 14, 2021
@@ -1146,7 +1227,7 @@ entries:
11461227
- Technical
11471228
- partners-contribution
11481229
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
1149-
for the 1.0.19 Magento Quality Patch (MQP) package release.
1230+
for the 1.0.19 Quality Patches Tool release.
11501231
versions: 2.x
11511232
type: Major Update
11521233
date: March 30, 2021
@@ -1221,7 +1302,7 @@ entries:
12211302
- Major Update
12221303
- 'Progress: done'
12231304
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
1224-
for the 1.0.18 Magento Quality Patch (MQP) package release.
1305+
for the 1.0.18 Quality Patches Tool release.
12251306
versions: 2.x
12261307
type: Major Update
12271308
date: March 17, 2021
@@ -1329,7 +1410,7 @@ entries:
13291410
contributor: dshevtsov
13301411
profile: https://github.com/dshevtsov
13311412
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
1332-
for the 1.0.17 Magento Quality Patch (MQP) package release.
1413+
for the 1.0.17 Quality Patches Tool release.
13331414
versions: 2.x
13341415
type: Major Update
13351416
date: March 3, 2021
@@ -1416,7 +1497,7 @@ entries:
14161497
contributor: hguthrie
14171498
profile: https://github.com/hguthrie
14181499
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
1419-
for the 1.0.16 Magento Quality Patch (MQP) package release.
1500+
for the 1.0.16 Quality Patches Tool release.
14201501
versions: 2.x
14211502
type: Major Update
14221503
date: February 18, 2021
@@ -1765,7 +1846,7 @@ entries:
17651846
contributor: bdenham
17661847
profile: https://github.com/bdenham
17671848
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
1768-
for the 1.0.15 Magento Quality Patch (MQP) package release.
1849+
for the 1.0.15 Quality Patches Tool release.
17691850
versions: 2.x
17701851
type: Major Update
17711852
date: February 1, 2021
@@ -1827,7 +1908,7 @@ entries:
18271908
contributor: RakeshJesadiya
18281909
profile: https://github.com/RakeshJesadiya
18291910
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
1830-
for the 1.0.14 Magento Quality Patch (MQP) package release.
1911+
for the 1.0.14 Quality Patches Tool release.
18311912
versions: ''
18321913
type: Major Update
18331914
date: January 22, 2021
@@ -1930,7 +2011,7 @@ entries:
19302011
contributor: drpayyne
19312012
profile: https://github.com/drpayyne
19322013
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
1933-
for the 1.0.13 Magento Quality Patch (MQP) package release.
2014+
for the 1.0.13 Quality Patches Tool release.
19342015
versions: 2.3.x, 2.4.x
19352016
type: Major Update
19362017
date: December 10, 2020
@@ -1976,7 +2057,7 @@ entries:
19762057
contributor: sathiyaaa
19772058
profile: https://github.com/sathiyaaa
19782059
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
1979-
for the 1.0.12 Magento Quality Patch (MQP) package release.
2060+
for the 1.0.12 Quality Patches Tool release.
19802061
versions: 2.3.x, 2.4.x
19812062
type: Major Update
19822063
date: November 26, 2020
@@ -2008,15 +2089,15 @@ entries:
20082089
contributor: meker12
20092090
profile: https://github.com/meker12
20102091
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
2011-
for the 1.0.10 Magento Quality Patch (MQP) package release.
2092+
for the 1.0.10 Quality Patches Tool release.
20122093
versions: 2.3.x, 2.4.x
20132094
type: Major Update
20142095
date: November 19, 2020
20152096
link: https://github.com/magento/devdocs/pull/8252
20162097
contributor: viktym
20172098
profile: https://github.com/viktym
20182099
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
2019-
for the 1.0.10 Magento Quality Patch (MQP) package release.
2100+
for the 1.0.10 Quality Patches Tool release.
20202101
versions: ''
20212102
type: Major Update
20222103
date: November 13, 2020
@@ -2033,7 +2114,7 @@ entries:
20332114
contributor: meker12
20342115
profile: https://github.com/meker12
20352116
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
2036-
for the 1.0.9 Magento Quality Patch (MQP) package release.
2117+
for the 1.0.9 Quality Patches Tool release.
20372118
versions: ''
20382119
type: Major Update
20392120
date: November 12, 2020
@@ -2108,7 +2189,7 @@ entries:
21082189
contributor: meker12
21092190
profile: https://github.com/meker12
21102191
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
2111-
for the 1.0.8 Magento Quality Patch (MQP) package release.
2192+
for the 1.0.8 Quality Patches Tool release.
21122193
versions: ''
21132194
type: Major Update
21142195
date: October 28, 2020
@@ -2424,7 +2505,7 @@ entries:
24242505
contributor: meker12
24252506
profile: https://github.com/meker12
24262507
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
2427-
for the 1.0.7 Magento Quality Patch (MQP) package release.
2508+
for the 1.0.7 Quality Patches Tool release.
24282509
versions: 2.x
24292510
type: Major Update
24302511
date: October 14, 2020
@@ -2477,7 +2558,7 @@ entries:
24772558
contributor: BarnyShergold
24782559
profile: https://github.com/BarnyShergold
24792560
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
2480-
for the 1.0.6 Magento Quality Patch (MQP) package release.
2561+
for the 1.0.6 Quality Patches Tool release.
24812562
versions: 2.x
24822563
type: Major Update
24832564
date: September 30, 2020
@@ -2510,7 +2591,7 @@ entries:
25102591
contributor: BarnyShergold
25112592
profile: https://github.com/BarnyShergold
25122593
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
2513-
for the 1.0.5 Magento Quality Patch (MQP) package release.
2594+
for the 1.0.5 Quality Patches Tool release.
25142595
versions: 2.x
25152596
type: Major Update
25162597
date: September 22, 2020
@@ -2562,7 +2643,7 @@ entries:
25622643
contributor: andrewbess
25632644
profile: https://github.com/andrewbess
25642645
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
2565-
for the 1.0.4 Magento Quality Patch (MQP) package release.
2646+
for the 1.0.4 Quality Patches Tool release.
25662647
versions: ''
25672648
type: Major Update
25682649
date: September 10, 2020

src/cloud/project/project-patch.md

Lines changed: 1 addition & 1 deletion
5.68 KB
23.6 KB
21.8 KB

0 commit comments

Comments
 (0)