From e964e5af265ec470c0d3b50b44dd7e7ce34aca2b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 31 May 2022 10:05:55 +0200 Subject: [PATCH] Update deprecations and removals --- docs/migration/wsc55/deprecations_removals.md | 7 +++++++ 1 file changed, 7 insertions(+) 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)) -- 2.20.1