Add a list of deprecations and removals that occurred during the deprecation of ...
authorCyperghost <olaf_schmitz_1@t-online.de>
Thu, 31 Oct 2024 07:53:39 +0000 (08:53 +0100)
committerCyperghost <olaf_schmitz_1@t-online.de>
Thu, 31 Oct 2024 07:53:39 +0000 (08:53 +0100)
docs/migration/wsc61/deprecations_removals.md [new file with mode: 0644]
mkdocs.yml

diff --git a/docs/migration/wsc61/deprecations_removals.md b/docs/migration/wsc61/deprecations_removals.md
new file mode 100644 (file)
index 0000000..e2d9a0a
--- /dev/null
@@ -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/))
index 7b0dadb4d702e2f276e15edb1c3b0b9814e9828d..75acd5a374f04c2c388854541aebb6b4397738e7 100644 (file)
@@ -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'