Add `WBB.Board.MarkAllAsRead` to list of deprecations with version 5.5
authorMatthias Schmidt <gravatronics@live.com>
Tue, 29 Jun 2021 07:55:17 +0000 (09:55 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Tue, 29 Jun 2021 07:55:17 +0000 (09:55 +0200)
docs/migration/wsc54/deprecations_removals.md

index 752c01b755ff4e40c626938533e16e6ca399a226..3ec2fc349b271f455d3240c744295a6503d814ea 100644 (file)
@@ -85,6 +85,7 @@ With version 5.5, we have deprecated certain components and removed several othe
 ### JavaScript
 
 - `WBB.Board.MarkAsRead` (use `WoltLabSuite/Forum/Ui/Board/MarkAsRead` instead)
+- `WBB.Board.MarkAllAsRead` (use `WoltLabSuite/Forum/Ui/Board/MarkAllAsRead` instead)
 - `WCF.ACP.Style.ImageUpload` ([WoltLab/WCF#4323](https://github.com/WoltLab/WCF/pull/4323))
 - `WCF.Like.js` ([WoltLab/WCF#4300](https://github.com/WoltLab/WCF/pull/4300))
 - `WCF.Message.UserMention` ([WoltLab/WCF#4324](https://github.com/WoltLab/WCF/pull/4324))