From: Tim Düsterhus Date: Tue, 31 May 2022 08:05:55 +0000 (+0200) Subject: Update deprecations and removals X-Git-Tag: 5.6.final~23 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e964e5af265ec470c0d3b50b44dd7e7ce34aca2b;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Update deprecations and removals --- diff --git a/docs/migration/wsc55/deprecations_removals.md b/docs/migration/wsc55/deprecations_removals.md index 3b25e9a9..b271494c 100644 --- a/docs/migration/wsc55/deprecations_removals.md +++ b/docs/migration/wsc55/deprecations_removals.md @@ -51,6 +51,7 @@ With version 5.6, we have deprecated certain components and removed several othe #### Classes - `wcf\system\option\DesktopNotificationApplicationSelectOptionType` ([WoltLab/WCF#4785](https://github.com/WoltLab/WCF/pull/4785)) +- `wcf\system\search\elasticsearch\ElasticsearchException` #### Methods @@ -63,6 +64,7 @@ With version 5.6, we have deprecated certain components and removed several othe - `wcf\system\request\Request::getPageType()` ([WoltLab/WCF#4822](https://github.com/WoltLab/WCF/pull/4822)) - `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\elasticsearch\ElasticsearchHandler::query()` - `wcf\system\session\SessionHandler::getStyleID()` ([WoltLab/WCF#4837](https://github.com/WoltLab/WCF/pull/4837)) - `wcf\system\session\SessionHandler::setStyleID()`([WoltLab/WCF#4837](https://github.com/WoltLab/WCF/pull/4837)) - The `$dbNumber` parameter of `wcf\system\WCFSetup::getConflictedTables()` ([WoltLab/WCF#4791](https://github.com/WoltLab/WCF/pull/4791)) @@ -78,6 +80,11 @@ With version 5.6, we have deprecated certain components and removed several othe #### Constants +- `wcf\system\search\elasticsearch\ElasticsearchHandler::DELETE` +- `wcf\system\search\elasticsearch\ElasticsearchHandler::GET` +- `wcf\system\search\elasticsearch\ElasticsearchHandler::POST` +- `wcf\system\search\elasticsearch\ElasticsearchHandler::PUT` + #### Options - `HTTP_SEND_X_FRAME_OPTIONS` ([WoltLab/WCF#4786](https://github.com/WoltLab/WCF/pull/4786))