You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support-patches.json
+40-8Lines changed: 40 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -16247,7 +16247,7 @@
16247
16247
"categories": [
16248
16248
"Content"
16249
16249
],
16250
-
"title": "Added missing functionality for Upload Image button for empty content for image, banner and slider in PageBuilder.",
16250
+
"title": "Fixes the issue where Upload Image doesn't work for empty content in Image, Banner, and Slider sections in PageBuilder.",
16251
16251
"packages": {
16252
16252
"magento/module-page-builder": {
16253
16253
">=2.2.2 <2.2.6": {
@@ -16260,7 +16260,7 @@
16260
16260
"categories": [
16261
16261
"Inventory"
16262
16262
],
16263
-
"title": "Fixed pagination issue in inventory exportstocksalable quantity API, where total_count was incorrectly limited to page size instead of reflecting the actual total products matching search criteria.",
16263
+
"title": "Fixes the pagination issue in the `inventory/export-stock-salable-qty` API, which incorrectly limits `total_count` to the page size.",
16264
16264
"packages": {
16265
16265
"magento/inventory-metapackage": {
16266
16266
">=1.2.4 <1.2.9": {
@@ -16273,7 +16273,7 @@
16273
16273
"categories": [
16274
16274
"GraphQL"
16275
16275
],
16276
-
"title": "After the fix, retrieving orders through GraphQL using a date range filter returns the correct result.",
16276
+
"title": "Fixes the issue where retrieving orders through GraphQL using the date range filter returns incorrect results.",
16277
16277
"packages": {
16278
16278
"magento/magento2-base": {
16279
16279
">=2.4.8 <2.4.9": {
@@ -16286,7 +16286,7 @@
16286
16286
"categories": [
16287
16287
"Import/Export"
16288
16288
],
16289
-
"title": "Fixed the issue when products with description longer than 65,536 characters can't be imported",
16289
+
"title": "Fixes the issue where products with descriptions longer than 65,536 characters cannot be imported.",
16290
16290
"packages": {
16291
16291
"magento/magento2-base": {
16292
16292
">=2.4.5 <2.4.9": {
@@ -16300,7 +16300,7 @@
16300
16300
"Other",
16301
16301
"Catalog/Product"
16302
16302
],
16303
-
"title": "Sitemap generation for products with images no longer experiences exponential slowdown. Previously, generating sitemaps for stores with image inclusion enabled would result in long processing times.",
16303
+
"title": "Fixes the issue where sitemap generation for products with image inclusion enabled experiences long processing times.",
16304
16304
"packages": {
16305
16305
"magento/magento2-base": {
16306
16306
">=2.4.6 <2.4.8": {
@@ -16312,26 +16312,49 @@
16312
16312
"file": "commerce/ACSD-67603_2.4.7-p6_v2.patch"
16313
16313
}
16314
16314
}
16315
+
},
16316
+
"metadata": {
16317
+
"and": [
16318
+
{
16319
+
"type": "config",
16320
+
"path": "sitemap/product/image_include",
16321
+
"match": "all"
16322
+
},
16323
+
{
16324
+
"type": "config",
16325
+
"path": "sitemap/product/image_include",
16326
+
"match": "base"
16327
+
}
16328
+
]
16315
16329
}
16316
16330
},
16317
16331
"ACSD-67643": {
16318
16332
"categories": [
16319
16333
"Catalog/Product"
16320
16334
],
16321
-
"title": "Fixed issue with duplicate entries during creation scheduled updates for enviroments with high number of nested categories",
16335
+
"title": "Fixes the issue where duplicate entries are created during scheduled updates in environments with a high number of nested categories.",
16322
16336
"packages": {
16323
16337
"magento/magento2-base": {
16324
16338
">=2.4.8 <2.4.9": {
16325
16339
"file": "os/ACSD-67643_2.4.8-p1.patch"
16326
16340
}
16327
16341
}
16342
+
},
16343
+
"metadata": {
16344
+
"and": [
16345
+
{
16346
+
"type": "log",
16347
+
"path": "var/log/exception.log",
16348
+
"match": "SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '*' for key 'temp_category_descendants_*', query was: INSERT INTO `temp_category_descendants_*` (`category_id`, `descendant_id`)"
16349
+
}
16350
+
]
16328
16351
}
16329
16352
},
16330
16353
"ACSD-67652": {
16331
16354
"categories": [
16332
16355
"Inventory"
16333
16356
],
16334
-
"title": "Fixed the issue when bundle product status is returned Out of stock in GraphQL call even both child and parent products are in stock",
16357
+
"title": "Fixes the issue where bundle product status is returned as out-of-stock in GraphQL calls even with child and parent products in stock.",
16335
16358
"packages": {
16336
16359
"magento/inventory-metapackage": {
16337
16360
">=1.2.8 <1.2.9": {
@@ -16344,13 +16367,22 @@
16344
16367
"categories": [
16345
16368
"Customer"
16346
16369
],
16347
-
"title": "The patch fixes an issue where orders could not be placed if the city name contained digits (0\u20139), an ampersand (&), a period (.), or parentheses ().",
16370
+
"title": "Fixes the issue where orders can't be placed if the city name contains digits (0–9), ampersand (&), period (.), or parentheses ().",
16348
16371
"packages": {
16349
16372
"magento/magento2-base": {
16350
16373
">=2.4.8 <2.4.9": {
16351
16374
"file": "os/ACSD-67904_2.4.8.patch"
16352
16375
}
16353
16376
}
16377
+
},
16378
+
"metadata": {
16379
+
"and": [
16380
+
{
16381
+
"type": "log",
16382
+
"path": "var/log/exception.log",
16383
+
"match": "report.CRITICAL: Placing an Order failed (reason: Invalid City. Please use A-Z, a-z, 0-9, -, ', spaces) {\"quote_id\":\"*\",\"exception\":\"Magento\\\\Framework\\\\Validator\\\\Exception: Invalid City. Please use A-Z, a-z, 0-9, -, ', spaces in *vendor/magento/module-quote/Model/CustomerManagement.php"
0 commit comments