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

Commit 6541e4e

Browse files
authored
Merge branch 'master' into db_integration
2 parents 4adc98c + 270a225 commit 6541e4e

File tree

6 files changed

+149
-22
lines changed

6 files changed

+149
-22
lines changed

Gemfile.lock

+22-17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/magento-devdocs/devdocs-theme.git
3-
revision: d3f9c3992d6b5b450c4dd7c75a2b5b6bf4e3786c
3+
revision: 0831f8f013f4c2e0ee829a5e8753b86601971806
44
specs:
55
devdocs (14)
66
jekyll (>= 4.0)
@@ -16,26 +16,31 @@ GEM
1616
algoliasearch (1.27.5)
1717
httpclient (~> 2.8, >= 2.8.3)
1818
json (>= 1.5.1)
19-
chef-utils (16.12.3)
19+
chef-utils (17.1.35)
20+
concurrent-ruby
2021
colorator (1.1.0)
2122
concurrent-ruby (1.1.8)
2223
em-websocket (0.5.2)
2324
eventmachine (>= 0.12.9)
2425
http_parser.rb (~> 0.6.0)
25-
ethon (0.12.0)
26-
ffi (>= 1.3.0)
26+
ethon (0.14.0)
27+
ffi (>= 1.15.0)
2728
eventmachine (1.2.7)
2829
exifr (1.3.9)
29-
faraday (1.3.0)
30+
faraday (1.4.1)
31+
faraday-excon (~> 1.1)
3032
faraday-net_http (~> 1.0)
33+
faraday-net_http_persistent (~> 1.1)
3134
multipart-post (>= 1.2, < 3)
32-
ruby2_keywords
35+
ruby2_keywords (>= 0.0.4)
36+
faraday-excon (1.1.0)
3337
faraday-net_http (1.0.1)
38+
faraday-net_http_persistent (1.1.0)
3439
ffi (1.15.0)
3540
filesize (0.2.0)
3641
forwardable-extended (2.6.0)
3742
fspath (3.1.2)
38-
html-proofer (3.18.8)
43+
html-proofer (3.19.1)
3944
addressable (~> 2.3)
4045
mercenary (~> 0.3)
4146
nokogumbo (~> 2.0)
@@ -47,16 +52,16 @@ GEM
4752
httpclient (2.8.3)
4853
i18n (1.8.10)
4954
concurrent-ruby (~> 1.0)
50-
image_optim (0.28.0)
55+
image_optim (0.30.0)
5156
exifr (~> 1.2, >= 1.2.2)
5257
fspath (~> 3.0)
5358
image_size (>= 1.5, < 3)
5459
in_threads (~> 1.3)
5560
progress (~> 3.0, >= 3.0.1)
56-
image_optim_pack (0.7.0.20210206)
61+
image_optim_pack (0.7.0.20210511)
5762
fspath (>= 2.1, < 4)
5863
image_optim (~> 0.19)
59-
image_optim_pack (0.7.0.20210206-x86_64-darwin)
64+
image_optim_pack (0.7.0.20210511-x86_64-darwin)
6065
fspath (>= 2.1, < 4)
6166
image_optim (~> 0.19)
6267
image_size (2.1.0)
@@ -76,7 +81,7 @@ GEM
7681
rouge (~> 3.0)
7782
safe_yaml (~> 1.0)
7883
terminal-table (~> 2.0)
79-
jekyll-algolia (1.6.0)
84+
jekyll-algolia (1.7.0)
8085
algolia_html_extractor (~> 2.6)
8186
algoliasearch (~> 1.26)
8287
filesize (~> 0.1)
@@ -117,22 +122,22 @@ GEM
117122
mixlib-config (>= 2.2.1, < 4)
118123
mixlib-shellout
119124
mercenary (0.4.0)
120-
mini_portile2 (2.5.0)
125+
mini_portile2 (2.5.1)
121126
mixlib-cli (2.1.8)
122127
mixlib-config (3.0.9)
123128
tomlrb
124129
mixlib-shellout (3.2.5)
125130
chef-utils
126131
multipart-post (2.1.1)
127132
netrc (0.11.0)
128-
nokogiri (1.11.2)
133+
nokogiri (1.11.3)
129134
mini_portile2 (~> 2.5.0)
130135
racc (~> 1.4)
131-
nokogiri (1.11.2-x86_64-darwin)
136+
nokogiri (1.11.3-x86_64-darwin)
132137
racc (~> 1.4)
133138
nokogumbo (2.0.5)
134139
nokogiri (~> 1.8, >= 1.8.4)
135-
octokit (4.20.0)
140+
octokit (4.21.0)
136141
faraday (>= 0.9)
137142
sawyer (~> 0.8.0, >= 0.5.3)
138143
parallel (1.20.1)
@@ -144,7 +149,7 @@ GEM
144149
racc (1.5.2)
145150
rainbow (3.0.0)
146151
rake (13.0.3)
147-
rb-fsevent (0.10.4)
152+
rb-fsevent (0.11.0)
148153
rb-inotify (0.10.1)
149154
ffi (~> 1.0)
150155
rexml (3.2.5)
@@ -165,7 +170,7 @@ GEM
165170
unicode-display_width (1.7.0)
166171
verbal_expressions (0.1.5)
167172
wdm (0.1.1)
168-
whatsup_github (0.4.1)
173+
whatsup_github (0.4.2)
169174
netrc (~> 0.11)
170175
octokit (~> 4.20)
171176
thor (~> 1.1)

src/_data/whats-new.yml

+123-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,130 @@ 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 May 11 11:55:04 2021
7+
updated: Wed May 12 14:06:47 2021
88
entries:
9+
- description: Updated [Module Reference Guide](https://devdocs.magento.com/guides/v2.3/mrg/intro.html)
10+
topics after 2.3.7 release.
11+
versions: 2.3.7
12+
type: Major Update
13+
date: May 11, 2021
14+
link: https://github.com/magento-commerce/devdocs/pull/2280
15+
merge_commit: 17cf69912df9a31d49658ef100333921739eb9ac
16+
contributor: dshevtsov
17+
membership: true
18+
labels:
19+
- 2.3.7
20+
- Major Update
21+
- description: Published all documentation updates related to the Q2 2021 Commerce
22+
and Open Source releases.
23+
versions: 2.3.7
24+
type: Major Update
25+
date: May 11, 2021
26+
link: https://github.com/magento-commerce/devdocs/pull/2271
27+
merge_commit: e77df8c115d1f8f65b1d63226656fc7e2fae8520
28+
contributor: jeff-matthews
29+
membership: true
30+
labels:
31+
- 2.3.7
32+
- Major Update
33+
- description: Updated [reference documentation](https://devdocs.magento.com/guides/v2.3/release-notes/backward-incompatible-changes/reference.html)
34+
for the backward incompatible changes.
35+
versions: 2.3.7
36+
type: Major Update
37+
date: May 11, 2021
38+
link: https://github.com/magento-commerce/devdocs/pull/2278
39+
merge_commit: add8d250de97fd5aab31be30473be1ff00f3d59d
40+
contributor: devops-devdocs
41+
membership: true
42+
labels:
43+
- 2.3.7
44+
- Automation
45+
- Major Update
46+
- description: 'Published 2.3.7 dependencies reference: [OpenSource](https://devdocs.magento.com/guides/v2.3/release-notes/packages-open-source.html),
47+
[Commerce](https://devdocs.magento.com/guides/v2.3/release-notes/packages-commerce.html),
48+
[Cloud](http://devdocs.magento.com/guides/v2.3/release-notes/packages-cloud.html).'
49+
versions: 2.3.7
50+
type: Major Update
51+
date: May 11, 2021
52+
link: https://github.com/magento-commerce/devdocs/pull/2279
53+
merge_commit: d6db2b0d7f8d29ac7a8a8aa629b6467f6701f5bb
54+
contributor: dshevtsov
55+
membership: true
56+
labels:
57+
- 2.3.7
58+
- Major Update
59+
- description: Published Magento Cloud Patches v1.0.10 [release notes](https://devdocs.magento.com/cloud/release-notes/mcp-release-notes.html).
60+
versions: 2.3.7, 2.4.x
61+
type: Major Update
62+
date: May 10, 2021
63+
link: https://github.com/magento-commerce/devdocs/pull/2265
64+
merge_commit: 10495eb4c70d7138ebceb1d0b052151ad8dc7353
65+
contributor: BaDos
66+
membership: true
67+
labels:
68+
- 2.3.7
69+
- 2.4.x
70+
- Major Update
71+
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
72+
for the 1.0.22 Magento Quality Patch (MQP) package release.
73+
versions: 2.x
74+
type: Major Update
75+
date: May 6, 2021
76+
link: https://github.com/magento/devdocs/pull/8923
77+
merge_commit: cc71f464921268285b0e718b714e2ee9b4f8f9db
78+
contributor: agorbivskyi
79+
membership: true
80+
labels:
81+
- 2.x
82+
- Internal Dev
83+
- Major Update
84+
- 'Progress: done'
85+
- description: Add instructions for [installing and using Composer 2](https://devdocs.magento.com/cloud/project/magento-app-properties.html#type-and-build)
86+
in Cloud Starter and Pro projects.
87+
versions: 2.4.2, 2.4.3
88+
type: Major Update
89+
date: May 6, 2021
90+
link: https://github.com/magento-commerce/devdocs/pull/2264
91+
merge_commit: ad5e36394c5ff1faef30ae2099176b4603d156ef
92+
contributor: bdenham
93+
membership: true
94+
labels:
95+
- 2.4.2
96+
- 2.4.3
97+
- Major Update
98+
- Tracking
99+
- description: Added the [Float Comparator](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/framework/float-comparator.html)
100+
topic.
101+
versions: 2.3.x, 2.4.x
102+
type: New Topic
103+
date: May 5, 2021
104+
link: https://github.com/magento/devdocs/pull/8883
105+
merge_commit: 92b0f92700868e3c049b3950ab63bac4acce0b69
106+
contributor: drpayyne
107+
membership: false
108+
labels:
109+
- 2.3.x
110+
- 2.4.x
111+
- New Topic
112+
- 'Partner: EY'
113+
- 'Progress: done'
114+
- partners-contribution
115+
- description: Added the [Math Random](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/framework/math-random.html)
116+
topic to the Extension Dev Guide.
117+
versions: 2.3.x, 2.4.x
118+
type: New Topic
119+
date: May 5, 2021
120+
link: https://github.com/magento/devdocs/pull/8882
121+
merge_commit: 3f4643946e1fe49df799c90a55ed3545c0a6afda
122+
contributor: drpayyne
123+
membership: false
124+
labels:
125+
- 2.3.x
126+
- 2.4.x
127+
- New Topic
128+
- 'Partner: EY'
129+
- 'Progress: done'
130+
- partners-contribution
9131
- description: Added an end-of-support (EOS) banner to all [2.3.x documentation](https://devdocs.magento.com/guides/v2.3/).
10132
versions: 2.3.x
11133
type: Major Update

src/_videos/fundamentals/add-a-javascript-module.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
youtube_id: 4q43-auwAbU
2+
youtube_id: 4i2HJryIcdU
33
duration: "4:20"
44
group: "Fundamentals of Magento 2 Development"
55
title: "How to Add a JavaScript Module"

src/_videos/fundamentals/add-new-product-attribute.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
youtube_id: cM_9RkWFqqM
2+
youtube_id: mZNBENRgC1E
33
duration: "7:36"
44
group: "Fundamentals of Magento 2 Development"
55
title: "How to Add a New Product Attribute"

src/_videos/fundamentals/create-a-new-module.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
youtube_id: 682p52tFcmY
2+
youtube_id: cQ_78WIhI7s
33
duration: "5:18"
44
group: "Fundamentals of Magento 2 Development"
55
title: "Create a New Module"

src/_videos/fundamentals/create-a-new-page.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
youtube_id: l33T2-YC4tk
2+
youtube_id: bUGbX3K5i-k
33
duration: "4:02"
44
group: "Fundamentals of Magento 2 Development"
55
title: "Create a New Page"

0 commit comments

Comments
 (0)