diff --git a/docs/migration/wsc61/deprecations_removals.md b/docs/migration/wsc61/deprecations_removals.md new file mode 100644 index 000000000..e2d9a0af6 --- /dev/null +++ b/docs/migration/wsc61/deprecations_removals.md @@ -0,0 +1,24 @@ +# Migrating from WoltLab Suite 6.1 - Deprecations and Removals + +With version 6.2, we have deprecated certain components and removed several other components that have been deprecated for many years. + +## Deprecations + +### PHP + +#### Methods + +- `wcf\util\DateUtil::format()` ([WoltLab/WCF#6042](https://github.com/WoltLab/WCF/pull/6042/)) + +## Removals + +### PHP + +#### Methods + +- `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/)) diff --git a/mkdocs.yml b/mkdocs.yml index 7b0dadb4d..75acd5a37 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -125,6 +125,8 @@ nav: - 'Database PHP API': 'package/database-php-api.md' - 'Migration': + - 'From WoltLab Suite 6.1': + - 'Deprecations and Removals': 'migration/wsc61/deprecations_removals.md' - 'From WoltLab Suite 6.0': - 'PHP API': 'migration/wsc60/php.md' - 'Templates': 'migration/wsc60/templates.md'