Skip to content

Commit 1f2ba5e

Browse files
committed
1.1.71 Release
- Updated patch summaries - Added metadata - Updates support-patches.json
1 parent e6107d4 commit 1f2ba5e

File tree

4 files changed

+43
-9
lines changed

4 files changed

+43
-9
lines changed

patches-info.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

support-patches.json

Lines changed: 40 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16247,7 +16247,7 @@
1624716247
"categories": [
1624816248
"Content"
1624916249
],
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.",
1625116251
"packages": {
1625216252
"magento/module-page-builder": {
1625316253
">=2.2.2 <2.2.6": {
@@ -16260,7 +16260,7 @@
1626016260
"categories": [
1626116261
"Inventory"
1626216262
],
16263-
"title": "Fixed pagination issue in inventory export stock salable 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.",
1626416264
"packages": {
1626516265
"magento/inventory-metapackage": {
1626616266
">=1.2.4 <1.2.9": {
@@ -16273,7 +16273,7 @@
1627316273
"categories": [
1627416274
"GraphQL"
1627516275
],
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.",
1627716277
"packages": {
1627816278
"magento/magento2-base": {
1627916279
">=2.4.8 <2.4.9": {
@@ -16286,7 +16286,7 @@
1628616286
"categories": [
1628716287
"Import/Export"
1628816288
],
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.",
1629016290
"packages": {
1629116291
"magento/magento2-base": {
1629216292
">=2.4.5 <2.4.9": {
@@ -16300,7 +16300,7 @@
1630016300
"Other",
1630116301
"Catalog/Product"
1630216302
],
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.",
1630416304
"packages": {
1630516305
"magento/magento2-base": {
1630616306
">=2.4.6 <2.4.8": {
@@ -16312,26 +16312,49 @@
1631216312
"file": "commerce/ACSD-67603_2.4.7-p6_v2.patch"
1631316313
}
1631416314
}
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+
]
1631516329
}
1631616330
},
1631716331
"ACSD-67643": {
1631816332
"categories": [
1631916333
"Catalog/Product"
1632016334
],
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.",
1632216336
"packages": {
1632316337
"magento/magento2-base": {
1632416338
">=2.4.8 <2.4.9": {
1632516339
"file": "os/ACSD-67643_2.4.8-p1.patch"
1632616340
}
1632716341
}
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+
]
1632816351
}
1632916352
},
1633016353
"ACSD-67652": {
1633116354
"categories": [
1633216355
"Inventory"
1633316356
],
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.",
1633516358
"packages": {
1633616359
"magento/inventory-metapackage": {
1633716360
">=1.2.8 <1.2.9": {
@@ -16344,13 +16367,22 @@
1634416367
"categories": [
1634516368
"Customer"
1634616369
],
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 ().",
1634816371
"packages": {
1634916372
"magento/magento2-base": {
1635016373
">=2.4.8 <2.4.9": {
1635116374
"file": "os/ACSD-67904_2.4.8.patch"
1635216375
}
1635316376
}
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"
16384+
}
16385+
]
1635416386
}
1635516387
}
1635616388
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Exception #0 (Magento\Framework\DB\Adapter\DuplicateException): SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '229-255' for key 'temp_category_descendants_689f3d188e39a.PRIMARY', query was: INSERT INTO `temp_category_descendants_689f3d188e39a` (`category_id`, `descendant_id`) SELECT `ce`.`entity_id` AS `category_id`, `ce2`.`entity_id` AS `descendant_id` FROM `catalog_category_entity` AS `ce`
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[2025-09-04T03:48:43.988133+00:00] report.CRITICAL: Placing an Order failed (reason: Invalid City. Please use A-Z, a-z, 0-9, -, ', spaces) {"quote_id":"4","exception":"Magento\\Framework\\Validator\\Exception: Invalid City. Please use A-Z, a-z, 0-9, -, ', spaces in /home/test/public_html/acsd67904/vendor/magento/module-quote/Model/CustomerManagement.php:180

0 commit comments

Comments
 (0)