Skip to content

Commit

Permalink
Merge branch '4.12' into 4
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Mar 2, 2023
2 parents 586169a + efce296 commit 9782a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/04_Changelogs/4.12.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ Further deprecations will be added to Silverstripe CMS 4.13, which will be relea

### Showing deprecations warnings {#showing-deprecations}

The [Deprecation](api:SilverStripe\Dev\Deprecation) class did not function correctly when used with modules that had a version less than `4.0.0`, notably modules such as `silverstripe/admin` which has a major version of `1`. The old "version filtering" functionality has been replaced with a simple call to `Deprecation::enabled()` that will show all deprecation notices, regardless of the version passed as the first parameter.
The [Deprecation](api:SilverStripe\Dev\Deprecation) class did not function correctly when used with modules that had a version less than `4.0.0`, notably modules such as `silverstripe/admin` which has a major version of `1`. The old "version filtering" functionality has been replaced with a simple call to `Deprecation::enable()` that will show all deprecation notices, regardless of the version passed as the first parameter.

## Bugfixes {#bugfixes}

Expand Down

0 comments on commit 9782a24

Please sign in to comment.