Skip to content

Commit

Permalink
Update deprecations and removals
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntimeX committed Apr 24, 2024
1 parent 6306282 commit c0bd287
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/migration/wsc60/deprecations_removals.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ With version 6.1, we have deprecated certain components and removed several othe

## Deprecations

### PHP

#### Classes

- `wcf\system\exception\ValidateActionException`

#### Methods

- `wcf\system\session\SessionHandler::resetSessions()` ([WoltLab/WCF#3767](https://github.com/WoltLab/WCF/pull/3767))

### JavaScript

- `WCF.User.Action.Follow` ([WoltLab/WCF#5747](https://github.com/WoltLab/WCF/pull/5747))
Expand All @@ -15,6 +25,17 @@ With version 6.1, we have deprecated certain components and removed several othe

## Removals

### PHP

#### Classes

- `wcf\data\spider\Spider` ([WoltLab/WCF#5823](https://github.com/WoltLab/WCF/pull/5823))
- `wcf\data\spider\SpiderAction` ([WoltLab/WCF#5823](https://github.com/WoltLab/WCF/pull/5823))
- `wcf\data\spider\SpiderEditor` ([WoltLab/WCF#5823](https://github.com/WoltLab/WCF/pull/5823))
- `wcf\data\spider\SpiderList` ([WoltLab/WCF#5823](https://github.com/WoltLab/WCF/pull/5823))
- `wcf\system\cache\SpiderCacheBuilder` ([WoltLab/WCF#5823](https://github.com/WoltLab/WCF/pull/5823))
- `wcf\system\cronjob\RefreshSearchRobotsCronjob` ([WoltLab/WCF#5823](https://github.com/WoltLab/WCF/pull/5823))

### JavaScript

- `WCF.User.Registration.LostPassword`
Expand Down

0 comments on commit c0bd287

Please sign in to comment.