From cb7714b8d3602e5c4064546ef4f591942f2f2218 Mon Sep 17 00:00:00 2001 From: Mo Alsharaf Date: Thu, 23 Feb 2023 10:03:58 +1300 Subject: [PATCH] Fix enable deprecation method name --- en/04_Changelogs/4.12.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/04_Changelogs/4.12.0.md b/en/04_Changelogs/4.12.0.md index f43fb6eee..1309a8101 100644 --- a/en/04_Changelogs/4.12.0.md +++ b/en/04_Changelogs/4.12.0.md @@ -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}