Update for the Favicon refactoring
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 4 Jan 2023 12:33:50 +0000 (13:33 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 4 Jan 2023 12:34:11 +0000 (13:34 +0100)
see WoltLab/WCF#5201

docs/migration/wsc55/deprecations_removals.md
docs/migration/wsc55/libraries.md

index c034b6f0d16f8948894ef0faf30f3a8d2de27ce9..eaa79b105a40fca2ea99fd9e98fa8d1579e3f677 100644 (file)
@@ -21,6 +21,7 @@ With version 6.0, we have deprecated certain components and removed several othe
 - `wcf\data\package\update\server\PackageUpdateServer::attemptSecureConnection()` ([WoltLab/WCF#4790](https://github.com/WoltLab/WCF/pull/4790))
 - `wcf\data\package\update\server\PackageUpdateServer::isValidServerURL()` ([WoltLab/WCF#4790](https://github.com/WoltLab/WCF/pull/4790))
 - `wcf\data\page\Page::setAsLandingPage()` ([WoltLab/WCF#4842](https://github.com/WoltLab/WCF/pull/4842))
+- `wcf\data\style\Style::getRelativeFavicon()` ([WoltLab/WCF#5201](https://github.com/WoltLab/WCF/pull/5201))
 - `wcf\system\cli\command\CLICommandHandler::getCommands()` ([WoltLab/WCF#5185](https://github.com/WoltLab/WCF/pull/5185))
 - `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))
index ff01c459b32f69b9cede4b8b5473eebd59b00287..c3e621e1c9bf17997fdebb74030197eb1792bb63 100644 (file)
@@ -36,3 +36,9 @@ See [WoltLab/WCF#4918](https://github.com/WoltLab/WCF/pull/4918) for examples on
 WoltLab Suite 6.0 ships with dragonmantank/cron-expression as a replacement for `wcf\util\CronjobUtil`.
 
 This library is considered an internal library / implementation detail and not covered by backwards compatibility promises of WoltLab Suite.
+
+## .ico converter
+
+The chrisjean/php-ico dependency was removed, because of a lack of upstream maintenance.
+As the library was only used for Favicon generation, no replacement is made available.
+The favicons are now delivered as PNG files.