added Grav CMS

This commit is contained in:
Palma Solutions LTD 2018-06-21 08:26:22 +02:00
parent 28bdd2d2c8
commit b827e5cfd1
2 changed files with 3 additions and 0 deletions

View File

@ -180,6 +180,7 @@
array("CodeIgniter", "/system/codeigniter/core/CodeIgniter.php", "define('CI_VERSION',", "Maintained"), array("CodeIgniter", "/system/codeigniter/core/CodeIgniter.php", "define('CI_VERSION',", "Maintained"),
array("LimeSurvey", "/application/config/version.php", "\$config['versionnumber'] =", "Maintained"), array("LimeSurvey", "/application/config/version.php", "\$config['versionnumber'] =", "Maintained"),
array("ELGG", "/vendor/elgg/elgg/composer.json", "\"version\":", "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 // still need to work on these
array("Silverstripe", "/cms/silverstripe_version", "*"), //needs review array("Silverstripe", "/cms/silverstripe_version", "*"), //needs review

View File

@ -18,6 +18,7 @@
$config['Cake.version'] = trim(array_pop($versionFile)); $config['Cake.version'] = trim(array_pop($versionFile));
return $config; return $config;
================== ==================
* - add SunShop if possible > creat167
*/ */
if ($_SERVER['argc'] >= 2) { if ($_SERVER['argc'] >= 2) {
@ -193,6 +194,7 @@
array("CodeIgniter", "/system/codeigniter/core/CodeIgniter.php", "define('CI_VERSION',", "Maintained"), array("CodeIgniter", "/system/codeigniter/core/CodeIgniter.php", "define('CI_VERSION',", "Maintained"),
array("LimeSurvey", "/application/config/version.php", "\$config['versionnumber'] =", "Maintained"), array("LimeSurvey", "/application/config/version.php", "\$config['versionnumber'] =", "Maintained"),
array("ELGG", "/vendor/elgg/elgg/composer.json", "\"version\":", "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 // still need to work on these
array("Silverstripe", "/cms/silverstripe_version", "*"), //needs review array("Silverstripe", "/cms/silverstripe_version", "*"), //needs review