Skip to content

Commit 4522425

Browse files
committed
Add deprecations and removals for the migration of user cover photos to the file processor
1 parent 8bb8c47 commit 4522425

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/migration/wsc61/deprecations_removals.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ With version 6.2, we have deprecated certain components and removed several othe
1010

1111
- `wcf\data\IImageViewerAction` ([WoltLab/WCF#6035](https://github.com/WoltLab/WCF/pull/6035/))
1212
- `wcf\data\IPopoverAction` ([WoltLab/WCF#6154](https://github.com/WoltLab/WCF/pull/6154/))
13+
- `wcf\data\user\cover\photo\IWebpUserCoverPhoto` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))
1314

1415
#### Methods
1516

@@ -71,6 +72,11 @@ With version 6.2, we have deprecated certain components and removed several othe
7172

7273
### PHP
7374

75+
#### Classes
76+
77+
- `wcf\system\upload\UserCoverPhotoUploadFileSaveStrategy` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))
78+
- `wcf\system\upload\UserCoverPhotoUploadFileValidationStrategy` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))
79+
7480
#### Methods
7581

7682
- `wcf\data\cronjob\log\CronjobLogAction::clearAll()` ([WoltLab/WCF#6077](https://github.com/WoltLab/WCF/pull/6077))
@@ -100,10 +106,17 @@ With version 6.2, we have deprecated certain components and removed several othe
100106
- `wcf\data\conversation\ConversationAction::getPopover()`
101107
- `wcf\data\conversation\ConversationAction::validateGetMessagePreview()`
102108
- `wcf\data\conversation\ConversationAction::getMessagePreview()`
109+
- `wcf\data\user\UserAction::validateUploadCoverPhoto()` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))
110+
- `wcf\data\user\UserAction::uploadCoverPhoto()` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))
111+
- `wcf\data\user\UserAction::validateDeleteCoverPhoto()` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))
112+
- `wcf\data\user\UserAction::deleteCoverPhoto()` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))
103113

104114
#### Properties
105115

106116
- `wcf\system\option\user\DateUserOptionOutput::$dateFormat` ([WoltLab/WCF#6042](https://github.com/WoltLab/WCF/pull/6042/))
117+
- `wcf\data\user\User::$coverPhotoHash` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))
118+
- `wcf\data\user\User::$coverPhotoExtension` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))
119+
- `wcf\data\user\User::$coverPhotoHasWebP` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))
107120

108121
### JavaScript
109122

@@ -121,3 +134,5 @@ With version 6.2, we have deprecated certain components and removed several othe
121134
- `WCF.ACP.User.BanHandler` ([WoltLab/WCF#6136](https://github.com/WoltLab/WCF/pull/6136))
122135
- `WCF.ACP.User.EnableHandler` ([WoltLab/WCF#6136](https://github.com/WoltLab/WCF/pull/6136))
123136
- `WCF.ACP.User.SendNewPasswordHandler` ([WoltLab/WCF#6136](https://github.com/WoltLab/WCF/pull/6136))
137+
- `WoltLabSuite/Core/Ui/User/CoverPhoto/Delete` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))
138+
- `WoltLabSuite/Core/Ui/User/CoverPhoto/Upload` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))

0 commit comments

Comments
 (0)