Skip to content

Commit a79c2da

Browse files
author
Oleksandr Rykh
authored
Fixed incorrect patch version (#31)
1 parent 40591ee commit a79c2da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/quality-patches",
33
"description": "Provides quality patches for Magento 2",
44
"type": "magento2-component",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"license": "proprietary",
77
"repositories": {
88
"repo": {

patches.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"MDVA-29085": {
6161
"magento/magento2-b2b-base": {
6262
"Fixes a B2B issue where no required new company emails are sent out if a company is created by API.": {
63-
">=2.3.0 <=2.3.5-p1": {
63+
">=1.1.0 <=1.1.5-p1": {
6464
"file": "commerce/MDVA-29085__fix_email_confirmation_after_company_created_via_API__2.3.5-p1.patch"
6565
}
6666
}
@@ -78,7 +78,7 @@
7878
"MDVA-29344": {
7979
"magento/module-page-builder": {
8080
"Fixes an issue where Page Builder gets stuck after copying text from a header element to a text element.": {
81-
">=2.3.5 <=2.3.5-p2 || 2.4.0": {
81+
">=1.3.0 <=1.3.2 || 1.4.0": {
8282
"file": "commerce/MDVA-29344__fix_page_builder_hangs_after_text_copying__2.3.5-p1.patch"
8383
}
8484
}

0 commit comments

Comments
 (0)