mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Bump deprecation to 4.0 in preparation for rc and stable tags
This commit is contained in:
parent
2a0805dda7
commit
be4180580e
@ -15,5 +15,5 @@ use SilverStripe\View\Parsers\ShortcodeParser;
|
|||||||
ShortcodeParser::get('default')
|
ShortcodeParser::get('default')
|
||||||
->register('embed', [EmbedShortcodeProvider::class, 'handle_shortcode']);
|
->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.
|
// Set to 5.0.0 to show APIs marked for removal at that version
|
||||||
Deprecation::notification_version('3.2.0');
|
Deprecation::notification_version('4.0.0');
|
||||||
|
Loading…
Reference in New Issue
Block a user