Skip to content

Commit

Permalink
1.1.58 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
katmoon committed Jan 14, 2025
1 parent f02389d commit 6d36fc8
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 18 deletions.
2 changes: 1 addition & 1 deletion patches-info.json

Large diffs are not rendered by default.

63 changes: 46 additions & 17 deletions support-patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -13719,7 +13719,6 @@
"path": "persistent/options/logout_clear",
"match": "0"
}

]
}
},
Expand Down Expand Up @@ -13761,7 +13760,6 @@
"path": "btob/website_configuration/sharedcatalog_active",
"match": "1"
}

]
}
},
Expand Down Expand Up @@ -13912,26 +13910,51 @@
"categories": [
"Admin"
],
"title": "Fixes the issue where the reset password page could not be reached by clicking the Admin reset password link when \"Add Store Code to URLs\" was enabled, previously resulting in the login page or a 404 page being displayed.",
"title": "Fixes the issue where the reset password page couldn't be reached by clicking the Admin reset password link when \"Add Store Code to URLs\" was enabled, which previously resulted in the login page or a 404 page being displayed.",
"packages": {
"magento/magento2-base": {
">=2.4.4 <2.4.7": {
"file": "os/ACSD-48570_2.4.5.patch"
}
}
},
"metadata": {
"and": [
{
"type": "config",
"path": "web/url/use_store",
"match": "1"
}
]
}
},
"ACSD-62118": {
"categories": [
"B2B", "Price/Tax"
"B2B",
"Price/Tax",
"Payments"
],
"title": "Fixes the issue where the sales_order_tax_item table is not fully updated when B2B orders are placed using the Purchase Order method.",
"title": "Fixes the issue where the sales_order_tax_item table isn't fully updated when B2B orders are placed using the Purchase Order method.",
"packages": {
"magento/magento2-b2b-base": {
">=1.3.5 <1.4.3": {
"file": "commerce/ACSD-62118_1.3.5-p3.patch"
}
}
},
"metadata": {
"and": [
{
"type": "config",
"path": "btob/website_configuration/company_active",
"match": "1"
},
{
"type": "config",
"path": "btob/website_configuration/purchaseorder_enabled",
"match": "1"
}
]
}
},
"ACSD-63067": {
Expand All @@ -13951,7 +13974,7 @@
"categories": [
"Shopping Cart"
],
"title": "Fixes the issue where shopping cart items are removed when a product is deleted after being added to the cart.",
"title": "Fixes the issue where shopping cart items are removed when a product is deleted, after being added to the cart.",
"packages": {
"magento/magento2-base": {
">=2.4.4 <2.4.8": {
Expand All @@ -13962,7 +13985,9 @@
},
"ACSD-63182": {
"categories": [
"Catalog/Product","Inventory"
"Catalog/Product",
"Inventory",
"Admin"
],
"title": "Fixes the issue where an error occurs when saving a duplicated bundle product with MSI enabled.",
"packages": {
Expand All @@ -13977,16 +14002,17 @@
{
"type": "log",
"path": "var/log/exception.log",
"match": "report.CRITICAL: Exception: Item (Magento\\Catalog\\Model\\Product\\Interceptor) with the same ID * already exists. "
"match": "report.CRITICAL: Exception: Item (Magento\\Catalog\\Model\\Product\\Interceptor) with the same ID * already exists."
}
]
}
},
"ACSD-63283": {
"categories": [
"Other"
"Other",
"Customer"
],
"title": "Fixes the issue where ordering items from the gift registry causes an exception and where gift registry updates include items that do not belong to the registry.",
"title": "Fixes the issue where ordering items from the gift registry causes an exception and where gift registry updates include items that don't belong to the registry.",
"packages": {
"magento/magento2-ee-base": {
">=2.4.4 <2.4.8": {
Expand All @@ -14006,9 +14032,10 @@
},
"ACSD-63299": {
"categories": [
"Catalog/Product"
"Catalog/Product",
"Price/Tax"
],
"title": "Fixes the issue where the special price for a configurable product does not display on the storefront.",
"title": "Fixes the issue where the special price for a configurable product doesn't display on the storefront.",
"packages": {
"magento/magento2-base": {
">=2.4.4 <2.4.8": {
Expand Down Expand Up @@ -14041,9 +14068,10 @@
},
"ACSD-63329": {
"categories": [
"Catalog/Product"
"Catalog/Product",
"Web API"
],
"title": "Fixes the issue where default values for attributes with \"Date\" or \"Date and Time\" input types are not set when creating products via the REST API",
"title": "Fixes the issue where the default values for attributes with \"Date\" or \"Date and Time\" input types aren't set when creating products via the REST API.",
"packages": {
"magento/magento2-base": {
">=2.4.4 <2.4.8": {
Expand All @@ -14056,7 +14084,7 @@
"categories": [
"Price/Tax"
],
"title": "Fixes the issue where CatalogRule indexer temporary tables are not cleaned up if the indexer process is terminated.",
"title": "Fixes the issue where the CatalogRule indexer temporary tables aren't cleaned up if the indexer process is terminated.",
"packages": {
"magento/magento2-base": {
">=2.4.5 <2.4.8": {
Expand All @@ -14067,9 +14095,10 @@
},
"ACSD-63578": {
"categories": [
"Order/Checkout"
"Order/Checkout",
"Admin"
],
"title": "Fixes the issue where clicking the \"Delete\" button in \"Add to Order by SKU\" in Admin does not remove the SKU.",
"title": "Fixes the issue where clicking the \"Delete\" button in \"Add to Order by SKU\" in the Admin doesn't remove the SKU.",
"packages": {
"magento/magento2-ee-base": {
">=2.4.4 <2.4.8": {
Expand Down

0 comments on commit 6d36fc8

Please sign in to comment.