From 7e987797918dfdcf7869cc338df31c58526b9166 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 18 Nov 2022 13:46:04 +0100 Subject: [PATCH] Update deprecations and removals --- docs/migration/wsc55/deprecations_removals.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/migration/wsc55/deprecations_removals.md b/docs/migration/wsc55/deprecations_removals.md index 2e1fcf46..f44aaf56 100644 --- a/docs/migration/wsc55/deprecations_removals.md +++ b/docs/migration/wsc55/deprecations_removals.md @@ -96,8 +96,10 @@ With version 6.0, we have deprecated certain components and removed several othe - `wcf\system\bbcode\HtmlBBCodeParser::setRemoveLinks()` ([WoltLab/WCF#4986](https://github.com/WoltLab/WCF/pull/4986)) - `wcf\system\html\output\node\AbstractHtmlOutputNode::setRemoveLinks()` ([WoltLab/WCF#4986](https://github.com/WoltLab/WCF/pull/4986)) - `wcf\system\package\PackageArchive::downloadArchive()` ([WoltLab/WCF#5006](https://github.com/WoltLab/WCF/pull/5006)) +- `wcf\system\package\PackageArchive::filterUpdateInstructions()` ([WoltLab/WCF#5129](https://github.com/WoltLab/WCF/pull/5129)) - `wcf\system\package\PackageArchive::getAllExistingRequirements()` ([WoltLab/WCF#5125](https://github.com/WoltLab/WCF/pull/5125)) - `wcf\system\package\PackageArchive::getInstructions()` ([WoltLab/WCF#5120](https://github.com/WoltLab/WCF/pull/5120)) +- `wcf\system\package\PackageArchive::getUpdateInstructions()` ([WoltLab/WCF#5129](https://github.com/WoltLab/WCF/pull/5129)) - `wcf\system\package\PackageArchive::isValidInstall()` ([WoltLab/WCF#5125](https://github.com/WoltLab/WCF/pull/5125)) - `wcf\system\package\PackageArchive::isValidUpdate()` ([WoltLab/WCF#5126](https://github.com/WoltLab/WCF/pull/5126)) - `wcf\system\package\PackageArchive::setPackage()` ([WoltLab/WCF#5120](https://github.com/WoltLab/WCF/pull/5120)) @@ -142,6 +144,7 @@ With version 6.0, we have deprecated certain components and removed several othe - `wcf\acp\form\PageAddForm::$isLandingPage` ([WoltLab/WCF#4842](https://github.com/WoltLab/WCF/pull/4842)) - `wcf\system\appliation\ApplicationHandler::$isMultiDomain` ([WoltLab/WCF#4785](https://github.com/WoltLab/WCF/pull/4785)) +- `wcf\system\package\PackageArchive::$package` ([WoltLab/WCF#5129](https://github.com/WoltLab/WCF/pull/5129)) - `wcf\system\request\RequestHandler::$inRescueMode` ([WoltLab/WCF#4831](https://github.com/WoltLab/WCF/pull/4831)) - `wcf\system\request\RouteHandler::$defaultControllers` ([WoltLab/WCF#4832](https://github.com/WoltLab/WCF/pull/4832)) - `wcf\system\template\TemplateScriptingCompiler::$disabledPHPFunctions` ([WoltLab/WCF#4788](https://github.com/WoltLab/WCF/pull/4788)) -- 2.20.1