Document the deprecation of AbstractAjaxAction
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 13 Aug 2021 09:37:27 +0000 (11:37 +0200)
committerGitHub <noreply@github.com>
Fri, 13 Aug 2021 09:37:27 +0000 (11:37 +0200)
Resolves #213

docs/migration/wsc54/deprecations_removals.md

index c05423e183297233c20d7d7cdd5a668518a3806a..20d37a9f0a216449a4e9486f436b3981b864891c 100644 (file)
@@ -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`