Skip to content

Commit e1ce8dc

Browse files
authored
Merge pull request #56 from magento-commerce/develop
MCLOUD-8784: Release MCP 1.0.17
2 parents 7417d40 + 03424d3 commit e1ce8dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.16",
5+
"version": "1.0.17",
66
"license": "OSL-3.0",
77
"repositories": {
88
"repo.magento.com": {

patches.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,8 @@
382382
},
383383
"Parser token new fix": {
384384
">=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"
385+
">=2.3.4-p2 <2.3.7-p3 || >=2.4.0 <2.4.3": "MDVA-43443__parser_token_new_fix__2.3.4-p2.patch",
386+
">=2.4.3 <2.4.3-p2": "MDVA-43443__parser_token_new_fix__2.4.3.patch"
387387
}
388388
}
389389
}

0 commit comments

Comments
 (0)