Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 94d17c7

Browse files
authored
Merge pull request #2021 from kpodemski/v9-changes-batch1
more changes to PrestaShop 9 docs
2 parents 2d1c9ed + 4dd2abd commit 94d17c7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

modules/core-updates/9.0.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ Each change links to the pull request that introduced it, so you can find more d
569569
| [$productPriceWithoutReduction is no longer available on the product page](https://github.com/PrestaShop/PrestaShop/pull/37436) | n/a
570570
| [The command `prestashop:schema:update-without-foreign` is no longer used in the install process](https://github.com/PrestaShop/PrestaShop/pull/36233) | n/a
571571
| [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. |
572573

573574

574575
### Removal of deprecated code
@@ -662,7 +663,6 @@ Each change links to the pull request that introduced it, so you can find more d
662663
- [Removed unused functions getUrlRewriteInformation & getUrlRewriteInformations](https://github.com/PrestaShop/PrestaShop/pull/32232)
663664
- [Removed Tools::clearColorListCache, Product::getColorsListCacheId, Validate::isPlaintextPassword, Validate::isPasswdAdmin, FrontController::addColorsToProductList](https://github.com/PrestaShop/PrestaShop/pull/32679)
664665
- [Removed AdminController::isFresh, AdminController::refresh](https://github.com/PrestaShop/PrestaShop/pull/32693)
665-
- [Removed Cart::simulateCarriersOutput](https://github.com/PrestaShop/PrestaShop/pull/33263)
666666
- [Removed calls to Product::getProductProperties](https://github.com/PrestaShop/PrestaShop/pull/34498)
667667
- [Move data from product::getProductProperties to ProductLazyArray](https://github.com/PrestaShop/PrestaShop/pull/34499)
668668
- [Clean legacy Tab related code, and multiple other deprecations](https://github.com/PrestaShop/PrestaShop/pull/34525)
@@ -714,6 +714,12 @@ Each change links to the pull request that introduced it, so you can find more d
714714
- [Removed deprecated method Tools::cleanNonUnicodeSupport()](https://github.com/PrestaShop/PrestaShop/pull/31028/)
715715
- [Removed deprecated method FrameworkBundleAdminController::overviewAction()](https://github.com/PrestaShop/PrestaShop/pull/31118/)
716716
- [Removed deprecated property FrameworkBundleAdminController::$configuration](https://github.com/PrestaShop/PrestaShop/pull/31118/)
717+
- [Removed deprecated class AdminStatusesController](https://github.com/PrestaShop/PrestaShop/pull/27590)
718+
- [Removed method StoresController::processStoreAddress()](https://github.com/PrestaShop/PrestaShop/pull/33437)
719+
- [Removed method StoresController::getStoresForXml()](https://github.com/PrestaShop/PrestaShop/pull/33437)
720+
- [Removed method StoresController::displayAjax()](https://github.com/PrestaShop/PrestaShop/pull/33437)
721+
- [Removed method Cart::containsProduct()](https://github.com/PrestaShop/PrestaShop/pull/33263)
722+
- [Removed method Cart::simulateCarriersOutput()](https://github.com/PrestaShop/PrestaShop/pull/33263)
717723

718724

719725

0 commit comments

Comments
 (0)