Deprecate `WBB.Thread.SimilarThreads`
authorjoshuaruesweg <ruesweg@woltlab.com>
Tue, 5 Oct 2021 09:55:32 +0000 (11:55 +0200)
committerjoshuaruesweg <ruesweg@woltlab.com>
Tue, 5 Oct 2021 09:55:32 +0000 (11:55 +0200)
docs/migration/wsc54/deprecations_removals.md

index dff4153f1066f2f689fc8d1859c1aa7960c298da..200ab8fb66d332daf66b452f7b7c3da032b8203a 100644 (file)
@@ -130,6 +130,7 @@ With version 5.5, we have deprecated certain components and removed several othe
 - `WBB.Post.QuoteHandler` (use `WoltLabSuite/Forum/Ui/Post/Quote`)
 - `WBB.Thread.LastPageHandler` (use `WoltLabSuite/Forum/Ui/Thread/LastPageHandler`)
 - `WBB.Thread.MarkAsRead` (use `WoltLabSuite/Forum/Ui/Thread/MarkAsRead`)
+- `WBB.Thread.SimilarThreads` (use `WoltLabSuite/Forum/Ui/Thread/SimilarThreads`)
 - `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))