mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
NEW Add recipe-core to default VersionProvider module list
Recipe versions are a more useful indicator than the framework module version, so if installed we want to show the recipe-core version. The cms module expands upon this to include recipe-cms.
This commit is contained in:
parent
7c84171d5b
commit
680adbd10b
@ -31,7 +31,10 @@ class VersionProvider
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
private static $modules = [];
|
||||
private static $modules = [
|
||||
'silverstripe/framework' => 'Framework',
|
||||
'silverstripe/recipe-core' => 'Core Recipe',
|
||||
];
|
||||
|
||||
/**
|
||||
* Gets a comma delimited string of package titles and versions
|
||||
|
Loading…
Reference in New Issue
Block a user