From: Matthias Schmidt Date: Tue, 22 Jun 2021 14:48:22 +0000 (+0200) Subject: Update list of removed components in version 5.5 X-Git-Tag: 5.6.final~220 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=21d4a20ebbffdeb8431b730fc32a2710543ed603;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Update list of removed components in version 5.5 --- diff --git a/docs/migration/wsc54/deprecations_removals.md b/docs/migration/wsc54/deprecations_removals.md index 7bd5a1ad..e9efdd8c 100644 --- a/docs/migration/wsc54/deprecations_removals.md +++ b/docs/migration/wsc54/deprecations_removals.md @@ -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