Skip to content

Commit

Permalink
Change UserAction to UserProfileAction
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyperghost committed Jan 14, 2025
1 parent 4522425 commit 599a973
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/migration/wsc61/deprecations_removals.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ With version 6.2, we have deprecated certain components and removed several othe
- `wcf\data\conversation\ConversationAction::getPopover()`
- `wcf\data\conversation\ConversationAction::validateGetMessagePreview()`
- `wcf\data\conversation\ConversationAction::getMessagePreview()`
- `wcf\data\user\UserAction::validateUploadCoverPhoto()` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))
- `wcf\data\user\UserAction::uploadCoverPhoto()` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))
- `wcf\data\user\UserAction::validateDeleteCoverPhoto()` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))
- `wcf\data\user\UserAction::deleteCoverPhoto()` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))
- `wcf\data\user\UserProfileAction::validateUploadCoverPhoto()` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))
- `wcf\data\user\UserProfileAction::uploadCoverPhoto()` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))
- `wcf\data\user\UserProfileAction::validateDeleteCoverPhoto()` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))
- `wcf\data\user\UserProfileAction::deleteCoverPhoto()` ([WoltLab/WCF#6127](https://github.com/WoltLab/WCF/pull/6127/))

#### Properties

Expand Down

0 comments on commit 599a973

Please sign in to comment.