Add deprecation of AbstractSecurePage
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 23 Sep 2021 12:06:42 +0000 (14:06 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Sep 2021 12:06:42 +0000 (14:06 +0200)
see WoltLab/WCF#4515

docs/migration/wsc54/deprecations_removals.md

index aa4e310d3b0052a30c7d40ca19ba8b92754c80ff..b9438918976dcfc0dea713c10c839b095a69df04 100644 (file)
@@ -12,6 +12,7 @@ With version 5.5, we have deprecated certain components and removed several othe
 
 - `filebase\system\file\FileDataHandler` (use `filebase\system\cache\runtime\FileRuntimeCache` instead)
 - `wcf\action\AbstractAjaxAction` (use PSR-7 responses, [WoltLab/WCF#4437](https://github.com/WoltLab/WCF/pull/4437))
+- `wcf\page\AbstractSecurePage` ([WoltLab/WCF#4515](https://github.com/WoltLab/WCF/pull/4515))
 - `wcf\system\io\FTP` (directly use the FTP extension instead)
 - `wcf\util\PasswordUtil`