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

Commit e311878

Browse files
committed
Weekly update
1 parent d232d98 commit e311878

File tree

1 file changed

+37
-7
lines changed

1 file changed

+37
-7
lines changed

_data/whats-new.yml

Lines changed: 37 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,38 @@ description: |
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 May 13 11:36:22 2019
7+
updated: Mon May 20 11:21:53 2019
88
entries:
9+
- description: Added [reference documentation](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/routing.html#result-object)
10+
about the `result object` returned by the `Action` class.
11+
versions: 2.1.x, 2.2.x, 2.3.x
12+
type: Major update
13+
date: May 20, 2019
14+
link: https://github.com/magento/devdocs/pull/4541
15+
- description: Added examples of [creating and updating a Magento admin user](https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli-subcommands-admin.html)
16+
with the command line.
17+
versions: 2.1.x, 2.2.x, 2.3.x
18+
type: Major update
19+
date: May 17, 2019
20+
link: https://github.com/magento/devdocs/pull/4526
21+
- description: Added reference documentation for [ZIP code attributes](https://devdocs.magento.com/guides/v2.3/howdoi/checkout/checkout_zip.html),
22+
the same country.
23+
versions: 2.1.x, 2.3.x, 2.x
24+
type: Major update
25+
date: May 17, 2019
26+
link: https://github.com/magento/devdocs/pull/4530
27+
- description: Added 'webapi.xsd XML schema file' section to [Configure services as
28+
web APIs](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/service-contracts/service-to-web-service.html#validate-webapi).
29+
versions: 2.1.x, 2.2.x, 2.3.x
30+
type: Technical changes
31+
date: May 15, 2019
32+
link: https://github.com/magento/devdocs/pull/4521
33+
- description: Added "Reverting data patches" section to [Develop data and schema
34+
patches](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/declarative-schema/data-patches.html).
35+
versions: 2.3.x
36+
type: Major update
37+
date: May 13, 2019
38+
link: https://github.com/magento/devdocs/pull/4504
939
- description: Added clarity for `InstallData`/`UpgradeData` in relation to customer
1040
EAV attributes for [EAV and extension attributes](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/attributes.html)
1141
for all versions.
@@ -25,21 +55,21 @@ entries:
2555
date: May 12, 2019
2656
link: https://github.com/magento/devdocs/pull/4498
2757
- description: Added a section and code example about using [email templates](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/translations/translate_theory.html)
28-
to do translations
58+
to do translations.
2959
versions: 2.1.x, 2.2.x, 2.3.x
3060
type: Major update
3161
date: May 10, 2019
3262
link: https://github.com/magento/devdocs/pull/4476
3363
- description: Added information about [page layout types](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/layout-types.html)
34-
and a new code example that shows how to use them
64+
and a new code example that shows how to use them.
3565
versions: 2.1.x, 2.2.x, 2.3.x
3666
type: Major update
3767
date: May 10, 2019
3868
link: https://github.com/magento/devdocs/pull/4475
3969
- description: Published Amazon Sales Channel documentation for GA release.<br/>-
4070
[Install](https://devdocs.magento.com/extensions/amazon-sales/)<br/>- [Release
4171
Notes](https://devdocs.magento.com/extensions/amazon-sales/release-notes/)<br/>-
42-
[Compatibility](https://devdocs.magento.com/release/)
72+
[Compatibility](https://devdocs.magento.com/release/).
4373
versions: 2.0.0-asc
4474
type: Major update
4575
date: May 10, 2019
@@ -51,7 +81,7 @@ entries:
5181
date: May 10, 2019
5282
link: https://github.com/magento/devdocs/pull/4392
5383
- description: Added the observer interface implementation to the [observer example](https://devdocs.magento.com/guides/v2.1/coding-standards/technical-guidelines.html)
54-
in the technical guidelines
84+
in the technical guidelines.
5585
versions: 2.1.x, 2.2.x, 2.3.x
5686
type: Major update
5787
date: May 10, 2019
@@ -88,7 +118,7 @@ entries:
88118
date: May 7, 2019
89119
link: https://github.com/magento/devdocs/pull/4437
90120
- description: Added a [new code example](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget_dialog.html)
91-
showing how to initialize and pass options to the dropdown dialog widget.
121+
showing how to initialize and pass options to the drop-down dialog widget.
92122
versions: 2.1.x, 2.2.x, 2.3.x
93123
type: Major update
94124
date: May 3, 2019
@@ -193,7 +223,7 @@ entries:
193223
date: April 10, 2019
194224
link: https://github.com/magento/devdocs/pull/3524
195225
- description: Added a new [product release information](https://devdocs.magento.com/release/)
196-
topic that describes Magento's release policy, product availability, and extension
226+
topic that describes Magento release policy, product availability, and extension
197227
stability.
198228
versions: 2.3.x
199229
type: New topic

0 commit comments

Comments
 (0)