added Grav CMS
This commit is contained in:
parent
28bdd2d2c8
commit
b827e5cfd1
@ -180,6 +180,7 @@
|
||||
array("CodeIgniter", "/system/codeigniter/core/CodeIgniter.php", "define('CI_VERSION',", "Maintained"),
|
||||
array("LimeSurvey", "/application/config/version.php", "\$config['versionnumber'] =", "Maintained"),
|
||||
array("ELGG", "/vendor/elgg/elgg/composer.json", "\"version\":", "Maintained"),
|
||||
array("Grav CMS", "/system/defines.php", "define('GRAV_VERSION',", "Maintained"),
|
||||
|
||||
// still need to work on these
|
||||
array("Silverstripe", "/cms/silverstripe_version", "*"), //needs review
|
||||
|
||||
@ -18,6 +18,7 @@
|
||||
$config['Cake.version'] = trim(array_pop($versionFile));
|
||||
return $config;
|
||||
==================
|
||||
* - add SunShop if possible > creat167
|
||||
*/
|
||||
|
||||
if ($_SERVER['argc'] >= 2) {
|
||||
@ -193,6 +194,7 @@
|
||||
array("CodeIgniter", "/system/codeigniter/core/CodeIgniter.php", "define('CI_VERSION',", "Maintained"),
|
||||
array("LimeSurvey", "/application/config/version.php", "\$config['versionnumber'] =", "Maintained"),
|
||||
array("ELGG", "/vendor/elgg/elgg/composer.json", "\"version\":", "Maintained"),
|
||||
array("Grav CMS", "/system/defines.php", "define('GRAV_VERSION',", "Maintained"),
|
||||
|
||||
// still need to work on these
|
||||
array("Silverstripe", "/cms/silverstripe_version", "*"), //needs review
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user