Document deprecation of IExtendedMessageQuickReplyAction
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 3 Dec 2021 13:12:59 +0000 (14:12 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Dec 2021 13:12:59 +0000 (14:12 +0100)
see WoltLab/WCF@344e02fcfb86cf0c45cc553f7cd2b62fed4de52d

docs/migration/wsc54/deprecations_removals.md

index 3422d3d884a707cc1d3e9937f05f2214e96d6aaf..47cf62c2936f8d49c33d31dade14de50ddaa0df3 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`)
 - `wcf\action\AbstractAjaxAction` (use PSR-7 responses, [WoltLab/WCF#4437](https://github.com/WoltLab/WCF/pull/4437))
+- `wcf\data\IExtendedMessageQuickReplyAction` ([WoltLab/WCF#4575](https://github.com/WoltLab/WCF/pull/4575))
 - `wcf\page\AbstractSecurePage` ([WoltLab/WCF#4515](https://github.com/WoltLab/WCF/pull/4515))
 - `wcf\system\exception\ILoggingAwareException` ([WoltLab/WCF#4547](https://github.com/WoltLab/WCF/pull/4547))
 - `wcf\system\io\FTP` (directly use the FTP extension)