Skip to content

Commit

Permalink
1.0.26 Release (#49)
Browse files Browse the repository at this point in the history
* 1.0.26 Release

* 1.0.26 Release

- Fixed issue with MDVA-37068 patch

* 1.0.26 Release

- Resolved conflict between MDVA-38308 and MDVA-35092

* 1.0.26 Release

- Fixed versions for MDVA-38468

* 1.0.26 Release

- Fixed versions for MDVA-34680
  • Loading branch information
agorbivskyi authored Jun 30, 2021
1 parent 1880260 commit 4667a75
Show file tree
Hide file tree
Showing 12 changed files with 2,239 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/quality-patches",
"description": "Provides quality patches for Magento 2",
"type": "magento2-component",
"version": "1.0.25",
"version": "1.0.26",
"license": "proprietary",
"repositories": {
"repo": {
Expand Down
65 changes: 65 additions & 0 deletions patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,9 @@
">=2.3.2 <=2.3.3-p1": {
"file": "os/MDVA-30565_2.3.3-p1.patch"
},
">=2.3.4 <=2.3.4-p2": {
"file": "os/MDVA-38531_2.3.4-p2.patch"
},
">=2.3.6 <2.4.0 || >=2.4.1 <2.4.2": {
"file": "os/MDVA-35423_2.4.1.patch"
}
Expand Down Expand Up @@ -1995,6 +1998,9 @@
">=2.3.4 <=2.3.4-p2": {
"file": "os/MDVA-34665_2.3.4-p2_v2.patch"
},
">=2.3.5 <=2.3.5-p2": {
"file": "os/MDVA-38535_2.3.5-p1.patch"
},
">=2.4.0 <2.4.3": {
"file": "os/MDVA-37350_2.4.1.patch"
}
Expand All @@ -2011,6 +2017,9 @@
"Fixes the issue with missing bundled products on category pages.": {
"1.1.4": {
"file": "commerce/MDVA-34665_1.1.4_v2.patch"
},
">=1.1.5 <=1.1.5-p1": {
"file": "commerce/MDVA-38535_1.1.5.patch"
}
}
},
Expand Down Expand Up @@ -2370,5 +2379,61 @@
}
}
}
},
"MDVA-38468": {
"magento/magento2-base": {
"Fixes the error when saving CMS pages - Item with the same ID 'PAGE_ID' already exists.": {
">=2.3.2 <=2.3.5-p2": {
"file": "os/MDVA-38468_2.3.2-p2.patch"
}
}
},
"magento/magento2-ee-base": {
"Fixes the error when saving CMS pages - Item with the same ID 'PAGE_ID' already exists.": {
">=2.3.2 <=2.3.5-p2": {
"file": "commerce/MDVA-38468_2.3.2-p2.patch"
}
}
}
},
"MDVA-34680": {
"magento/magento2-base": {
"Fixes the issue where Customer Account created time is not filtered correctly in customers grid.": {
">=2.3.6 <=2.3.7 || >=2.4.1 <2.4.3": {
"file": "os/MDVA-34680_2.4.1.patch"
}
}
}
},
"MDVA-37068": {
"magento/magento2-base": {
"Fixes the issue where the incorrect tax rate displays when the shopping cart has only virtual products.": {
">=2.3.1 <2.4.4": {
"file": "os/MDVA-37068_2.3.5-p2.patch"
}
}
}
},
"MDVA-38608": {
"magento/magento2-base": {
"Fixes the issue where temporary tables are not deleted when the reindex is not finished successfully.": {
">=2.3.0 <2.4.3": {
"file": "os/MDVA-38608_2.3.2-p2.patch"
}
}
}
},
"MDVA-38308": {
"magento/magento2-base": {
"Fixes the issues related to adding Vimeo videos to products.": {
">=2.3.5 <=2.3.6-p1 || >=2.4.0 <=2.4.1-p1": {
"file": "os/MDVA-38308_2.4.1-p1.patch",
"require": ["MDVA-35092"]
},
">=2.4.2 <2.4.4": {
"file": "os/MDVA-38308_2.4.2-p1.patch"
}
}
}
}
}
Loading

0 comments on commit 4667a75

Please sign in to comment.