Skip to content

Commit

Permalink
DOC Deprecate Controller::has_curr()
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Feb 13, 2025
1 parent d329e10 commit e4b0fc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion en/08_Changelogs/5.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,8 @@ See [indexes](/developer_guides/model/indexes/) to learn about indexes in Silver
- Passing `null` for the `$cast` parameter in [`Form::sessionMessage()`](api:SilverStripe\Forms\Form::sessionMessage()) is deprecated. Pass a ValidationResult::CAST_* constant instead.
- Passing `null` for the `$cast` parameter in [`Form::sessionError()`](api:SilverStripe\Forms\Form::sessionError()) is deprecated. Pass a ValidationResult::CAST_* constant instead.
- Passing `null` for the `$cast` parameter in [`Form::sessionFieldError()`](api:SilverStripe\Forms\Form::sessionFieldError()) is deprecated. Pass a ValidationResult::CAST_* constant instead.
- [`DBInt.Times()`](api:SilverStripe\ORM\FieldType\DBInt->Times()) has been deprecated. It will be removed without equivalent functionality to replace it.
- [`DBInt::Times()`](api:SilverStripe\ORM\FieldType\DBInt::Times()) has been deprecated. It will be removed without equivalent functionality to replace it.
- [`Controller::has_curr()`](api:SilverStripe\Control\Controller::has_curr()) has been deprecated. It will be removed without equivalent functionality to replace it.

## Bug fixes

Expand Down

0 comments on commit e4b0fc4

Please sign in to comment.