From: Tim Düsterhus Date: Thu, 12 Aug 2021 13:41:53 +0000 (+0200) Subject: Move PasswordUtil from removals to deprecations X-Git-Tag: 5.6.final~175 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=00c111ef475e9b51b2538d96561132aeef92293a;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Move PasswordUtil from removals to deprecations see WoltLab/WCF@fe48e27fb2729cc5918a51ff861ed7dd5eee6fb4 --- diff --git a/docs/migration/wsc54/deprecations_removals.md b/docs/migration/wsc54/deprecations_removals.md index 6ce3208d..c05423e1 100644 --- a/docs/migration/wsc54/deprecations_removals.md +++ b/docs/migration/wsc54/deprecations_removals.md @@ -12,6 +12,7 @@ With version 5.5, we have deprecated certain components and removed several othe - `filebase\system\file\FileDataHandler` (use `filebase\system\cache\runtime\FileRuntimeCache` instead) - `wcf\system\io\FTP` (directly use the FTP extension instead) +- `wcf\util\PasswordUtil` #### Methods @@ -49,7 +50,6 @@ With version 5.5, we have deprecated certain components and removed several othe - `wcf\system\cache\builder\TemplateListenerCacheBuilder` ([WoltLab/WCF#4297](https://github.com/WoltLab/WCF/pull/4297)) - `wcf\system\log\modification\ModificationLogHandler` ([WoltLab/WCF#4340](https://github.com/WoltLab/WCF/pull/4340)) - `wcf\system\recaptcha\RecaptchaHandlerV2` ([WoltLab/WCF#4289](https://github.com/WoltLab/WCF/pull/4289)) -- `wcf\util\PasswordUtil` - The SCSS compiler’s `Leafo` class aliases ([WoltLab/WCF#4343](https://github.com/WoltLab/WCF/pull/4343), [Migration Guide from 5.2 to 5.3](../wsc52/libraries.md)) #### Methods