From: Tim Düsterhus Date: Fri, 13 Aug 2021 09:37:27 +0000 (+0200) Subject: Document the deprecation of AbstractAjaxAction X-Git-Tag: 5.6.final~173 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2a14b574e76e061a26eb42401ead93c124fd1227;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Document the deprecation of AbstractAjaxAction Resolves #213 --- diff --git a/docs/migration/wsc54/deprecations_removals.md b/docs/migration/wsc54/deprecations_removals.md index c05423e1..20d37a9f 100644 --- a/docs/migration/wsc54/deprecations_removals.md +++ b/docs/migration/wsc54/deprecations_removals.md @@ -11,6 +11,7 @@ With version 5.5, we have deprecated certain components and removed several othe #### Classes - `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\system\io\FTP` (directly use the FTP extension instead) - `wcf\util\PasswordUtil`