From: Marcel Werk Date: Wed, 24 Apr 2024 16:07:09 +0000 (+0200) Subject: Update deprecations and removals X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c0bd2879;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Update deprecations and removals --- diff --git a/docs/migration/wsc60/deprecations_removals.md b/docs/migration/wsc60/deprecations_removals.md index dfc28d8e..ff185ba4 100644 --- a/docs/migration/wsc60/deprecations_removals.md +++ b/docs/migration/wsc60/deprecations_removals.md @@ -4,6 +4,16 @@ With version 6.1, we have deprecated certain components and removed several othe ## Deprecations +### PHP + +#### Classes + +- `wcf\system\exception\ValidateActionException` + +#### Methods + +- `wcf\system\session\SessionHandler::resetSessions()` ([WoltLab/WCF#3767](https://github.com/WoltLab/WCF/pull/3767)) + ### JavaScript - `WCF.User.Action.Follow` ([WoltLab/WCF#5747](https://github.com/WoltLab/WCF/pull/5747)) @@ -15,6 +25,17 @@ With version 6.1, we have deprecated certain components and removed several othe ## Removals +### PHP + +#### Classes + +- `wcf\data\spider\Spider` ([WoltLab/WCF#5823](https://github.com/WoltLab/WCF/pull/5823)) +- `wcf\data\spider\SpiderAction` ([WoltLab/WCF#5823](https://github.com/WoltLab/WCF/pull/5823)) +- `wcf\data\spider\SpiderEditor` ([WoltLab/WCF#5823](https://github.com/WoltLab/WCF/pull/5823)) +- `wcf\data\spider\SpiderList` ([WoltLab/WCF#5823](https://github.com/WoltLab/WCF/pull/5823)) +- `wcf\system\cache\SpiderCacheBuilder` ([WoltLab/WCF#5823](https://github.com/WoltLab/WCF/pull/5823)) +- `wcf\system\cronjob\RefreshSearchRobotsCronjob` ([WoltLab/WCF#5823](https://github.com/WoltLab/WCF/pull/5823)) + ### JavaScript - `WCF.User.Registration.LostPassword`