Skip to content

Commit 57d5d59

Browse files
committed
Add a list of deprecations and removals that occurred during the deprecation of DateUtil::format().
1 parent ab1f78a commit 57d5d59

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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/))

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ nav:
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'

0 commit comments

Comments
 (0)