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: modules/core-updates/9.0.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -569,6 +569,7 @@ Each change links to the pull request that introduced it, so you can find more d
569
569
| [$productPriceWithoutReduction is no longer available on the product page](https://github.com/PrestaShop/PrestaShop/pull/37436) | n/a
570
570
| [The command `prestashop:schema:update-without-foreign` is no longer used in the install process](https://github.com/PrestaShop/PrestaShop/pull/36233) | n/a
571
571
| [The command `prestashop:schema:update-without-foreign` now has two optional parameter `--dump-sql` and `--force`](https://github.com/PrestaShop/PrestaShop/pull/36233) | The default behaviour is NOT to apply changes and NOT to output anything, so the default behaviour does nothing now
572
+
| [Move `FrontController::updateQueryString` to `Tools` to make reusable](https://github.com/PrestaShop/PrestaShop/pull/33779) | You should not rely on `FrontController::updateQueryString` anymore, but use `Tools::updateQueryString` instead. The method signature is the same, so it should not impact your code. |
572
573
573
574
574
575
### Removal of deprecated code
@@ -662,7 +663,6 @@ Each change links to the pull request that introduced it, so you can find more d
0 commit comments