Skip to content

Commit d6ae195

Browse files
committed
Document the removed function/classes in the blog during the migration to the new quote system
1 parent affc177 commit d6ae195

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/migration/wsc61/deprecations_removals.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ With version 6.2, we have deprecated certain components and removed several othe
112112
- `wcf\action\MessageQuoteAction` ([WoltLab/WCF#6163](https://github.com/WoltLab/WCF/pull/6163/))
113113
- `calendar\system\message\quote\EventMessageQuoteHandler`
114114
- `wbb\system\message\quote\PostMessageQuoteHandler`
115+
- `blog\system\message\quote\EntryMessageQuoteHandler`
115116

116117
#### Methods
117118

@@ -159,6 +160,12 @@ With version 6.2, we have deprecated certain components and removed several othe
159160
- `wbb\data\post\PostAction::saveQuote()`
160161
- `wbb\data\post\PostAction::validateGetRenderedQuotes()`
161162
- `wbb\data\post\PostAction::getRenderedQuotes()`
163+
- `blog\data\entry\EntryAction::validateSaveFullQuote()`
164+
- `blog\data\entry\EntryAction::saveFullQuote()`
165+
- `blog\data\entry\EntryAction::validateSaveQuote()`
166+
- `blog\data\entry\EntryAction::saveQuote()`
167+
- `blog\data\entry\EntryAction::validateGetRenderedQuotes()`
168+
- `blog\data\entry\EntryAction::getRenderedQuotes()`
162169

163170
#### Properties
164171

@@ -196,4 +203,5 @@ With version 6.2, we have deprecated certain components and removed several othe
196203
- `WCF.User.Avatar` ([WoltLab/WCF#6051](https://github.com/WoltLab/WCF/pull/6051))
197204
- `WCF.User.Avatar.Upload` ([WoltLab/WCF#6051](https://github.com/WoltLab/WCF/pull/6051))
198205
- `WoltLabSuite/Calendar/Ui/Event/Quote`
199-
- `WoltLabSuite/Ui/Post/Quote`
206+
- `WoltLabSuite/Forum/Ui/Post/Quote`
207+
- `WoltLabSuite/Blog/Ui/Entry/Quote`

0 commit comments

Comments
 (0)