Add deprecation of Session::getDeviceIcon()
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 27 Sep 2021 07:59:07 +0000 (09:59 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Sep 2021 07:59:07 +0000 (09:59 +0200)
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

docs/migration/wsc54/deprecations_removals.md

index 5bcf3321d4ba8a34c8343c83a1fe96046fea3326..e92aceab93e768ed1e3afc912bd54d0ee114df35 100644 (file)
@@ -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