From: Tim Düsterhus Date: Thu, 28 Apr 2022 12:31:01 +0000 (+0200) Subject: Document the deprecation of `TPhpass::hash()` and `TPhpass::needsRehash()` X-Git-Tag: 5.6.final~50 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=97064f4ac58caa535648c5e230eaa12bca32d59f;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Document the deprecation of `TPhpass::hash()` and `TPhpass::needsRehash()` see WoltLab/WCF#4602 --- diff --git a/docs/migration/wsc54/deprecations_removals.md b/docs/migration/wsc54/deprecations_removals.md index c5d0a552..2b932780 100644 --- a/docs/migration/wsc54/deprecations_removals.md +++ b/docs/migration/wsc54/deprecations_removals.md @@ -34,6 +34,8 @@ With version 5.5, we have deprecated certain components and removed several othe - `wcf\system\request\Request::isExecuted()` ([WoltLab/WCF#4485](https://github.com/WoltLab/WCF/pull/4485)) - `wcf\system\search\elasticsearch\ElasticsearchHandler::query()` - `wcf\system\session\Session::getDeviceIcon()` ([WoltLab/WCF#4525](https://github.com/WoltLab/WCF/pull/4525)) +- `wcf\system\user\authentication\password\algorithm\TPhpass::hash()` ([WoltLab/WCF#4602](https://github.com/WoltLab/WCF/pull/4762)) +- `wcf\system\user\authentication\password\algorithm\TPhpass::needsRehash()` ([WoltLab/WCF#4602](https://github.com/WoltLab/WCF/pull/4762)) - `wcf\system\WCF::getAnchor()` ([WoltLab/WCF#4580](https://github.com/WoltLab/WCF/pull/4580)) - `wcf\util\MathUtil::getRandomValue()` ([WoltLab/WCF#4280](https://github.com/WoltLab/WCF/pull/4280)) - `wcf\util\StringUtil::encodeJSON()` ([WoltLab/WCF#4645](https://github.com/WoltLab/WCF/pull/4645))