From: Tim Düsterhus Date: Mon, 6 Dec 2021 14:46:20 +0000 (+0100) Subject: Document deprecation of UserUtil::isAvailable(Username|Email) X-Git-Tag: 5.6.final~95 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=609d56862a58f58a3ba7301992e71714d14cfee0;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Document deprecation of UserUtil::isAvailable(Username|Email) see WoltLab/WCF#4602 --- diff --git a/docs/migration/wsc54/deprecations_removals.md b/docs/migration/wsc54/deprecations_removals.md index f74b0376..fa554901 100644 --- a/docs/migration/wsc54/deprecations_removals.md +++ b/docs/migration/wsc54/deprecations_removals.md @@ -31,6 +31,8 @@ With version 5.5, we have deprecated certain components and removed several othe - `wcf\util\StringUtil::getHash()` ([WoltLab/WCF#4279](https://github.com/WoltLab/WCF/pull/4279)) - `wcf\util\StringUtil::split()` ([WoltLab/WCF#4513](https://github.com/WoltLab/WCF/pull/4513)) - `wcf\util\StringUtil::startsWith()` ([WoltLab/WCF#4509](https://github.com/WoltLab/WCF/pull/4509)) +- `wcf\util\UserUtil::isAvailableEmail()` ([WoltLab/WCF#4602](https://github.com/WoltLab/WCF/pull/4602)) +- `wcf\util\UserUtil::isAvailableUsername()` ([WoltLab/WCF#4602](https://github.com/WoltLab/WCF/pull/4602)) #### Properties