Merge pull request #7321 from open-sausages/pulls/4.0/bump-deprecation

Bump deprecation to 4.0 in preparation for rc and stable tags
This commit is contained in:
Chris Joe 2017-09-05 13:26:13 +12:00 committed by GitHub
commit 539fb5f1ee

View File

@ -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');