Skip to content

Commit 7417d40

Browse files
authored
Merge pull request #53 from magento-commerce/MCLOUD-8574
MCLOUD-8574: Release Cloud Tools
2 parents aaecf00 + e0de76f commit 7417d40

10 files changed

+1077
-55
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/magento-cloud-patches",
33
"description": "Provides critical fixes for Magento 2 Enterprise Edition",
44
"type": "magento2-component",
5-
"version": "1.0.15",
5+
"version": "1.0.16",
66
"license": "OSL-3.0",
77
"repositories": {
88
"repo.magento.com": {

patches.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,10 @@
380380
"2.3.7-p1": "MC-43048__set_rate_limits__2.3.7-p1.patch",
381381
"2.4.3": "MC-43048__set_rate_limits__2.4.3.patch"
382382
},
383-
"Parser token fix": {
384-
">=2.3.3-p1 <=2.4.4": "MDVA-43395__parser_token_fix__2.4.3-p2.patch"
383+
"Parser token new fix": {
384+
">=2.3.3-p1 <=2.3.4": "MDVA-43443__parser_token_new_fix__2.3.3-p1.patch",
385+
">=2.3.4-p2 <2.3.7-p4 || >=2.4.0 <2.4.3": "MDVA-43443__parser_token_new_fix__2.3.4-p2.patch",
386+
">=2.4.3 <2.4.3-p3": "MDVA-43443__parser_token_new_fix__2.4.3.patch"
385387
}
386388
}
387389
}

patches/MDVA-43395__parser_token_fix__2.4.3-p2.patch

-33
This file was deleted.

0 commit comments

Comments
 (0)