From ced4d2fa00b851b9c25265916d035467196ab672 Mon Sep 17 00:00:00 2001 From: Oleksandr Rykh Date: Tue, 22 Sep 2020 11:23:20 -0700 Subject: [PATCH 1/3] MQP Release 1.0.5 --- src/quality-patches/release-notes.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/quality-patches/release-notes.md b/src/quality-patches/release-notes.md index adecd8a2186..492acb89c36 100644 --- a/src/quality-patches/release-notes.md +++ b/src/quality-patches/release-notes.md @@ -18,6 +18,22 @@ The [Magento Quality Patches](https://github.com/magento/quality-patches) packag {:.bs-callout-info} See [Apply patches]({{ site.baseurl }}/guides/v2.4/comp-mgr/patching.html) for instructions on applying patches to your Magento projects. +## v1.0.5 + +- **MDVA-30841** _(for Magento `>=2.3.4 <2.3.6 || 2.4.0`)_—Fixes the issue with layered navigation, where the 'No' value for boolean type product attributes was not included in layered navigation if Elasticsearch was used as a search engine. +- **MDVA-28191** _(for Magento `>=2.3.0 <2.4.1`)_—Fixes the issue where no payment methods are loaded during order creation via Magento Admin panel. +- **MDVA-29959** _(for Magento `>=2.3.0 <=2.3.5-p1`)_—Fixes the issue where restricted admin user with 'Companies' permissions is not allowed to delete company account. +- **MDVA-30265** _(for Magento `>2.3.1 <2.4.2`)_—Fixes the issue where shipment tracking link stops working after Invoice creation. +- **MDVA-28409** _(for Page Builder `>= 1.3.0 <=1.4.0`)_—Fixes the issue where the "sales_clean_quotes" cron job fails with out-of-memory error when the number of expired quotes in the database is huge. +- **MDVA-30593** _(for Page Builder `>= 1.3.0 <=1.4.0`)_—Fixes the issue where quotes, that expired according to the Quote Lifetime setting, are not cleaned up. +- **MDVA-30107** _(for Page Builder `>= 1.3.0 <=1.4.0`)_—Fixes the issue where store switcher doesn't work as expected if different base URLs are used for store views. +- **MDVA-28763** _(for Page Builder `>= 1.3.0 <=1.4.0`)_—Fixes the issue where product image is getting duplicated after updating product information using REST API more than once. +- **MDVA-30284** _(for Page Builder `>= 1.3.0 <=1.4.0`)_—Fixes the issue where Catalog Search indexer fails due to the following Elasticsearch error: limit of total fields in index has been exceeded. +- **MDVA-29042** _(for Page Builder `>= 1.3.0 <=1.4.0`)_—Fixes the issue where Catalog permissions were changed to Allow automatically after new product was added to the shared catalog. +- **MDVA-30428** _(for Page Builder `>= 1.3.0 <=1.4.0`)_—Fixes the issue where customers cannot add a product to wishlist if this product is assigned to a custom inventory source. +- **MDVA-28661** _(for Page Builder `>= 1.3.0 <=1.4.0`)_—Fixes the issue where an error is thrown in the Company Users company account section after company admin is changed. + + ## v1.0.4 - **MDVA-30195** _(for Magento `2.3.1 - 2.3.4-p2`)_—Fixes the issue where cron jobs fail if database name is too long, resulting in categories not being updated on the frontend. From aec829367483e4773faae678a0658a21e1c8636e Mon Sep 17 00:00:00 2001 From: Oleksandr Rykh Date: Tue, 22 Sep 2020 11:35:14 -0700 Subject: [PATCH 2/3] MQP Release 1.0.5 --- src/quality-patches/release-notes.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/quality-patches/release-notes.md b/src/quality-patches/release-notes.md index 492acb89c36..2015cb73389 100644 --- a/src/quality-patches/release-notes.md +++ b/src/quality-patches/release-notes.md @@ -21,17 +21,17 @@ See [Apply patches]({{ site.baseurl }}/guides/v2.4/comp-mgr/patching.html) for i ## v1.0.5 - **MDVA-30841** _(for Magento `>=2.3.4 <2.3.6 || 2.4.0`)_—Fixes the issue with layered navigation, where the 'No' value for boolean type product attributes was not included in layered navigation if Elasticsearch was used as a search engine. -- **MDVA-28191** _(for Magento `>=2.3.0 <2.4.1`)_—Fixes the issue where no payment methods are loaded during order creation via Magento Admin panel. -- **MDVA-29959** _(for Magento `>=2.3.0 <=2.3.5-p1`)_—Fixes the issue where restricted admin user with 'Companies' permissions is not allowed to delete company account. -- **MDVA-30265** _(for Magento `>2.3.1 <2.4.2`)_—Fixes the issue where shipment tracking link stops working after Invoice creation. -- **MDVA-28409** _(for Page Builder `>= 1.3.0 <=1.4.0`)_—Fixes the issue where the "sales_clean_quotes" cron job fails with out-of-memory error when the number of expired quotes in the database is huge. -- **MDVA-30593** _(for Page Builder `>= 1.3.0 <=1.4.0`)_—Fixes the issue where quotes, that expired according to the Quote Lifetime setting, are not cleaned up. -- **MDVA-30107** _(for Page Builder `>= 1.3.0 <=1.4.0`)_—Fixes the issue where store switcher doesn't work as expected if different base URLs are used for store views. -- **MDVA-28763** _(for Page Builder `>= 1.3.0 <=1.4.0`)_—Fixes the issue where product image is getting duplicated after updating product information using REST API more than once. -- **MDVA-30284** _(for Page Builder `>= 1.3.0 <=1.4.0`)_—Fixes the issue where Catalog Search indexer fails due to the following Elasticsearch error: limit of total fields in index has been exceeded. -- **MDVA-29042** _(for Page Builder `>= 1.3.0 <=1.4.0`)_—Fixes the issue where Catalog permissions were changed to Allow automatically after new product was added to the shared catalog. -- **MDVA-30428** _(for Page Builder `>= 1.3.0 <=1.4.0`)_—Fixes the issue where customers cannot add a product to wishlist if this product is assigned to a custom inventory source. -- **MDVA-28661** _(for Page Builder `>= 1.3.0 <=1.4.0`)_—Fixes the issue where an error is thrown in the Company Users company account section after company admin is changed. +- **MDVA-28191** _(for Magento `>=2.3.3 <2.4.2`)_—Fixes the issue where no payment methods are loaded during order creation via Magento Admin panel. +- **MDVA-29959** _(for Magento B2B `>=1.1.0 <=1.1.3-p1`)_—Fixes the issue where restricted admin user with 'Companies' permissions is not allowed to delete company account. +- **MDVA-30265** _(for Magento `>=2.3.3 <2.4.2`)_—Fixes the issue where shipment tracking link stops working after Invoice creation. +- **MDVA-28409** _(for Magento `>=2.3.4 <2.3.6 || 2.4.0`)_—Fixes the issue where the "sales_clean_quotes" cron job fails with out-of-memory error when the number of expired quotes in the database is huge. +- **MDVA-30593** _(for Magento `>=2.3.0 <2.3.4`)_—Fixes the issue where quotes, that expired according to the Quote Lifetime setting, are not cleaned up. +- **MDVA-30107** _(for Magento `>=2.3.0 <2.3.6`)_—Fixes the issue where store switcher doesn't work as expected if different base URLs are used for store views. +- **MDVA-28763** _(for Magento `>=2.3.2 <2.3.4`)_—Fixes the issue where product image is getting duplicated after updating product information using REST API more than once. +- **MDVA-30284** _(for Magento `>=2.3.0 <2.4.2`)_—Fixes the issue where Catalog Search indexer fails due to the following Elasticsearch error: limit of total fields in index has been exceeded. +- **MDVA-29042** _(for Magento B2B `>=1.1.3 <=1.1.4-p2`)_—Fixes the issue where Catalog permissions were changed to Allow automatically after new product was added to the shared catalog. +- **MDVA-30428** _(for Magento `>=2.3.3 <2.4.2`)_—Fixes the issue where customers cannot add a product to wishlist if this product is assigned to a custom inventory source. +- **MDVA-28661** _(for Magento B2B `>=1.1.0 <1.2.2`)_—Fixes the issue where an error is thrown in the Company Users company account section after company admin is changed. ## v1.0.4 From f8c75c7abdb68dd4c1b8d97340e1a6bf2669887a Mon Sep 17 00:00:00 2001 From: Jeff Matthews Date: Tue, 22 Sep 2020 13:53:33 -0500 Subject: [PATCH 3/3] Fixed linting error --- src/quality-patches/release-notes.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/quality-patches/release-notes.md b/src/quality-patches/release-notes.md index 2015cb73389..75b699743df 100644 --- a/src/quality-patches/release-notes.md +++ b/src/quality-patches/release-notes.md @@ -33,7 +33,6 @@ See [Apply patches]({{ site.baseurl }}/guides/v2.4/comp-mgr/patching.html) for i - **MDVA-30428** _(for Magento `>=2.3.3 <2.4.2`)_—Fixes the issue where customers cannot add a product to wishlist if this product is assigned to a custom inventory source. - **MDVA-28661** _(for Magento B2B `>=1.1.0 <1.2.2`)_—Fixes the issue where an error is thrown in the Company Users company account section after company admin is changed. - ## v1.0.4 - **MDVA-30195** _(for Magento `2.3.1 - 2.3.4-p2`)_—Fixes the issue where cron jobs fail if database name is too long, resulting in categories not being updated on the frontend.