File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ # Migrating from WoltLab Suite 6.1 - Deprecations and Removals
2+
3+ With version 6.2, we have deprecated certain components and removed several other components that have been deprecated for many years.
4+
5+ ## Deprecations
6+
7+ ### PHP
8+
9+ #### Methods
10+
11+ - ` wcf\util\DateUtil::format() ` ([ WoltLab/WCF #6042 ] ( https://github.com/WoltLab/WCF/pull/6042/ ) )
12+
13+ ## Removals
14+
15+ ### PHP
16+
17+ #### Methods
18+
19+ - ` wcf\util\CLIUtil::formatTime() ` ([ WoltLab/WCF #6042 ] ( https://github.com/WoltLab/WCF/pull/6042/ ) )
20+ - ` wcf\util\CLIUtil::formatDate() ` ([ WoltLab/WCF #6042 ] ( https://github.com/WoltLab/WCF/pull/6042/ ) )
21+
22+ #### Properties
23+
24+ - ` wcf\system\option\user\DateUserOptionOutput::$dateFormat ` ([ WoltLab/WCF #6042 ] ( https://github.com/WoltLab/WCF/pull/6042/ ) )
Original file line number Diff line number Diff line change 125125 - ' Database PHP API ' : ' package/database-php-api.md'
126126
127127 - ' Migration ' :
128+ - ' From WoltLab Suite 6.1 ' :
129+ - ' Deprecations and Removals ' : ' migration/wsc61/deprecations_removals.md'
128130 - ' From WoltLab Suite 6.0 ' :
129131 - ' PHP API ' : ' migration/wsc60/php.md'
130132 - ' Templates ' : ' migration/wsc60/templates.md'
You can’t perform that action at this time.
0 commit comments