mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Increased deprecation notification version
This commit is contained in:
parent
94f209eb74
commit
07809762de
@ -44,8 +44,8 @@ if (!is_dir($aggregatecachedir)) mkdir($aggregatecachedir);
|
|||||||
SS_Cache::add_backend('aggregatestore', 'File', array('cache_dir' => $aggregatecachedir));
|
SS_Cache::add_backend('aggregatestore', 'File', array('cache_dir' => $aggregatecachedir));
|
||||||
SS_Cache::pick_backend('aggregatestore', 'aggregate', 1000);
|
SS_Cache::pick_backend('aggregatestore', 'aggregate', 1000);
|
||||||
|
|
||||||
// If you don't want to see deprecation errors for the new APIs, change this to 3.0.0-dev.
|
// If you don't want to see deprecation errors for the new APIs, change this to 3.2.0-dev.
|
||||||
Deprecation::notification_version('3.1.0');
|
Deprecation::notification_version('3.2.0');
|
||||||
|
|
||||||
// TODO Remove once new ManifestBuilder with submodule support is in place
|
// TODO Remove once new ManifestBuilder with submodule support is in place
|
||||||
require_once('admin/_config.php');
|
require_once('admin/_config.php');
|
Loading…
Reference in New Issue
Block a user