Document deprecation of UserUtil::isAvailable(Username|Email)
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 6 Dec 2021 14:46:20 +0000 (15:46 +0100)
committerGitHub <noreply@github.com>
Mon, 6 Dec 2021 14:46:20 +0000 (15:46 +0100)
see WoltLab/WCF#4602

docs/migration/wsc54/deprecations_removals.md

index f74b0376756ddfc8cb249673e6b21d62cb6b1186..fa5549016cebced3b70a8df3e58e04fee190867a 100644 (file)
@@ -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