@@ -35,6 +35,9 @@ With version 6.2, we have deprecated certain components and removed several othe
3535- ` wcf\acp\form\UserOptionListForm `
3636- ` wcf\form\AbstractCaptchaForm `
3737- ` wcf\form\MessageForm `
38+ - ` wcf\data\conversation\message\SimplifiedViewableConversationMessageList ` ([ WoltLab/com.woltlab.wcf.conversation #219 ] ( https://github.com/WoltLab/com.woltlab.wcf.conversation/pull/219 ) )`
39+ - ` wcf\data\conversation\message\ViewableConversationMessage ` ([ WoltLab/com.woltlab.wcf.conversation #219 ] ( https://github.com/WoltLab/com.woltlab.wcf.conversation/pull/219 ) )`
40+ - ` wcf\data\conversation\message\ViewableConversationMessageList ` ([ WoltLab/com.woltlab.wcf.conversation #219 ] ( https://github.com/WoltLab/com.woltlab.wcf.conversation/pull/219 ) )`
3841
3942#### Methods
4043
@@ -61,6 +64,12 @@ With version 6.2, we have deprecated certain components and removed several othe
6164- ` wcf\system\message\quote\MessageQuoteManager::assignVariables() ` ([ WoltLab/WCF #6163 ] ( https://github.com/WoltLab/WCF/pull/6163/ ) )
6265- ` wcf\system\message\quote\MessageQuoteManager::getQuoteMessageID() ` ([ WoltLab/WCF #6163 ] ( https://github.com/WoltLab/WCF/pull/6163/ ) )
6366- ` wcf\system\message\quote\MessageQuoteManager::isFullQuote() ` ([ WoltLab/WCF #6163 ] ( https://github.com/WoltLab/WCF/pull/6163/ ) )
67+ - ` wcf\data\conversation\Conversation::getUserConversation() ` ([ WoltLab/com.woltlab.wcf.conversation #219 ] ( https://github.com/WoltLab/com.woltlab.wcf.conversation/pull/219 ) )`
68+ - ` wcf\data\conversation\Conversation::getUserConversations() ` ([ WoltLab/com.woltlab.wcf.conversation #219 ] ( https://github.com/WoltLab/com.woltlab.wcf.conversation/pull/219 ) )`
69+ - ` wcf\data\conversation\Conversation::hasOtherParticipants() ` ([ WoltLab/com.woltlab.wcf.conversation #219 ] ( https://github.com/WoltLab/com.woltlab.wcf.conversation/pull/219 ) )`
70+ - ` wcf\data\conversation\Conversation::validateParticipants() ` ([ WoltLab/com.woltlab.wcf.conversation #219 ] ( https://github.com/WoltLab/com.woltlab.wcf.conversation/pull/219 ) )`
71+ - ` wcf\data\conversation\Conversation::validateGroupParticipants() ` ([ WoltLab/com.woltlab.wcf.conversation #219 ] ( https://github.com/WoltLab/com.woltlab.wcf.conversation/pull/219 ) )`
72+ - ` wcf\data\conversation\Conversation::validateParticipant() ` ([ WoltLab/com.woltlab.wcf.conversation #219 ] ( https://github.com/WoltLab/com.woltlab.wcf.conversation/pull/219 ) )`
6473
6574#### Variables
6675
@@ -128,9 +137,12 @@ With version 6.2, we have deprecated certain components and removed several othe
128137- ` wcf\system\upload\AvatarUploadFileSaveStrategy ` ([ WoltLab/WCF #6051 ] ( https://github.com/WoltLab/WCF/pull/6051 ) )
129138- ` wcf\system\upload\AvatarUploadFileValidationStrategy ` ([ WoltLab/WCF #6051 ] ( https://github.com/WoltLab/WCF/pull/6051 ) )
130139- ` wcf\action\MessageQuoteAction ` ([ WoltLab/WCF #6163 ] ( https://github.com/WoltLab/WCF/pull/6163/ ) )
140+ - ` wcf\system\clipboard\action\ArticleClipboardAction `
141+ - ` wcf\system\clipboard\action\TagClipboardAction `
131142- ` calendar\system\message\quote\EventMessageQuoteHandler `
132143- ` wbb\system\message\quote\PostMessageQuoteHandler `
133144- ` blog\system\message\quote\EntryMessageQuoteHandler `
145+ - ` wcf\data\conversation\ViewableConversation ` ([ WoltLab/com.woltlab.wcf.conversation #219 ] ( https://github.com/WoltLab/com.woltlab.wcf.conversation/pull/219 ) )`
134146
135147#### Methods
136148
@@ -185,6 +197,9 @@ With version 6.2, we have deprecated certain components and removed several othe
185197- ` blog\data\entry\EntryAction::validateGetRenderedQuotes() `
186198- ` blog\data\entry\EntryAction::getRenderedQuotes() `
187199- ` wcf\data\category\CategoryAction::toggleContainer() ` ([ WoltLab/WCF #6298 ] ( https://github.com/WoltLab/WCF/pull/6298 ) )`
200+ - ` wcf\data\conversation\Conversation::loadUserParticipation() ` ([ WoltLab/com.woltlab.wcf.conversation #219 ] ( https://github.com/WoltLab/com.woltlab.wcf.conversation/pull/219 ) )`
201+ - ` wcf\data\conversation\ConversationEditor::updateParticipantSummary() ` ([ WoltLab/com.woltlab.wcf.conversation #219 ] ( https://github.com/WoltLab/com.woltlab.wcf.conversation/pull/219 ) )`
202+ - ` wcf\data\conversation\ConversationEditor::updateParticipantSummaries() ` ([ WoltLab/com.woltlab.wcf.conversation #219 ] ( https://github.com/WoltLab/com.woltlab.wcf.conversation/pull/219 ) )`
188203
189204#### Properties
190205
0 commit comments