@@ -11,6 +11,10 @@ With version 6.2, we have deprecated certain components and removed several othe
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/ ) )
1313- ` wcf\data\user\cover\photo\IWebpUserCoverPhoto ` ([ WoltLab/WCF #6127 ] ( https://github.com/WoltLab/WCF/pull/6127/ ) )
14+ - ` wcf\data\user\avatar\UserAvatar ` ([ WoltLab/WCF #6051 ] ( https://github.com/WoltLab/WCF/pull/6051 ) )`
15+ - ` wcf\data\user\avatar\UserAvatarAction ` ([ WoltLab/WCF #6051 ] ( https://github.com/WoltLab/WCF/pull/6051 ) )`
16+ - ` wcf\data\user\avatar\UserAvatarEditor ` ([ WoltLab/WCF #6051 ] ( https://github.com/WoltLab/WCF/pull/6051 ) )`
17+ - ` wcf\data\user\avatar\UserAvatarList ` ([ WoltLab/WCF #6051 ] ( https://github.com/WoltLab/WCF/pull/6051 ) )`
1418
1519#### Methods
1620
@@ -76,6 +80,9 @@ With version 6.2, we have deprecated certain components and removed several othe
7680
7781- ` wcf\system\upload\UserCoverPhotoUploadFileSaveStrategy ` ([ WoltLab/WCF #6127 ] ( https://github.com/WoltLab/WCF/pull/6127/ ) )
7882- ` wcf\system\upload\UserCoverPhotoUploadFileValidationStrategy ` ([ WoltLab/WCF #6127 ] ( https://github.com/WoltLab/WCF/pull/6127/ ) )
83+ - ` wcf\form\AvatarEditForm ` ([ WoltLab/WCF #6051 ] ( https://github.com/WoltLab/WCF/pull/6051 ) )`
84+ - ` wcf\system\upload\AvatarUploadFileSaveStrategy ` ([ WoltLab/WCF #6051 ] ( https://github.com/WoltLab/WCF/pull/6051 ) )`
85+ - ` wcf\system\upload\AvatarUploadFileValidationStrategy ` ([ WoltLab/WCF #6051 ] ( https://github.com/WoltLab/WCF/pull/6051 ) )`
7986
8087#### Methods
8188
@@ -110,6 +117,7 @@ With version 6.2, we have deprecated certain components and removed several othe
110117- ` wcf\data\user\UserProfileAction::uploadCoverPhoto() ` ([ WoltLab/WCF #6127 ] ( https://github.com/WoltLab/WCF/pull/6127/ ) )
111118- ` wcf\data\user\UserProfileAction::validateDeleteCoverPhoto() ` ([ WoltLab/WCF #6127 ] ( https://github.com/WoltLab/WCF/pull/6127/ ) )
112119- ` wcf\data\user\UserProfileAction::deleteCoverPhoto() ` ([ WoltLab/WCF #6127 ] ( https://github.com/WoltLab/WCF/pull/6127/ ) )
120+ - ` wcf\data\user\UserProfileAction::setAvatar() ` ([ WoltLab/WCF #6051 ] ( https://github.com/WoltLab/WCF/pull/6051 ) )`
113121
114122#### Properties
115123
@@ -136,3 +144,5 @@ With version 6.2, we have deprecated certain components and removed several othe
136144- ` WCF.ACP.User.SendNewPasswordHandler ` ([ WoltLab/WCF #6136 ] ( https://github.com/WoltLab/WCF/pull/6136 ) )
137145- ` WoltLabSuite/Core/Ui/User/CoverPhoto/Delete ` ([ WoltLab/WCF #6127 ] ( https://github.com/WoltLab/WCF/pull/6127/ ) )
138146- ` WoltLabSuite/Core/Ui/User/CoverPhoto/Upload ` ([ WoltLab/WCF #6127 ] ( https://github.com/WoltLab/WCF/pull/6127/ ) )
147+ - ` WCF.User.Avatar ` ([ WoltLab/WCF #6051 ] ( https://github.com/WoltLab/WCF/pull/6051 ) )
148+ - ` WCF.User.Avatar.Upload ` ([ WoltLab/WCF #6051 ] ( https://github.com/WoltLab/WCF/pull/6051 ) )
0 commit comments