From 7ac4febca21afcb1f3d59ad93298750c620e6c3d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 23 Sep 2021 14:06:42 +0200 Subject: [PATCH] Add deprecation of AbstractSecurePage see WoltLab/WCF#4515 --- docs/migration/wsc54/deprecations_removals.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/migration/wsc54/deprecations_removals.md b/docs/migration/wsc54/deprecations_removals.md index aa4e310d..b9438918 100644 --- a/docs/migration/wsc54/deprecations_removals.md +++ b/docs/migration/wsc54/deprecations_removals.md @@ -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` -- 2.20.1