Skip to content

Commit

Permalink
Remove deprecated setting
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Feb 15, 2024
1 parent 6ef7dec commit 2e324d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
### Added

- Added compatibility with Craft 5.0.0.

### Removed

- Removed the `expectCT` setting.
5 changes: 0 additions & 5 deletions src/models/SettingsModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,6 @@ class SettingsModel extends Model
'forceFail' => true,
];

/** @deprecated in 4.2.0 */
public array $expectCT = [
'canFail' => true,
];

public array $referrerPolicy = [
'canFail' => true,
];
Expand Down

0 comments on commit 2e324d4

Please sign in to comment.