From 643a0306f944ddd743c00334923a240ec6ba776f Mon Sep 17 00:00:00 2001 From: Jeff Matthews Date: Wed, 29 Jan 2020 07:25:51 -0600 Subject: [PATCH 1/8] Added whatsnew entries for 2.3.4 release branch --- src/_data/whats-new.yml | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/src/_data/whats-new.yml b/src/_data/whats-new.yml index e437bcfb651..049bf9821dd 100644 --- a/src/_data/whats-new.yml +++ b/src/_data/whats-new.yml @@ -4,8 +4,38 @@ description: | We exclude from this list proofreading, spelling checks, and all minor updates. link: /whats-new.html thread: /whatsnew-feed.xml -updated: Mon Jan 27 21:17:38 2020 +updated: Tue Jan 28 19:11:00 2020 entries: +- description: Added information about using [non-default sort attributes](https://devdocs.magento.com/guides/v2.3/graphql/queries/products.html) + with the `products` query. + versions: 2.3.4 + type: Technical changes + date: January 27, 2020 + link: https://github.com/magento/devdocs/pull/6468 +- description: Updated the Magento [system requirements](https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html) + regarding end-of-life for PHP 7.1. + versions: 2.3.4 + type: Technical changes + date: January 27, 2020 + link: https://github.com/magento/devdocs/pull/6469 +- description: Updated information about Magento [cron](https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli-subcommands-cron.html) + jobs. + versions: 2.3.x + type: Technical changes + date: January 23, 2020 + link: https://github.com/magento/devdocs/pull/6428 +- 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) + mutation. + versions: 2.3.4 + type: Technical changes + date: January 15, 2020 + link: https://github.com/magento/devdocs/pull/6379 +- description: Updated the [REST schemas](https://devdocs.magento.com/redoc/2.3/) + for Magento 2.3.4. + versions: 2.3.4 + type: Major update + date: January 8, 2020 + link: https://github.com/magento/devdocs/pull/6354 - description: Added `@method` and `@link` information to [Coding Standards](https://devdocs.magento.com/guides/v2.3/coding-standards/docblock-standard-general.html). versions: 2.2.x, 2.3.x type: Major update From 615088ec7d806ee12907cc9b72c10e1de5ebd528 Mon Sep 17 00:00:00 2001 From: Jeff Matthews Date: Wed, 29 Jan 2020 16:53:48 -0600 Subject: [PATCH 2/8] Added whatsnew from develop branch --- src/_data/whats-new.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/_data/whats-new.yml b/src/_data/whats-new.yml index 049bf9821dd..cfeaf043fee 100644 --- a/src/_data/whats-new.yml +++ b/src/_data/whats-new.yml @@ -36,6 +36,25 @@ entries: type: Major update date: January 8, 2020 link: https://github.com/magento/devdocs/pull/6354 +- description: Added information about bulk [resolvers](https://devdocs.magento.com/guides/v2.3/graphql/develop/resolvers.html) + in the _GraphQL Developer Guide_. + versions: 2.3.4 + type: Major update + date: November 12, 2019 + link: https://github.com/magento/devdocs/pull/5950 +- description: Added the 'Create cms-page/product/category-specific layouts' section + to [Common layout customization tasks](https://devdocs.magento.com/guides/v2.2/frontend-dev-guide/layouts/xml-manage.html). + versions: 2.2.x + type: Major update + date: November 8, 2019 + link: https://github.com/magento/devdocs/pull/5934 +- description: Updated the wish list documentation in the _GraphQL Developer Guide_. + The `wishlist` query has been deprecated. Wish list information is now returned + in the [`customer` query](https://devdocs.magento.com/guides/v2.3/graphql/queries/customer.html
). + versions: 2.3.4 + type: Major update + date: November 7, 2019 + link: https://github.com/magento/devdocs/pull/5952 - description: Added `@method` and `@link` information to [Coding Standards](https://devdocs.magento.com/guides/v2.3/coding-standards/docblock-standard-general.html). versions: 2.2.x, 2.3.x type: Major update From da32d5c80082aacac92d08e76e68736144e37fc9 Mon Sep 17 00:00:00 2001 From: Jeff Matthews Date: Wed, 29 Jan 2020 16:56:53 -0600 Subject: [PATCH 3/8] Added whatsnew from Q4-integration branch --- src/_data/whats-new.yml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/src/_data/whats-new.yml b/src/_data/whats-new.yml index cfeaf043fee..10bbd6334a7 100644 --- a/src/_data/whats-new.yml +++ b/src/_data/whats-new.yml @@ -55,6 +55,44 @@ entries: type: Major update date: November 7, 2019 link: https://github.com/magento/devdocs/pull/5952 +- description: Added the `store_name` attribute to the [storeConfig](https://devdocs.magento.com/guides/v2.3/graphql/queries/store-config.html) + query. + versions: 2.3.4 + type: Technical changes + date: October 4, 2019 + link: https://github.com/magento/devdocs/pull/5448 +- description: Updated the [ProductInterface](https://devdocs.magento.com/guides/v2.3/graphql/product/product-interface.html) + documentation in the _GraphQL Developer Guide_ to include new data types and attributes + that support tier pricing and price ranges in composite products. + versions: 2.3.4 + type: Major update + date: September 30, 2019 + link: https://github.com/magento/devdocs/pull/5512 +- description: Updated the [Private Content](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/cache/page-caching/private-content.html) + topic in the _Extension Developer Guide_ to provide information about support + in Magento 2.3.4. + versions: 2.3.4 + type: Major update + date: September 24, 2019 + link: https://github.com/magento/devdocs/pull/5461 +- 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). + versions: 2.3.4 + type: Major update + date: September 20, 2019 + link: https://github.com/magento/devdocs/pull/5425 +- description: Deprecated the [setPaymentMethodAndPlaceOrder mutation](https://devdocs.magento.com/guides/v2.3/graphql/mutations/set-payment-place-order.html) + in the _GraphQL Developer Guide_. + versions: 2.3.4 + type: Major update + date: September 18, 2019 + link: https://github.com/magento/devdocs/pull/5413 +- description: Added the topic [Filtering with custom attributes](https://devdocs.magento.com/guides/v2.3/graphql/custom-filters.html) + to the _GraphQL Developer Guide_ and significantly revised the [`products` query](https://devdocs.magento.com/guides/v2.3/graphql/queries/products.html) + to reflect changes in how the query works in Magento 2.3.4. + versions: 2.3.4 + type: Major update + date: September 16, 2019 + link: https://github.com/magento/devdocs/pull/5222 - description: Added `@method` and `@link` information to [Coding Standards](https://devdocs.magento.com/guides/v2.3/coding-standards/docblock-standard-general.html). versions: 2.2.x, 2.3.x type: Major update From bc6f51ee6a6c978f4b18d86873bccbb28ab0df52 Mon Sep 17 00:00:00 2001 From: Jeff Matthews Date: Wed, 29 Jan 2020 17:37:06 -0600 Subject: [PATCH 4/8] Added new topic entry from Q4-integration branch --- src/_data/whats-new.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/_data/whats-new.yml b/src/_data/whats-new.yml index 10bbd6334a7..6ec4126f5d1 100644 --- a/src/_data/whats-new.yml +++ b/src/_data/whats-new.yml @@ -55,6 +55,12 @@ entries: type: Major update date: November 7, 2019 link: https://github.com/magento/devdocs/pull/5952 +- description: Added the [categoryList](https://devdocs.magento.com/guides/v2.3/graphql/queries/category.html) + query to the _GraphQL Developer Guide_. + versions: 2.3.4 + type: New topic + date: October 7, 2019 + link: https://github.com/magento/devdocs/pull/5562 - description: Added the `store_name` attribute to the [storeConfig](https://devdocs.magento.com/guides/v2.3/graphql/queries/store-config.html) query. versions: 2.3.4 From 76cd23619be08d50cb41ecdfb44e4277d6cd024c Mon Sep 17 00:00:00 2001 From: Jeff Matthews Date: Wed, 29 Jan 2020 17:39:47 -0600 Subject: [PATCH 5/8] Added new topic entries from develop branch --- src/_data/whats-new.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/_data/whats-new.yml b/src/_data/whats-new.yml index 6ec4126f5d1..ceac2435234 100644 --- a/src/_data/whats-new.yml +++ b/src/_data/whats-new.yml @@ -55,6 +55,18 @@ entries: type: Major update date: November 7, 2019 link: https://github.com/magento/devdocs/pull/5952 +- description: Added the [`mergeCarts` mutation](https://devdocs.magento.com/guides/v2.3/graphql/mutations/merge-carts.html) + topic to the _GraphQL Developer Guide_. + versions: 2.3.4 + type: New topic + date: November 4, 2019 + link: https://github.com/magento/devdocs/pull/5900 +- description: Added the [`customerCart` query](https://devdocs.magento.com/guides/v2.3/graphql/queries/customer-cart.html) + to the _GraphQL Developer Guide_. + versions: 2.3.4 + type: New topic + date: November 1, 2019 + link: https://github.com/magento/devdocs/pull/5899 - description: Added the [categoryList](https://devdocs.magento.com/guides/v2.3/graphql/queries/category.html) query to the _GraphQL Developer Guide_. versions: 2.3.4 From 0c8e1d460ea8935a1fdd791fe589e79b1aa0ee33 Mon Sep 17 00:00:00 2001 From: Jeff Matthews Date: Wed, 29 Jan 2020 18:01:26 -0600 Subject: [PATCH 6/8] Added new topic entry from 2.3.4-develop branch --- src/_data/whats-new.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/_data/whats-new.yml b/src/_data/whats-new.yml index ceac2435234..be6dc9a9e06 100644 --- a/src/_data/whats-new.yml +++ b/src/_data/whats-new.yml @@ -36,6 +36,12 @@ entries: type: Major update date: January 8, 2020 link: https://github.com/magento/devdocs/pull/6354 +- description: Added the [Migrating custom email templates](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/templates/template-email-migration.html) + topic to the _Frontend Developer Guide_. + versions: 2.3.4 + type: New topic + date: December 11, 2019 + link: https://github.com/magento/devdocs/pull/6107 - description: Added information about bulk [resolvers](https://devdocs.magento.com/guides/v2.3/graphql/develop/resolvers.html) in the _GraphQL Developer Guide_. versions: 2.3.4 From 407ce08498af6fa1523311c722ce0b95b75eedf1 Mon Sep 17 00:00:00 2001 From: Jeff Matthews Date: Thu, 30 Jan 2020 07:04:34 -0600 Subject: [PATCH 7/8] Changed dates to release date --- src/_data/whats-new.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/_data/whats-new.yml b/src/_data/whats-new.yml index be6dc9a9e06..5259d895bb4 100644 --- a/src/_data/whats-new.yml +++ b/src/_data/whats-new.yml @@ -10,112 +10,112 @@ entries: with the `products` query. versions: 2.3.4 type: Technical changes - date: January 27, 2020 + date: January 28, 2020 link: https://github.com/magento/devdocs/pull/6468 - description: Updated the Magento [system requirements](https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html) regarding end-of-life for PHP 7.1. versions: 2.3.4 type: Technical changes - date: January 27, 2020 + date: January 28, 2020 link: https://github.com/magento/devdocs/pull/6469 - description: Updated information about Magento [cron](https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli-subcommands-cron.html) jobs. versions: 2.3.x type: Technical changes - date: January 23, 2020 + date: January 28, 2020 link: https://github.com/magento/devdocs/pull/6428 - 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) mutation. versions: 2.3.4 type: Technical changes - date: January 15, 2020 + date: January 28, 2020 link: https://github.com/magento/devdocs/pull/6379 - description: Updated the [REST schemas](https://devdocs.magento.com/redoc/2.3/) for Magento 2.3.4. versions: 2.3.4 type: Major update - date: January 8, 2020 + date: January 28, 2020 link: https://github.com/magento/devdocs/pull/6354 - description: Added the [Migrating custom email templates](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/templates/template-email-migration.html) topic to the _Frontend Developer Guide_. versions: 2.3.4 type: New topic - date: December 11, 2019 + date: January 28, 2020 link: https://github.com/magento/devdocs/pull/6107 - description: Added information about bulk [resolvers](https://devdocs.magento.com/guides/v2.3/graphql/develop/resolvers.html) in the _GraphQL Developer Guide_. versions: 2.3.4 type: Major update - date: November 12, 2019 + date: January 28, 2020 link: https://github.com/magento/devdocs/pull/5950 - description: Added the 'Create cms-page/product/category-specific layouts' section to [Common layout customization tasks](https://devdocs.magento.com/guides/v2.2/frontend-dev-guide/layouts/xml-manage.html). versions: 2.2.x type: Major update - date: November 8, 2019 + date: January 28, 2020 link: https://github.com/magento/devdocs/pull/5934 - description: Updated the wish list documentation in the _GraphQL Developer Guide_. The `wishlist` query has been deprecated. Wish list information is now returned in the [`customer` query](https://devdocs.magento.com/guides/v2.3/graphql/queries/customer.html
). versions: 2.3.4 type: Major update - date: November 7, 2019 + date: January 28, 2020 link: https://github.com/magento/devdocs/pull/5952 - description: Added the [`mergeCarts` mutation](https://devdocs.magento.com/guides/v2.3/graphql/mutations/merge-carts.html) topic to the _GraphQL Developer Guide_. versions: 2.3.4 type: New topic - date: November 4, 2019 + date: January 28, 2020 link: https://github.com/magento/devdocs/pull/5900 - description: Added the [`customerCart` query](https://devdocs.magento.com/guides/v2.3/graphql/queries/customer-cart.html) to the _GraphQL Developer Guide_. versions: 2.3.4 type: New topic - date: November 1, 2019 + date: January 28, 2020 link: https://github.com/magento/devdocs/pull/5899 - description: Added the [categoryList](https://devdocs.magento.com/guides/v2.3/graphql/queries/category.html) query to the _GraphQL Developer Guide_. versions: 2.3.4 type: New topic - date: October 7, 2019 + date: January 28, 2020 link: https://github.com/magento/devdocs/pull/5562 - description: Added the `store_name` attribute to the [storeConfig](https://devdocs.magento.com/guides/v2.3/graphql/queries/store-config.html) query. versions: 2.3.4 type: Technical changes - date: October 4, 2019 + date: January 28, 2020 link: https://github.com/magento/devdocs/pull/5448 - description: Updated the [ProductInterface](https://devdocs.magento.com/guides/v2.3/graphql/product/product-interface.html) documentation in the _GraphQL Developer Guide_ to include new data types and attributes that support tier pricing and price ranges in composite products. versions: 2.3.4 type: Major update - date: September 30, 2019 + date: January 28, 2020 link: https://github.com/magento/devdocs/pull/5512 - description: Updated the [Private Content](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/cache/page-caching/private-content.html) topic in the _Extension Developer Guide_ to provide information about support in Magento 2.3.4. versions: 2.3.4 type: Major update - date: September 24, 2019 + date: January 28, 2020 link: https://github.com/magento/devdocs/pull/5461 - 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). versions: 2.3.4 type: Major update - date: September 20, 2019 + date: January 28, 2020 link: https://github.com/magento/devdocs/pull/5425 - description: Deprecated the [setPaymentMethodAndPlaceOrder mutation](https://devdocs.magento.com/guides/v2.3/graphql/mutations/set-payment-place-order.html) in the _GraphQL Developer Guide_. versions: 2.3.4 type: Major update - date: September 18, 2019 + date: January 28, 2020 link: https://github.com/magento/devdocs/pull/5413 - description: Added the topic [Filtering with custom attributes](https://devdocs.magento.com/guides/v2.3/graphql/custom-filters.html) to the _GraphQL Developer Guide_ and significantly revised the [`products` query](https://devdocs.magento.com/guides/v2.3/graphql/queries/products.html) to reflect changes in how the query works in Magento 2.3.4. versions: 2.3.4 type: Major update - date: September 16, 2019 + date: January 28, 2020 link: https://github.com/magento/devdocs/pull/5222 - description: Added `@method` and `@link` information to [Coding Standards](https://devdocs.magento.com/guides/v2.3/coding-standards/docblock-standard-general.html). versions: 2.2.x, 2.3.x From 51c42591f125c89bddee53e7054552afe3983dae Mon Sep 17 00:00:00 2001 From: Jeff Matthews Date: Thu, 30 Jan 2020 11:13:15 -0600 Subject: [PATCH 8/8] Removed errant html tag from link --- src/_data/whats-new.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_data/whats-new.yml b/src/_data/whats-new.yml index 5259d895bb4..52749a8c6bc 100644 --- a/src/_data/whats-new.yml +++ b/src/_data/whats-new.yml @@ -56,7 +56,7 @@ entries: link: https://github.com/magento/devdocs/pull/5934 - description: Updated the wish list documentation in the _GraphQL Developer Guide_. The `wishlist` query has been deprecated. Wish list information is now returned - in the [`customer` query](https://devdocs.magento.com/guides/v2.3/graphql/queries/customer.html
). + in the [`customer` query](https://devdocs.magento.com/guides/v2.3/graphql/queries/customer.html). versions: 2.3.4 type: Major update date: January 28, 2020