Skip to content

Commit 1a4d55d

Browse files
Merge pull request #131 from AdobeDocs/GH-130-2.4.6-BIC
GH-130: Add missing 2.4.6 BIC highlights
2 parents 03bdfdc + 52bf15e commit 1a4d55d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/pages/development/backward-incompatible-changes/highlights.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,26 @@ This page highlights backward-incompatible changes between Adobe Commerce and Ma
1111

1212
The following major backward-incompatible changes were introduced in the 2.4.6 Adobe Commerce and Magento Open Source releases:
1313

14+
* New default value for automatic redirects
1415
* New system configuration for customer segments
1516
* New system configuration for limiting products in grid
1617
* New system configuration for OpenSearch module
1718
* Symfony dependencies upgraded to latest LTS version
1819
* Zend_Filter replaced with laminas-filter
1920
* Zend_HTTP replaced with laminas-http
21+
* Zend_Json replaced with laminas-json
2022
* Zend_Validate replaced with laminas-validator
2123

24+
### New default value for automatic redirects
25+
26+
To improve performance, the default value for `generate_category_product_rewrites` in the [`app/code/Magento/CatalogURLRewrite/etc/config.xml`](https://github.com/magento/magento2/blob/2.4-develop/app/code/Magento/CatalogUrlRewrite/etc/config.xml#L12) file was changed from `1` to `0`. This change disables [automatic category/product URL rewrites](https://experienceleague.adobe.com/docs/commerce-admin/marketing/seo/url-rewrites/url-redirect-product-automatic.html#skip-rewrite), but only if you have not changed the previous default setting prior to upgrading to 2.4.6.
27+
28+
The new default does not change existing records in the `catalog_url_rewrite_product_category` and `url_rewrite` database tables when upgrading to 2.4.6, but no new rewrites are added. You can enable the **Generate "category/product" URL Rewrites** setting if you want to continue using it after upgrading.
29+
30+
<InlineAlert variant="warning" slots="text" />
31+
32+
Manually changing this setting (for example, using the `bin/magento config:set catalog/seo/generate_category_product_rewrites 1` command) permanently deletes all rewrites with no ability to restore them. This may cause unresolved category/product type URL conflicts that you must resolve by manually updating URL keys.
33+
2234
### New system configuration for limiting products in grid
2335

2436
<!-- AC-6425 -->

0 commit comments

Comments
 (0)