From 521a136cd26309bf926ea847c89e63968bb48c12 Mon Sep 17 00:00:00 2001 From: Viktor Tymchynskyi Date: Thu, 12 Oct 2023 10:52:00 -0500 Subject: [PATCH] ACP2E-2493: Adjust QPT for 2.4.6-p3, 2.4.5-p5 2.4.4-p6 Adobe Commerce releases (#144) * ACP2E-2493: Adjust QPT for 2.4.6-p3, 2.4.5-p5 2.4.4-p6 Adobe Commerce releases --- magento_releases.json | 30 +++++++++++++++++++ .../Functional/Acceptance/B2Bx244x245Cest.php | 2 ++ .../Functional/Acceptance/B2Bx246Cest.php | 1 + support-patches.json | 4 +-- 4 files changed, 35 insertions(+), 2 deletions(-) diff --git a/magento_releases.json b/magento_releases.json index 969e005..7e26558 100644 --- a/magento_releases.json +++ b/magento_releases.json @@ -1,4 +1,14 @@ { + "2.4.6-p3": { + "magento/magento2-base": "2.4.6-p3", + "magento/magento2-ee-base": "2.4.6-p3", + "magento/magento2-b2b-base": "1.3.5-p3", + "magento/inventory-metapackage": "1.2.6-p3", + "magento/module-page-builder": "2.2.4-p3", + "magento/page-builder-commerce": "1.7.3-p3", + "magento/security-package": "1.1.5-p3", + "magento/security-package-b2b": "1.0.3-p3" + }, "2.4.6-p2": { "magento/magento2-base": "2.4.6-p2", "magento/magento2-ee-base": "2.4.6-p2", @@ -29,6 +39,16 @@ "magento/security-package": "1.1.5", "magento/security-package-b2b": "1.0.3" }, + "2.4.5-p5": { + "magento/magento2-base": "2.4.5-p5", + "magento/magento2-ee-base": "2.4.5-p5", + "magento/magento2-b2b-base": "1.3.4-p5", + "magento/inventory-metapackage": "1.2.5-p5", + "magento/module-page-builder": "2.2.3-p5", + "magento/page-builder-commerce": "1.7.2-p5", + "magento/security-package": "1.1.4-p5", + "magento/security-package-b2b": "1.0.2-p5" + }, "2.4.5-p4": { "magento/magento2-base": "2.4.5-p4", "magento/magento2-ee-base": "2.4.5-p4", @@ -79,6 +99,16 @@ "magento/security-package": "1.1.4", "magento/security-package-b2b": "1.0.2" }, + "2.4.4-p6": { + "magento/magento2-base": "2.4.4-p6", + "magento/magento2-ee-base": "2.4.4-p6", + "magento/magento2-b2b-base": "1.3.3-p6", + "magento/inventory-metapackage": "1.2.4-p6", + "magento/module-page-builder": "2.2.2-p6", + "magento/page-builder-commerce": "1.7.1-p6", + "magento/security-package": "1.1.3-p6", + "magento/security-package-b2b": "1.0.1-p6" + }, "2.4.4-p5": { "magento/magento2-base": "2.4.4-p5", "magento/magento2-ee-base": "2.4.4-p5", diff --git a/src/Test/Functional/Acceptance/B2Bx244x245Cest.php b/src/Test/Functional/Acceptance/B2Bx244x245Cest.php index 8a13ec3..e1e049f 100644 --- a/src/Test/Functional/Acceptance/B2Bx244x245Cest.php +++ b/src/Test/Functional/Acceptance/B2Bx244x245Cest.php @@ -32,11 +32,13 @@ protected function patchesDataProvider(): array ['templateVersion' => '2.4.4', 'magentoVersion' => '2.4.4-p3'], ['templateVersion' => '2.4.4', 'magentoVersion' => '2.4.4-p4'], ['templateVersion' => '2.4.4', 'magentoVersion' => '2.4.4-p5'], + ['templateVersion' => '2.4.4', 'magentoVersion' => '2.4.4-p6'], ['templateVersion' => '2.4.5', 'magentoVersion' => '2.4.5'], ['templateVersion' => '2.4.5', 'magentoVersion' => '2.4.5-p1'], ['templateVersion' => '2.4.5', 'magentoVersion' => '2.4.5-p2'], ['templateVersion' => '2.4.5', 'magentoVersion' => '2.4.5-p3'], ['templateVersion' => '2.4.5', 'magentoVersion' => '2.4.5-p4'], + ['templateVersion' => '2.4.5', 'magentoVersion' => '2.4.5-p5'], ]; } } diff --git a/src/Test/Functional/Acceptance/B2Bx246Cest.php b/src/Test/Functional/Acceptance/B2Bx246Cest.php index 6fb7bb4..9281fd1 100644 --- a/src/Test/Functional/Acceptance/B2Bx246Cest.php +++ b/src/Test/Functional/Acceptance/B2Bx246Cest.php @@ -29,6 +29,7 @@ protected function patchesDataProvider(): array ['templateVersion' => '2.4.6', 'magentoVersion' => '2.4.6'], ['templateVersion' => '2.4.6', 'magentoVersion' => '2.4.6-p1'], ['templateVersion' => '2.4.6', 'magentoVersion' => '2.4.6-p2'], + ['templateVersion' => '2.4.6', 'magentoVersion' => '2.4.6-p3'], ]; } } diff --git a/support-patches.json b/support-patches.json index 6cbbf38..a460a16 100644 --- a/support-patches.json +++ b/support-patches.json @@ -8948,12 +8948,12 @@ "title": "Fixes the issue where the error message: [ERROR] Page Builder was rendering for 5 seconds without releasing locks. in Chrome browser when saving content edited with Page Builder.", "packages": { "magento/magento2-base": { - ">=2.4.4 <2.4.7": { + ">=2.4.4 <2.4.5-p5 || >=2.4.6 <2.4.6-p3": { "file": "os/ACSD-52041_2.4.6.patch" } }, "magento/module-page-builder": { - ">=2.2.2 <2.2.5": { + ">=2.2.2 <2.2.3-p5 || >=2.2.4 <2.2.4-p3": { "file": "os/ACSD-52041_2.2.4.patch" } }