mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
commit
539fb5f1ee
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user