@@ -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- ` wcf\data\user\avatar\UserAvatar ` ([ WoltLab/WCF #6051 ] ( https://github.com/WoltLab/WCF/pull/6051 ) )`
1415- ` wcf\data\user\avatar\UserAvatarAction ` ([ WoltLab/WCF #6051 ] ( https://github.com/WoltLab/WCF/pull/6051 ) )`
1516- ` wcf\data\user\avatar\UserAvatarEditor ` ([ WoltLab/WCF #6051 ] ( https://github.com/WoltLab/WCF/pull/6051 ) )`
@@ -77,6 +78,8 @@ With version 6.2, we have deprecated certain components and removed several othe
7778
7879#### Classes
7980
81+ - ` wcf\system\upload\UserCoverPhotoUploadFileSaveStrategy ` ([ WoltLab/WCF #6127 ] ( https://github.com/WoltLab/WCF/pull/6127/ ) )
82+ - ` wcf\system\upload\UserCoverPhotoUploadFileValidationStrategy ` ([ WoltLab/WCF #6127 ] ( https://github.com/WoltLab/WCF/pull/6127/ ) )
8083- ` wcf\form\AvatarEditForm ` ([ WoltLab/WCF #6051 ] ( https://github.com/WoltLab/WCF/pull/6051 ) )`
8184- ` wcf\system\upload\AvatarUploadFileSaveStrategy ` ([ WoltLab/WCF #6051 ] ( https://github.com/WoltLab/WCF/pull/6051 ) )`
8285- ` wcf\system\upload\AvatarUploadFileValidationStrategy ` ([ WoltLab/WCF #6051 ] ( https://github.com/WoltLab/WCF/pull/6051 ) )`
@@ -110,11 +113,18 @@ With version 6.2, we have deprecated certain components and removed several othe
110113- ` wcf\data\conversation\ConversationAction::getPopover() `
111114- ` wcf\data\conversation\ConversationAction::validateGetMessagePreview() `
112115- ` wcf\data\conversation\ConversationAction::getMessagePreview() `
116+ - ` wcf\data\user\UserProfileAction::validateUploadCoverPhoto() ` ([ WoltLab/WCF #6127 ] ( https://github.com/WoltLab/WCF/pull/6127/ ) )
117+ - ` wcf\data\user\UserProfileAction::uploadCoverPhoto() ` ([ WoltLab/WCF #6127 ] ( https://github.com/WoltLab/WCF/pull/6127/ ) )
118+ - ` wcf\data\user\UserProfileAction::validateDeleteCoverPhoto() ` ([ WoltLab/WCF #6127 ] ( https://github.com/WoltLab/WCF/pull/6127/ ) )
119+ - ` wcf\data\user\UserProfileAction::deleteCoverPhoto() ` ([ WoltLab/WCF #6127 ] ( https://github.com/WoltLab/WCF/pull/6127/ ) )
113120- ` wcf\data\user\UserProfileAction::setAvatar() ` ([ WoltLab/WCF #6051 ] ( https://github.com/WoltLab/WCF/pull/6051 ) )`
114121
115122#### Properties
116123
117124- ` wcf\system\option\user\DateUserOptionOutput::$dateFormat ` ([ WoltLab/WCF #6042 ] ( https://github.com/WoltLab/WCF/pull/6042/ ) )
125+ - ` wcf\data\user\User::$coverPhotoHash ` ([ WoltLab/WCF #6127 ] ( https://github.com/WoltLab/WCF/pull/6127/ ) )
126+ - ` wcf\data\user\User::$coverPhotoExtension ` ([ WoltLab/WCF #6127 ] ( https://github.com/WoltLab/WCF/pull/6127/ ) )
127+ - ` wcf\data\user\User::$coverPhotoHasWebP ` ([ WoltLab/WCF #6127 ] ( https://github.com/WoltLab/WCF/pull/6127/ ) )
118128
119129### JavaScript
120130
@@ -132,5 +142,7 @@ With version 6.2, we have deprecated certain components and removed several othe
132142- ` WCF.ACP.User.BanHandler ` ([ WoltLab/WCF #6136 ] ( https://github.com/WoltLab/WCF/pull/6136 ) )
133143- ` WCF.ACP.User.EnableHandler ` ([ WoltLab/WCF #6136 ] ( https://github.com/WoltLab/WCF/pull/6136 ) )
134144- ` WCF.ACP.User.SendNewPasswordHandler ` ([ WoltLab/WCF #6136 ] ( https://github.com/WoltLab/WCF/pull/6136 ) )
145+ - ` WoltLabSuite/Core/Ui/User/CoverPhoto/Delete ` ([ WoltLab/WCF #6127 ] ( https://github.com/WoltLab/WCF/pull/6127/ ) )
146+ - ` WoltLabSuite/Core/Ui/User/CoverPhoto/Upload ` ([ WoltLab/WCF #6127 ] ( https://github.com/WoltLab/WCF/pull/6127/ ) )
135147- ` WCF.User.Avatar ` ([ WoltLab/WCF #6051 ] ( https://github.com/WoltLab/WCF/pull/6051 ) )
136148- ` WCF.User.Avatar.Upload ` ([ WoltLab/WCF #6051 ] ( https://github.com/WoltLab/WCF/pull/6051 ) )
0 commit comments