From a17c82bd24c120db1bfbeeccf69989fdc184933a Mon Sep 17 00:00:00 2001 From: Dima Shevtsov Date: Mon, 8 Jul 2019 11:03:06 -0500 Subject: [PATCH 1/3] What's New digest --- _data/whats-new.yml | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/_data/whats-new.yml b/_data/whats-new.yml index 63a63080608..cb584ae98c2 100644 --- a/_data/whats-new.yml +++ b/_data/whats-new.yml @@ -4,8 +4,44 @@ description: | We exclude from this list proofreading, spelling checks, and all minor updates. link: /whats-new.html thread: /whatsnew-feed.xml -updated: Thu Jun 27 16:05:11 2019 +updated: Mon Jul 8 10:58:42 2019 entries: +- description: Added the 'Product view page available containers' section to [Product + Layouts](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/product-layouts.html). + versions: 2.1.x, 2.2.x, 2.3.x + type: Major update + date: July 8, 2019 + link: https://github.com/magento/devdocs/pull/4630 +- description: Clarified the Functional testing for Docker is for ece-tools and not + for the Magento application. + versions: 2.x + type: Technical changes + date: June 29, 2019 + link: https://github.com/magento/devdocs/pull/4874 +- description: Release Notes for the Google Shopping ads Channel extension have been + updated to include version 2.0.0. The Upcoming Releases page has also been updated. + versions: 2.0 Google Shopping ads + type: Major update + date: June 28, 2019 + link: https://github.com/magento/devdocs/pull/4850 +- description: "- Documented the `{all}` route template option for the `routes.yaml` + which simplifies route configuration for Magento Commerce Pro and Starter projects + with multiple domains. See [Configure routes](https://devdocs.magento.com/guides/v2.3/cloud/project/project-conf-files_routes.html).
- + Updated the route configuration documentation to indicate that customers can update + route configuration using the `routes.yaml` file on Pro Integration, Staging, + and Production environments. Previously, customers had to submit a support ticket + to update route configuration on Pro Staging and Production environments." + versions: 2.1.x, 2.2.x + type: Major update + date: June 28, 2019 + link: https://github.com/magento/devdocs/pull/4795 +- description: Added a [new way of the CLI upgrade ](https://devdocs.magento.com/guides/v2.3/comp-mgr/cli/upgrade-with-plugin.html)(yet + experimental) that suggests using the Magento composer root plugin to resolve + conflicts in dependencies during the upgrade. + versions: 2.3.x + type: New topic + date: June 28, 2019 + link: https://github.com/magento/devdocs/pull/4679 - description: Updated the [Module Reference Guide](https://devdocs.magento.com/guides/v2.3/mrg/intro.html). versions: 2.3.2 type: Major update From 73399a3ed667f0564a070e3e8cb70b95a58f25b0 Mon Sep 17 00:00:00 2001 From: Dima Shevtsov Date: Mon, 8 Jul 2019 11:35:12 -0500 Subject: [PATCH 2/3] Editorial fixes --- _data/whats-new.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/whats-new.yml b/_data/whats-new.yml index cb584ae98c2..9470ddd28f9 100644 --- a/_data/whats-new.yml +++ b/_data/whats-new.yml @@ -4,7 +4,7 @@ description: | We exclude from this list proofreading, spelling checks, and all minor updates. link: /whats-new.html thread: /whatsnew-feed.xml -updated: Mon Jul 8 10:58:42 2019 +updated: Mon Jul 8 11:33:16 2019 entries: - description: Added the 'Product view page available containers' section to [Product Layouts](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/product-layouts.html). @@ -12,8 +12,8 @@ entries: type: Major update date: July 8, 2019 link: https://github.com/magento/devdocs/pull/4630 -- description: Clarified the Functional testing for Docker is for ece-tools and not - for the Magento application. +- description: Clarified that the [Functional testing in Docker](https://devdocs.magento.com/guides/v2.3/cloud/docker/docker-development-testing.html) + is for ece-tools and not for the Magento application. versions: 2.x type: Technical changes date: June 29, 2019 From bdf8f4d1e53b74eb12c048759fbcdcdccd61b210 Mon Sep 17 00:00:00 2001 From: Dima Shevtsov Date: Mon, 8 Jul 2019 13:41:20 -0500 Subject: [PATCH 3/3] Editorial fixes --- _data/whats-new.yml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/_data/whats-new.yml b/_data/whats-new.yml index 9470ddd28f9..4c3d702ea96 100644 --- a/_data/whats-new.yml +++ b/_data/whats-new.yml @@ -4,7 +4,7 @@ description: | We exclude from this list proofreading, spelling checks, and all minor updates. link: /whats-new.html thread: /whatsnew-feed.xml -updated: Mon Jul 8 11:33:16 2019 +updated: Mon Jul 8 13:39:43 2019 entries: - description: Added the 'Product view page available containers' section to [Product Layouts](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/product-layouts.html). @@ -18,26 +18,27 @@ entries: type: Technical changes date: June 29, 2019 link: https://github.com/magento/devdocs/pull/4874 -- description: Release Notes for the Google Shopping ads Channel extension have been - updated to include version 2.0.0. The Upcoming Releases page has also been updated. - versions: 2.0 Google Shopping ads - type: Major update - date: June 28, 2019 - link: https://github.com/magento/devdocs/pull/4850 -- description: "- Documented the `{all}` route template option for the `routes.yaml` - which simplifies route configuration for Magento Commerce Pro and Starter projects - with multiple domains. See [Configure routes](https://devdocs.magento.com/guides/v2.3/cloud/project/project-conf-files_routes.html).
- +- description: Updated the route configuration instructions for Magento Commerce Pro + and Starter projects using the `routes.yaml` file.
- Documented the `{all}` + route template option for the `routes.yaml` which simplifies route configuration + for projects with multiple domains. See [Configure routes](https://devdocs.magento.com/guides/v2.3/cloud/project/project-conf-files_routes.html).
- Updated the route configuration documentation to indicate that customers can update route configuration using the `routes.yaml` file on Pro Integration, Staging, and Production environments. Previously, customers had to submit a support ticket - to update route configuration on Pro Staging and Production environments." + to update route configuration on Pro Staging and Production environments. versions: 2.1.x, 2.2.x type: Major update date: June 28, 2019 link: https://github.com/magento/devdocs/pull/4795 -- description: Added a [new way of the CLI upgrade ](https://devdocs.magento.com/guides/v2.3/comp-mgr/cli/upgrade-with-plugin.html)(yet - experimental) that suggests using the Magento composer root plugin to resolve - conflicts in dependencies during the upgrade. +- description: Release Notes for the Google Shopping ads Channel extension have been + updated to include version 2.0.0. The Upcoming Releases page has also been updated. + versions: 2.0 Google Shopping ads + type: Major update + date: June 28, 2019 + link: https://github.com/magento/devdocs/pull/4850 +- description: Added a [new way to upgrade the Magento CLI ](https://devdocs.magento.com/guides/v2.3/comp-mgr/cli/upgrade-with-plugin.html)(yet + experimental) using the Magento composer root plugin to resolve conflicts in dependencies + during the upgrade. versions: 2.3.x type: New topic date: June 28, 2019