Bump deprecation to 4.0 in preparation for rc and stable tags

This commit is contained in:
Damian Mooyman 2017-08-29 15:02:36 +12:00
parent 2a0805dda7
commit be4180580e
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
1 changed files with 2 additions and 2 deletions

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