Add removal of multi-domain setups to deprecations and removals
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 17 May 2022 13:17:07 +0000 (15:17 +0200)
committerGitHub <noreply@github.com>
Tue, 17 May 2022 13:17:07 +0000 (15:17 +0200)
see WoltLab/WCF#4785

docs/migration/wsc55/deprecations_removals.md

index 0812992be6cd2e81a2f5bf761a3ad4f044b9444b..8e6e7fd7f09eff49242f01b1d88c4b0df65201e8 100644 (file)
@@ -19,6 +19,8 @@ With version 5.6, we have deprecated certain components and removed several othe
 - `wcf\system\io\RemoteFile::disableSSL()` ([WoltLab/WCF#4790](https://github.com/WoltLab/WCF/pull/4790))
 - `wcf\system\io\RemoteFile::supportsSSL()` ([WoltLab/WCF#4790](https://github.com/WoltLab/WCF/pull/4790))
 - `wcf\util\StringUtil::convertEncoding()` ([WoltLab/WCF#4800](https://github.com/WoltLab/WCF/pull/4800))
+- `wcf\system\WCF::getFavicon()` ([WoltLab/WCF#4785](https://github.com/WoltLab/WCF/pull/4785))
+- `wcf\system\WCF::useDesktopNotifications()` ([WoltLab/WCF#4785](https://github.com/WoltLab/WCF/pull/4785))
 
 #### Properties
 
@@ -46,6 +48,8 @@ With version 5.6, we have deprecated certain components and removed several othe
 
 #### Classes
 
+- `wcf\\system\option\DesktopNotificationApplicationSelectOptionType` ([WoltLab/WCF#4785](https://github.com/WoltLab/WCF/pull/4785))
+
 #### Methods
 
 - The `$forceHTTP` parameter of `wcf\data\package\update\server\PackageUpdateServer::getListURL()` ([WoltLab/WCF#4790](https://github.com/WoltLab/WCF/pull/4790))
@@ -55,6 +59,7 @@ With version 5.6, we have deprecated certain components and removed several othe
 
 #### Properties
 
+- `wcf\system\appliation\ApplicationHandler::$isMultiDomain` ([WoltLab/WCF#4785](https://github.com/WoltLab/WCF/pull/4785))
 - `wcf\system\template\TemplateScriptingCompiler::$disabledPHPFunctions` ([WoltLab/WCF#4788](https://github.com/WoltLab/WCF/pull/4788))
 - `wcf\system\template\TemplateScriptingCompiler::$enterpriseFunctions` ([WoltLab/WCF#4788](https://github.com/WoltLab/WCF/pull/4788))
 - `wcf\system\WCF::$forceLogout` ([WoltLab/WCF#4799](https://github.com/WoltLab/WCF/pull/4799))
@@ -64,6 +69,7 @@ With version 5.6, we have deprecated certain components and removed several othe
 #### Options
 
 - `HTTP_SEND_X_FRAME_OPTIONS` ([WoltLab/WCF#4786](https://github.com/WoltLab/WCF/pull/4786))
+- `DESKTOP_NOTIFICATION_PACKAGE_ID` ([WoltLab/WCF#4785](https://github.com/WoltLab/WCF/pull/4785))
 
 #### Files