From 3d22fe676a7ad476557b65ef72bab7898f699541 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 4 Jan 2023 13:33:50 +0100 Subject: [PATCH] Update for the Favicon refactoring see WoltLab/WCF#5201 --- docs/migration/wsc55/deprecations_removals.md | 1 + docs/migration/wsc55/libraries.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/docs/migration/wsc55/deprecations_removals.md b/docs/migration/wsc55/deprecations_removals.md index c034b6f0..eaa79b10 100644 --- a/docs/migration/wsc55/deprecations_removals.md +++ b/docs/migration/wsc55/deprecations_removals.md @@ -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)) diff --git a/docs/migration/wsc55/libraries.md b/docs/migration/wsc55/libraries.md index ff01c459..c3e621e1 100644 --- a/docs/migration/wsc55/libraries.md +++ b/docs/migration/wsc55/libraries.md @@ -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. -- 2.20.1