Update list of removed components in version 5.5
authorMatthias Schmidt <gravatronics@live.com>
Tue, 22 Jun 2021 14:48:22 +0000 (16:48 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Tue, 22 Jun 2021 14:50:17 +0000 (16:50 +0200)
docs/migration/wsc54/deprecations_removals.md

index 7bd5a1ad6f7c27fbb288d3d27198d9f3bea8e0fb..e9efdd8c2ba2ce506655884fb18116db12ff3be2 100644 (file)
@@ -25,6 +25,8 @@ With version 5.5, we have deprecated certain components and removed several othe
 
 #### Classes
 
+- `gallery\util\ExifUtil`
+- `wbb\action\BoardQuickSearchAction`
 - `wbb\data\thread\News`
 - `wbb\data\thread\NewsList`
 - `wcf\form\RecaptchaForm` ([WoltLab/WCF#4289](https://github.com/WoltLab/WCF/pull/4289))
@@ -35,6 +37,20 @@ With version 5.5, we have deprecated certain components and removed several othe
 #### Methods
 
 - `wbb\data\board\BoardCache::getLabelGroups()`
+- `wbb\data\thread\ThreadAction::countReplies()`
+- `wbb\data\thread\ThreadAction::validateCountReplies()`
+- `wcf\acp\form\UserGroupOptionForm::verifyPermissions()` ([WoltLab/WCF#4312](https://github.com/WoltLab/WCF/pull/4312))
+- `wcf\data\moderation\queue\ModerationQueueEditor::markAsDone()` ([WoltLab/WCF#4317](https://github.com/WoltLab/WCF/pull/4317))
+- `wcf\data\user\avatar\DefaultAvatar::canCrop()` ([WoltLab/WCF#4310](https://github.com/WoltLab/WCF/pull/4310))
+- `wcf\data\user\avatar\DefaultAvatar::getCropImageTag()` ([WoltLab/WCF#4310](https://github.com/WoltLab/WCF/pull/4310))
+- `wcf\data\user\avatar\UserAvatar::canCrop()` ([WoltLab/WCF#4310](https://github.com/WoltLab/WCF/pull/4310))
+- `wcf\data\user\avatar\UserAvatar::getCropImageTag()` ([WoltLab/WCF#4310](https://github.com/WoltLab/WCF/pull/4310))
+- `wcf\data\user\User::getSocialNetworkPrivacySettings()` ([WoltLab/WCF#4308](https://github.com/WoltLab/WCF/pull/4308))
+- `wcf\data\user\UserAction::getSocialNetworkPrivacySettings()` ([WoltLab/WCF#4308](https://github.com/WoltLab/WCF/pull/4308))
+- `wcf\data\user\UserAction::saveSocialNetworkPrivacySettings()` ([WoltLab/WCF#4308](https://github.com/WoltLab/WCF/pull/4308))
+- `wcf\data\user\UserAction::validateGetSocialNetworkPrivacySettings()` ([WoltLab/WCF#4308](https://github.com/WoltLab/WCF/pull/4308))
+- `wcf\data\user\UserAction::validateSaveSocialNetworkPrivacySettings()` ([WoltLab/WCF#4308](https://github.com/WoltLab/WCF/pull/4308))
+- `wcf\system\package\PackageArchive::getPhpRequirements` ([WoltLab/WCF#4311](https://github.com/WoltLab/WCF/pull/4311))
 - `wcf\data\tag\TagCloudTag::getSize()` ([WoltLab/WCF#4325](https://github.com/WoltLab/WCF/pull/4325))
 - `wcf\data\tag\TagCloudTag::setSize()` ([WoltLab/WCF#4325](https://github.com/WoltLab/WCF/pull/4325))
 - `wcf\system\bbcode\BBCodeParser::validateBBCodes()` ([WoltLab/WCF#4319](https://github.com/WoltLab/WCF/pull/4319))
@@ -43,6 +59,7 @@ With version 5.5, we have deprecated certain components and removed several othe
 - `wcf\system\breadcrumb\Breadcrumbs::remove()` ([WoltLab/WCF#4298](https://github.com/WoltLab/WCF/pull/4298))
 - `wcf\system\breadcrumb\Breadcrumbs::replace()` ([WoltLab/WCF#4298](https://github.com/WoltLab/WCF/pull/4298))
 - `wcf\system\message\embedded\object\MessageEmbeddedObjectManager::parseTemporaryMessage()` ([WoltLab/WCF#4299](https://github.com/WoltLab/WCF/pull/4299))
+- `wcf\system\search\SearchKeywordManager` ([WoltLab/WCF#4313](https://github.com/WoltLab/WCF/pull/4313))
 
 #### Properties