From c0bd2879a18dc415efec03d9f1636153d50111ed Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Wed, 24 Apr 2024 18:07:09 +0200 Subject: [PATCH] Update deprecations and removals --- docs/migration/wsc60/deprecations_removals.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) 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` -- 2.20.1