From: Tim Düsterhus Date: Mon, 27 Sep 2021 07:59:07 +0000 (+0200) Subject: Add deprecation of Session::getDeviceIcon() X-Git-Tag: 5.6.final~149 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d6ce1693c8285b3954f2d7a250c6fa9937b74208;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Add deprecation of Session::getDeviceIcon() While this was already deprecated in 5.4, it happened after the initial gold release. Thus add it to the 5.4 to 5.5 migration docs. see WoltLab/WCF#4525 --- diff --git a/docs/migration/wsc54/deprecations_removals.md b/docs/migration/wsc54/deprecations_removals.md index 5bcf3321..e92aceab 100644 --- a/docs/migration/wsc54/deprecations_removals.md +++ b/docs/migration/wsc54/deprecations_removals.md @@ -25,6 +25,7 @@ With version 5.5, we have deprecated certain components and removed several othe - `wcf\util\StringUtil::startsWith()` ([WoltLab/WCF#4509](https://github.com/WoltLab/WCF/pull/4509)) - `wcf\util\StringUtil::endsWith()` ([WoltLab/WCF#4509](https://github.com/WoltLab/WCF/pull/4509)) - `wcf\util\StringUtil::split()` ([WoltLab/WCF#4513](https://github.com/WoltLab/WCF/pull/4513)) +- `wcf\system\session\Session::getDeviceIcon()` ([WoltLab/WCF#4525](https://github.com/WoltLab/WCF/pull/4525)) #### Properties