Add deprecation of `WBB.Thread.LastPageHandler`
authorjoshuaruesweg <ruesweg@woltlab.com>
Wed, 29 Sep 2021 08:59:07 +0000 (10:59 +0200)
committerjoshuaruesweg <ruesweg@woltlab.com>
Wed, 29 Sep 2021 08:59:30 +0000 (10:59 +0200)
docs/migration/wsc54/deprecations_removals.md

index e92aceab93e768ed1e3afc912bd54d0ee114df35..eed993a4d11e881a7638191826272121aefafb62 100644 (file)
@@ -124,6 +124,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.LastPageHandler` (use `WoltLabSuite/Forum/Ui/Thread/LastPageHandler`)
 - `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))