Update deprecations and removals
authorMarcel Werk <burntime@woltlab.com>
Wed, 24 Apr 2024 16:07:09 +0000 (18:07 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 24 Apr 2024 16:07:09 +0000 (18:07 +0200)
docs/migration/wsc60/deprecations_removals.md

index dfc28d8e58c39de29ab89ed4b205e2d1385a919f..ff185ba4355d501c2f690d51e7f979a0860eb4b1 100644 (file)
@@ -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`