Update deprecations and removals
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 8 Aug 2022 10:22:03 +0000 (12:22 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 8 Aug 2022 10:22:03 +0000 (12:22 +0200)
docs/migration/wsc55/deprecations_removals.md

index c0bc84d3964baec5b8288f43228965cc8aa7db4d..164966d1f9c37851acd2c4b0bbaf322fcc304039 100644 (file)
@@ -77,6 +77,8 @@ With version 5.6, we have deprecated certain components and removed several othe
 - `wcf\system\request\Request::setIsLandingPage()`
 - `wcf\system\request\RouteHandler::getDefaultController()` ([WoltLab/WCF#4832](https://github.com/WoltLab/WCF/pull/4832))
 - `wcf\system\request\RouteHandler::loadDefaultControllers()` ([WoltLab/WCF#4832](https://github.com/WoltLab/WCF/pull/4832))
+- `wcf\system\search\AbstractSearchEngine::getFulltextMinimumWordLength()` ([WoltLab/WCF#4933](https://github.com/WoltLab/WCF/pull/4933))
+- `wcf\system\search\AbstractSearchEngine::parseSearchQuery()` ([WoltLab/WCF#4933](https://github.com/WoltLab/WCF/pull/4933))
 - `wcf\system\search\elasticsearch\ElasticsearchHandler::query()`
 - `wcf\system\search\SearchIndexManager::add()` ([WoltLab/WCF#4925](https://github.com/WoltLab/WCF/pull/4925))
 - `wcf\system\search\SearchIndexManager::update()` ([WoltLab/WCF#4925](https://github.com/WoltLab/WCF/pull/4925))
@@ -106,6 +108,8 @@ With version 5.6, we have deprecated certain components and removed several othe
 - `wcf\system\search\elasticsearch\ElasticsearchHandler::GET`
 - `wcf\system\search\elasticsearch\ElasticsearchHandler::POST`
 - `wcf\system\search\elasticsearch\ElasticsearchHandler::PUT`
+- `SECURITY_TOKEN` ([WoltLab/WCF#4934](https://github.com/WoltLab/WCF/pull/4934))
+- `SECURITY_TOKEN_INPUT_TAG` ([WoltLab/WCF#4934](https://github.com/WoltLab/WCF/pull/4934))
 
 #### Options
 
@@ -115,6 +119,8 @@ With version 5.6, we have deprecated certain components and removed several othe
 
 #### Files
 
+- The `scss.inc.php` compatibility include. ([WoltLab/WCF#4932](https://github.com/WoltLab/WCF/pull/4932))
+
 ### JavaScript
 
 ### Phrases