From: Marcel Werk Date: Mon, 18 Nov 2024 16:25:36 +0000 (+0100) Subject: Document the removal of `WCF.ACP.Cronjob.LogList` X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dced218787069b409614c5398a500c754d118682;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Document the removal of `WCF.ACP.Cronjob.LogList` --- diff --git a/docs/migration/wsc61/deprecations_removals.md b/docs/migration/wsc61/deprecations_removals.md index e2d9a0af..d94a998f 100644 --- a/docs/migration/wsc61/deprecations_removals.md +++ b/docs/migration/wsc61/deprecations_removals.md @@ -16,9 +16,14 @@ With version 6.2, we have deprecated certain components and removed several othe #### Methods +- `wcf\data\cronjob\log\CronjobLogAction::clearAll()` ([WoltLab/WCF#6077](https://github.com/WoltLab/WCF/pull/6077)) - `wcf\util\CLIUtil::formatTime()` ([WoltLab/WCF#6042](https://github.com/WoltLab/WCF/pull/6042/)) - `wcf\util\CLIUtil::formatDate()` ([WoltLab/WCF#6042](https://github.com/WoltLab/WCF/pull/6042/)) #### Properties - `wcf\system\option\user\DateUserOptionOutput::$dateFormat` ([WoltLab/WCF#6042](https://github.com/WoltLab/WCF/pull/6042/)) + +### JavaScript + +- `WCF.ACP.Cronjob.LogList` ([WoltLab/WCF#6077](https://github.com/WoltLab/WCF/pull/6077))