From be4180580e70c1acb4ece76d30dc44a1bef32f5a Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Tue, 29 Aug 2017 15:02:36 +1200 Subject: [PATCH] Bump deprecation to 4.0 in preparation for rc and stable tags --- _config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.php b/_config.php index 9feca8ebc..6cc0e44db 100644 --- a/_config.php +++ b/_config.php @@ -15,5 +15,5 @@ use SilverStripe\View\Parsers\ShortcodeParser; ShortcodeParser::get('default') ->register('embed', [EmbedShortcodeProvider::class, 'handle_shortcode']); -// If you don't want to see deprecation errors for the new APIs, change this to 3.2.0-dev. -Deprecation::notification_version('3.2.0'); +// Set to 5.0.0 to show APIs marked for removal at that version +Deprecation::notification_version('4.0.0');