From a46f8bb73a76344402a274ef85a6e7a7e9aa1c5d Mon Sep 17 00:00:00 2001 From: joshuaruesweg Date: Thu, 23 Sep 2021 14:29:27 +0200 Subject: [PATCH] Add deprecation of `WBB.Thread.MarkAsRead` --- 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 1820910f..5bcf3321 100644 --- a/docs/migration/wsc54/deprecations_removals.md +++ b/docs/migration/wsc54/deprecations_removals.md @@ -123,6 +123,7 @@ With version 5.5, we have deprecated certain components and removed several othe - `WBB.Board.MarkAllAsRead` (use `WoltLabSuite/Forum/Ui/Board/MarkAllAsRead`) - `WBB.Board.MarkAsRead` (use `WoltLabSuite/Forum/Ui/Board/MarkAsRead`) - `WBB.Post.QuoteHandler` (use `WoltLabSuite/Forum/Ui/Post/Quote`) +- `WBB.Thread.MarkAsRead` (use `WoltLabSuite/Forum/Ui/Thread/MarkAsRead`) - `WCF.ACP.Style.ImageUpload` ([WoltLab/WCF#4323](https://github.com/WoltLab/WCF/pull/4323)) - `WCF.ColorPicker` (see [migration guide for `WCF.ColorPicker`](javascript.md#wcfcolorpicker)) - `WCF.Conversation.Message.QuoteHandler` (use `WoltLabSuite/Core/Conversation/Ui/Message/Quote`, see [WoltLab/com.woltlab.wcf.conversation#155](https://github.com/WoltLab/com.woltlab.wcf.conversation/pull/155)) -- 2.20.1