Skip to content

Commit

Permalink
ACP2E-2493: Adjust QPT for 2.4.6-p3, 2.4.5-p5 2.4.4-p6 Adobe Commerce…
Browse files Browse the repository at this point in the history
… releases (#144)

* ACP2E-2493: Adjust QPT for 2.4.6-p3, 2.4.5-p5 2.4.4-p6 Adobe Commerce releases
  • Loading branch information
viktym authored Oct 12, 2023
1 parent 4d7fe16 commit 521a136
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 2 deletions.
30 changes: 30 additions & 0 deletions magento_releases.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions src/Test/Functional/Acceptance/B2Bx244x245Cest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
];
}
}
1 change: 1 addition & 0 deletions src/Test/Functional/Acceptance/B2Bx246Cest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
];
}
}
4 changes: 2 additions & 2 deletions support-patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down

0 comments on commit 521a136

Please sign in to comment.