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

Commit 407ce08

Browse files
committed
Changed dates to release date
1 parent 0c8e1d4 commit 407ce08

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

src/_data/whats-new.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,112 +10,112 @@ entries:
1010
with the `products` query.
1111
versions: 2.3.4
1212
type: Technical changes
13-
date: January 27, 2020
13+
date: January 28, 2020
1414
link: https://github.com/magento/devdocs/pull/6468
1515
- description: Updated the Magento [system requirements](https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html)
1616
regarding end-of-life for PHP 7.1.
1717
versions: 2.3.4
1818
type: Technical changes
19-
date: January 27, 2020
19+
date: January 28, 2020
2020
link: https://github.com/magento/devdocs/pull/6469
2121
- description: Updated information about Magento [cron](https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli-subcommands-cron.html)
2222
jobs.
2323
versions: 2.3.x
2424
type: Technical changes
25-
date: January 23, 2020
25+
date: January 28, 2020
2626
link: https://github.com/magento/devdocs/pull/6428
2727
- 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)
2828
mutation.
2929
versions: 2.3.4
3030
type: Technical changes
31-
date: January 15, 2020
31+
date: January 28, 2020
3232
link: https://github.com/magento/devdocs/pull/6379
3333
- description: Updated the [REST schemas](https://devdocs.magento.com/redoc/2.3/)
3434
for Magento 2.3.4.
3535
versions: 2.3.4
3636
type: Major update
37-
date: January 8, 2020
37+
date: January 28, 2020
3838
link: https://github.com/magento/devdocs/pull/6354
3939
- description: Added the [Migrating custom email templates](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/templates/template-email-migration.html)
4040
topic to the _Frontend Developer Guide_.
4141
versions: 2.3.4
4242
type: New topic
43-
date: December 11, 2019
43+
date: January 28, 2020
4444
link: https://github.com/magento/devdocs/pull/6107
4545
- description: Added information about bulk [resolvers](https://devdocs.magento.com/guides/v2.3/graphql/develop/resolvers.html)
4646
in the _GraphQL Developer Guide_.
4747
versions: 2.3.4
4848
type: Major update
49-
date: November 12, 2019
49+
date: January 28, 2020
5050
link: https://github.com/magento/devdocs/pull/5950
5151
- description: Added the 'Create cms-page/product/category-specific layouts' section
5252
to [Common layout customization tasks](https://devdocs.magento.com/guides/v2.2/frontend-dev-guide/layouts/xml-manage.html).
5353
versions: 2.2.x
5454
type: Major update
55-
date: November 8, 2019
55+
date: January 28, 2020
5656
link: https://github.com/magento/devdocs/pull/5934
5757
- description: Updated the wish list documentation in the _GraphQL Developer Guide_.
5858
The `wishlist` query has been deprecated. Wish list information is now returned
5959
in the [`customer` query](https://devdocs.magento.com/guides/v2.3/graphql/queries/customer.html<br/>).
6060
versions: 2.3.4
6161
type: Major update
62-
date: November 7, 2019
62+
date: January 28, 2020
6363
link: https://github.com/magento/devdocs/pull/5952
6464
- description: Added the [`mergeCarts` mutation](https://devdocs.magento.com/guides/v2.3/graphql/mutations/merge-carts.html)
6565
topic to the _GraphQL Developer Guide_.
6666
versions: 2.3.4
6767
type: New topic
68-
date: November 4, 2019
68+
date: January 28, 2020
6969
link: https://github.com/magento/devdocs/pull/5900
7070
- description: Added the [`customerCart` query](https://devdocs.magento.com/guides/v2.3/graphql/queries/customer-cart.html)
7171
to the _GraphQL Developer Guide_.
7272
versions: 2.3.4
7373
type: New topic
74-
date: November 1, 2019
74+
date: January 28, 2020
7575
link: https://github.com/magento/devdocs/pull/5899
7676
- description: Added the [categoryList](https://devdocs.magento.com/guides/v2.3/graphql/queries/category.html)
7777
query to the _GraphQL Developer Guide_.
7878
versions: 2.3.4
7979
type: New topic
80-
date: October 7, 2019
80+
date: January 28, 2020
8181
link: https://github.com/magento/devdocs/pull/5562
8282
- description: Added the `store_name` attribute to the [storeConfig](https://devdocs.magento.com/guides/v2.3/graphql/queries/store-config.html)
8383
query.
8484
versions: 2.3.4
8585
type: Technical changes
86-
date: October 4, 2019
86+
date: January 28, 2020
8787
link: https://github.com/magento/devdocs/pull/5448
8888
- description: Updated the [ProductInterface](https://devdocs.magento.com/guides/v2.3/graphql/product/product-interface.html)
8989
documentation in the _GraphQL Developer Guide_ to include new data types and attributes
9090
that support tier pricing and price ranges in composite products.
9191
versions: 2.3.4
9292
type: Major update
93-
date: September 30, 2019
93+
date: January 28, 2020
9494
link: https://github.com/magento/devdocs/pull/5512
9595
- description: Updated the [Private Content](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/cache/page-caching/private-content.html)
9696
topic in the _Extension Developer Guide_ to provide information about support
9797
in Magento 2.3.4.
9898
versions: 2.3.4
9999
type: Major update
100-
date: September 24, 2019
100+
date: January 28, 2020
101101
link: https://github.com/magento/devdocs/pull/5461
102102
- 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).
103103
versions: 2.3.4
104104
type: Major update
105-
date: September 20, 2019
105+
date: January 28, 2020
106106
link: https://github.com/magento/devdocs/pull/5425
107107
- description: Deprecated the [setPaymentMethodAndPlaceOrder mutation](https://devdocs.magento.com/guides/v2.3/graphql/mutations/set-payment-place-order.html)
108108
in the _GraphQL Developer Guide_.
109109
versions: 2.3.4
110110
type: Major update
111-
date: September 18, 2019
111+
date: January 28, 2020
112112
link: https://github.com/magento/devdocs/pull/5413
113113
- description: Added the topic [Filtering with custom attributes](https://devdocs.magento.com/guides/v2.3/graphql/custom-filters.html)
114114
to the _GraphQL Developer Guide_ and significantly revised the [`products` query](https://devdocs.magento.com/guides/v2.3/graphql/queries/products.html)
115115
to reflect changes in how the query works in Magento 2.3.4.
116116
versions: 2.3.4
117117
type: Major update
118-
date: September 16, 2019
118+
date: January 28, 2020
119119
link: https://github.com/magento/devdocs/pull/5222
120120
- description: Added `@method` and `@link` information to [Coding Standards](https://devdocs.magento.com/guides/v2.3/coding-standards/docblock-standard-general.html).
121121
versions: 2.2.x, 2.3.x

0 commit comments

Comments
 (0)