Skip to content

Commit 251000a

Browse files
committed
Update deprecations and removals
1 parent 12d757e commit 251000a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

docs/migration/wsc61/deprecations_removals.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ With version 6.2, we have deprecated certain components and removed several othe
99
#### Classes
1010

1111
- `wcf\data\IImageViewerAction` ([WoltLab/WCF#6035](https://github.com/WoltLab/WCF/pull/6035/))
12+
- `wcf\data\IPopoverAction` ([WoltLab/WCF#6154](https://github.com/WoltLab/WCF/pull/6154/))
1213

1314
#### Methods
1415

@@ -75,6 +76,30 @@ With version 6.2, we have deprecated certain components and removed several othe
7576
- `wcf\data\cronjob\log\CronjobLogAction::clearAll()` ([WoltLab/WCF#6077](https://github.com/WoltLab/WCF/pull/6077))
7677
- `wcf\util\CLIUtil::formatTime()` ([WoltLab/WCF#6042](https://github.com/WoltLab/WCF/pull/6042/))
7778
- `wcf\util\CLIUtil::formatDate()` ([WoltLab/WCF#6042](https://github.com/WoltLab/WCF/pull/6042/))
79+
- `wbb\data\post\PostAction::validateGetPopover()`
80+
- `wbb\data\post\PostAction::getPopover()`
81+
- `wbb\data\post\PostAction::validateGetPostPreview()`
82+
- `wbb\data\post\PostAction::getPostPreview()`
83+
- `wbb\data\thread\ThreadAction::validateGetPopover()`
84+
- `wbb\data\thread\ThreadAction::getPopover()`
85+
- `wbb\data\thread\ThreadAction::validateGetPostPreview()`
86+
- `wbb\data\thread\ThreadAction::getPostPreview()`
87+
- `blog\data\entry\EntryAction::validateGetPopover()`
88+
- `blog\data\entry\EntryAction::getPopover()`
89+
- `blog\data\entry\EntryAction::validateGetEntryPreview()`
90+
- `blog\data\entry\EntryAction::getEntryPreview()`
91+
- `filebase\data\file\FileAction::validateGetPopover()`
92+
- `filebase\data\file\FileAction::getPopover()`
93+
- `filebase\data\file\FileAction::validateGetFilePreview()`
94+
- `filebase\data\file\FileAction::getFilePreview()`
95+
- `calendar\data\event\date\EventDateAction::validateGetPopover()`
96+
- `calendar\data\event\date\EventDateAction::getPopover()`
97+
- `calendar\data\event\date\EventDateAction::validateGetEventPreview()`
98+
- `calendar\data\event\date\EventDateAction::getEventPreview()`
99+
- `wcf\data\conversation\ConversationAction::validateGetPopover()`
100+
- `wcf\data\conversation\ConversationAction::getPopover()`
101+
- `wcf\data\conversation\ConversationAction::validateGetMessagePreview()`
102+
- `wcf\data\conversation\ConversationAction::getMessagePreview()`
78103

79104
#### Properties
80105

0 commit comments

Comments
 (0)