From: joshuaruesweg Date: Wed, 29 Sep 2021 08:59:07 +0000 (+0200) Subject: Add deprecation of `WBB.Thread.LastPageHandler` X-Git-Tag: 5.6.final~148 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2674000abb2167f455f0e70020cd23c0fab071a6;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Add deprecation of `WBB.Thread.LastPageHandler` --- diff --git a/docs/migration/wsc54/deprecations_removals.md b/docs/migration/wsc54/deprecations_removals.md index e92aceab..eed993a4 100644 --- a/docs/migration/wsc54/deprecations_removals.md +++ b/docs/migration/wsc54/deprecations_removals.md @@ -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))