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

Commit bf35595

Browse files
Updated What's New for the 2.3.4 release (#6495)
* Added whatsnew entries for 2.3.4 release branch * Added whatsnew from develop branch * Added whatsnew from Q4-integration branch * Added new topic entry from Q4-integration branch * Added new topic entries from develop branch * Added new topic entry from 2.3.4-develop branch * Changed dates to release date * Removed errant html tag from link
1 parent 2b50883 commit bf35595

File tree

1 file changed

+112
-1
lines changed

1 file changed

+112
-1
lines changed

src/_data/whats-new.yml

Lines changed: 112 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,119 @@ 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 Jan 27 21:17:38 2020
7+
updated: Tue Jan 28 19:11:00 2020
88
entries:
9+
- description: Added information about using [non-default sort attributes](https://devdocs.magento.com/guides/v2.3/graphql/queries/products.html)
10+
with the `products` query.
11+
versions: 2.3.4
12+
type: Technical changes
13+
date: January 28, 2020
14+
link: https://github.com/magento/devdocs/pull/6468
15+
- description: Updated the Magento [system requirements](https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html)
16+
regarding end-of-life for PHP 7.1.
17+
versions: 2.3.4
18+
type: Technical changes
19+
date: January 28, 2020
20+
link: https://github.com/magento/devdocs/pull/6469
21+
- description: Updated information about Magento [cron](https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli-subcommands-cron.html)
22+
jobs.
23+
versions: 2.3.x
24+
type: Technical changes
25+
date: January 28, 2020
26+
link: https://github.com/magento/devdocs/pull/6428
27+
- description: Added an example of adding a grouped product to a cart in the [`addSimpleProductsToCart`](https://devdocs.magento.com/guides/v2.3/graphql/mutations/add-simple-products.html)
28+
mutation.
29+
versions: 2.3.4
30+
type: Technical changes
31+
date: January 28, 2020
32+
link: https://github.com/magento/devdocs/pull/6379
33+
- description: Updated the [REST schemas](https://devdocs.magento.com/redoc/2.3/)
34+
for Magento 2.3.4.
35+
versions: 2.3.4
36+
type: Major update
37+
date: January 28, 2020
38+
link: https://github.com/magento/devdocs/pull/6354
39+
- description: Added the [Migrating custom email templates](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/templates/template-email-migration.html)
40+
topic to the _Frontend Developer Guide_.
41+
versions: 2.3.4
42+
type: New topic
43+
date: January 28, 2020
44+
link: https://github.com/magento/devdocs/pull/6107
45+
- description: Added information about bulk [resolvers](https://devdocs.magento.com/guides/v2.3/graphql/develop/resolvers.html)
46+
in the _GraphQL Developer Guide_.
47+
versions: 2.3.4
48+
type: Major update
49+
date: January 28, 2020
50+
link: https://github.com/magento/devdocs/pull/5950
51+
- description: Added the 'Create cms-page/product/category-specific layouts' section
52+
to [Common layout customization tasks](https://devdocs.magento.com/guides/v2.2/frontend-dev-guide/layouts/xml-manage.html).
53+
versions: 2.2.x
54+
type: Major update
55+
date: January 28, 2020
56+
link: https://github.com/magento/devdocs/pull/5934
57+
- description: Updated the wish list documentation in the _GraphQL Developer Guide_.
58+
The `wishlist` query has been deprecated. Wish list information is now returned
59+
in the [`customer` query](https://devdocs.magento.com/guides/v2.3/graphql/queries/customer.html).
60+
versions: 2.3.4
61+
type: Major update
62+
date: January 28, 2020
63+
link: https://github.com/magento/devdocs/pull/5952
64+
- description: Added the [`mergeCarts` mutation](https://devdocs.magento.com/guides/v2.3/graphql/mutations/merge-carts.html)
65+
topic to the _GraphQL Developer Guide_.
66+
versions: 2.3.4
67+
type: New topic
68+
date: January 28, 2020
69+
link: https://github.com/magento/devdocs/pull/5900
70+
- description: Added the [`customerCart` query](https://devdocs.magento.com/guides/v2.3/graphql/queries/customer-cart.html)
71+
to the _GraphQL Developer Guide_.
72+
versions: 2.3.4
73+
type: New topic
74+
date: January 28, 2020
75+
link: https://github.com/magento/devdocs/pull/5899
76+
- description: Added the [categoryList](https://devdocs.magento.com/guides/v2.3/graphql/queries/category.html)
77+
query to the _GraphQL Developer Guide_.
78+
versions: 2.3.4
79+
type: New topic
80+
date: January 28, 2020
81+
link: https://github.com/magento/devdocs/pull/5562
82+
- description: Added the `store_name` attribute to the [storeConfig](https://devdocs.magento.com/guides/v2.3/graphql/queries/store-config.html)
83+
query.
84+
versions: 2.3.4
85+
type: Technical changes
86+
date: January 28, 2020
87+
link: https://github.com/magento/devdocs/pull/5448
88+
- description: Updated the [ProductInterface](https://devdocs.magento.com/guides/v2.3/graphql/product/product-interface.html)
89+
documentation in the _GraphQL Developer Guide_ to include new data types and attributes
90+
that support tier pricing and price ranges in composite products.
91+
versions: 2.3.4
92+
type: Major update
93+
date: January 28, 2020
94+
link: https://github.com/magento/devdocs/pull/5512
95+
- description: Updated the [Private Content](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/cache/page-caching/private-content.html)
96+
topic in the _Extension Developer Guide_ to provide information about support
97+
in Magento 2.3.4.
98+
versions: 2.3.4
99+
type: Major update
100+
date: January 28, 2020
101+
link: https://github.com/magento/devdocs/pull/5461
102+
- description: Added support for cart rule discounts in the GraphQL [Cart output object](https://devdocs.magento.com/guides/v2.3/graphql/queries/cart.html#CartItemPrices).
103+
versions: 2.3.4
104+
type: Major update
105+
date: January 28, 2020
106+
link: https://github.com/magento/devdocs/pull/5425
107+
- description: Deprecated the [setPaymentMethodAndPlaceOrder mutation](https://devdocs.magento.com/guides/v2.3/graphql/mutations/set-payment-place-order.html)
108+
in the _GraphQL Developer Guide_.
109+
versions: 2.3.4
110+
type: Major update
111+
date: January 28, 2020
112+
link: https://github.com/magento/devdocs/pull/5413
113+
- description: Added the topic [Filtering with custom attributes](https://devdocs.magento.com/guides/v2.3/graphql/custom-filters.html)
114+
to the _GraphQL Developer Guide_ and significantly revised the [`products` query](https://devdocs.magento.com/guides/v2.3/graphql/queries/products.html)
115+
to reflect changes in how the query works in Magento 2.3.4.
116+
versions: 2.3.4
117+
type: Major update
118+
date: January 28, 2020
119+
link: https://github.com/magento/devdocs/pull/5222
9120
- description: Added `@method` and `@link` information to [Coding Standards](https://devdocs.magento.com/guides/v2.3/coding-standards/docblock-standard-general.html).
10121
versions: 2.2.x, 2.3.x
11122
type: Major update

0 commit comments

Comments
 (0)