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

Commit bc4903e

Browse files
authored
Merge branch 'master' into patch-1
2 parents c9ef52b + 444c29b commit bc4903e

File tree

4 files changed

+77
-18
lines changed

4 files changed

+77
-18
lines changed

src/_data/whats-new.yml

Lines changed: 60 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,64 @@ 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 Feb 9 12:25:39 2021
7+
updated: Mon Feb 15 15:38:38 2021
88
entries:
9+
- description: Updated the example in the [ColumnsControl component](https://devdocs.magento.com/guides/v2.4/ui_comp_guide/components/ui-columnscontrols.html)
10+
topic.
11+
versions: 2.3.x, 2.4.x
12+
type: Major Update
13+
date: February 11, 2021
14+
link: https://github.com/magento/devdocs/pull/8601
15+
contributor: Santoshziffity
16+
profile: https://github.com/Santoshziffity
17+
- description: Added 2.4.2 to the [Backward incompatible changes reference](https://devdocs.magento.com/guides/v2.4/release-notes/backward-incompatible-changes/reference.html).
18+
versions: 2.4.2
19+
type: Major Update
20+
date: February 10, 2021
21+
link: https://github.com/magento/devdocs/pull/8660
22+
contributor: devops-devdocs
23+
profile: https://github.com/devops-devdocs
24+
- description: Updated reference documentation on [packages](https://devdocs.magento.com/guides/v2.4/release-notes/packages-commerce.html)
25+
and [`bin/magento`](https://devdocs.magento.com/guides/v2.4/reference/cli/magento-commerce.html)
26+
CLI for Commerce.
27+
versions: 2.4.2
28+
type: Major Update
29+
date: February 10, 2021
30+
link: https://github.com/magento/devdocs/pull/8668
31+
contributor: dshevtsov
32+
profile: https://github.com/dshevtsov
33+
- description: Updated the organization of the [Page Builder docs](https://devdocs.magento.com/page-builder/docs/index.html).
34+
versions: 2.4.x
35+
type: Major Update
36+
date: February 10, 2021
37+
link: https://github.com/magento/devdocs/pull/8673
38+
contributor: bdenham
39+
profile: https://github.com/bdenham
40+
- description: Published all documentation updates related to the Q1 2021 Commerce
41+
and Open Source releases.
42+
versions: 2.4.2
43+
type: Major Update
44+
date: February 9, 2021
45+
link: https://github.com/magento/devdocs/pull/8649
46+
contributor: jeff-matthews
47+
profile: https://github.com/jeff-matthews
48+
- description: Updated the [Module Reference Guide](https://devdocs.magento.com/guides/v2.4/mrg/intro.html).
49+
versions: 2.4.2
50+
type: Major Update
51+
date: February 9, 2021
52+
link: https://github.com/magento/devdocs/pull/8659
53+
contributor: dshevtsov
54+
profile: https://github.com/dshevtsov
55+
- description: Updated [Open Source packages](https://devdocs.magento.com/guides/v2.4/release-notes/packages-open-source.html),
56+
[Cloud Commerce packages](https://devdocs.magento.com/guides/v2.4/release-notes/packages-cloud.html),
57+
[required PHP extensions](https://devdocs.magento.com/guides/v2.4/install-gde/prereq/php-settings.html#verify-installed-extensions), [`bin/magento`
58+
OpenSource reference](https://devdocs.magento.com/guides/v2.4/reference/cli/magento.html).
59+
versions: 2.4.2
60+
type: Major Update
61+
date: February 9, 2021
62+
link: https://github.com/magento/devdocs/pull/8661
63+
contributor: dshevtsov
64+
profile: https://github.com/dshevtsov
965
- description: Added [release notes](https://devdocs.magento.com/guides/v2.4/release-notes/bk-release-notes.html)
1066
for Magento Commerce and Open Source 2.4.2.
1167
versions: 2.4.2
@@ -183,7 +239,9 @@ entries:
183239
link: https://github.com/magento/devdocs/pull/8104
184240
contributor: andrewbess
185241
profile: https://github.com/andrewbess
186-
- description: Added mutations to [add](https://devdocs.magento.com/guides/v2.4/graphql/mutations/create-requisition-list.html) and [delete](https://devdocs.magento.com/guides/v2.4/graphql/mutations/delete-requisition-list.html) B2B requisition lists.
242+
- description: Added mutations to [add](https://devdocs.magento.com/guides/v2.4/graphql/mutations/create-requisition-list.html)
243+
and [delete](https://devdocs.magento.com/guides/v2.4/graphql/mutations/delete-requisition-list.html)
244+
B2B requisition lists.
187245
versions: 2.4.2
188246
type: New Topic
189247
date: February 9, 2021

src/_includes/config/split-deploy/example_build-sync.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,22 @@ To update your build system:
1010
git pull mconfig m2.2_deploy
1111
```
1212

13+
1. Run the upgrade command:
14+
15+
```bash
16+
bin/magento setup:upgrade
17+
```
18+
1319
1. Compile code:
1420

1521
```bash
16-
php bin/magento setup:di:compile
22+
bin/magento setup:di:compile
1723
```
1824

1925
1. After code has been compiled, generate static view files:
2026

2127
```bash
22-
php bin/magento setup:static-content:deploy -f
28+
bin/magento setup:static-content:deploy -f
2329
```
2430

2531
1. Check the changes into source control.

src/_includes/reference/cli-template.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,14 @@ The initial list is auto generated using the `{{ tool }} list` command at the {{
1414

1515
{{ intro }}
1616

17-
## Reference
18-
1917
{:.bs-callout-info}
2018
This reference is generated from the Magento codebase. To change the content, you can update the source code for the corresponding command implementation in [Magento codebase](https://github.com/magento) repository and submit your changes for review. Another way is to _Give us feedback_ (find the link at the upper right). For contribution guidelines, see [Magento Code Contributions]({{ site.baseurl] }}/contributor-guide/contributing.html).
2119

2220
{% for command in commands %}
2321
{% assign arguments = command.definition.arguments %}
2422
{% assign options = command.definition.options %}
2523

26-
### `{{ command.name }}`
24+
## `{{ command.name }}`
2725

2826
{{ command.description }}
2927

@@ -45,14 +43,12 @@ This reference is generated from the Magento codebase. To change the content, yo
4543

4644
{% unless arguments.size == 0 %}
4745

48-
#### Arguments
49-
5046
{% for argument in arguments %}
5147
{% for item in argument %}
5248
{% if item.name %}
5349

54-
##### `{{ item.name }}`
55-
50+
### `{{ item.name }}`
51+
{: .no_toc }
5652
{{ item.description }}
5753

5854
{% unless item.default == nil %}
@@ -78,17 +74,16 @@ This reference is generated from the Magento codebase. To change the content, yo
7874

7975
{% unless options.size == 0 %}
8076

81-
#### Options
82-
8377
{% for option in options %}
8478
{% assign opt = option[1] %}
8579

8680
{% if opt.shortcut contains '-' %}
8781

88-
##### `{{ opt.name }}`, `{{ opt.shortcut }}`
82+
### `{{ opt.name }}`, `{{ opt.shortcut }}`
83+
{: .no_toc }
8984
{% else %}
90-
##### `{{ opt.name }}`
91-
85+
### `{{ opt.name }}`
86+
{: .no_toc }
9287
{% endif %}
9388

9489
{{ opt.description | replace: '|', '\|'}}
@@ -120,4 +115,4 @@ This reference is generated from the Magento codebase. To change the content, yo
120115

121116
There is no data available for this reference at the moment.
122117

123-
{% endif %} <!-- file -->
118+
{% endif %} <!-- file -->

src/guides/v2.3/extension-dev-guide/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Plugins can not be used on following:
1818
* Final classes
1919
* Non-public methods
2020
* Class methods (such as static methods)
21-
* `__construct`
21+
* `__construct` and `__destruct`
2222
* Virtual types
2323
* Objects that are instantiated before `Magento\Framework\Interception` is bootstrapped
2424

0 commit comments

Comments
 (0)