diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 26df38b..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "python.linting.enabled": false -} \ No newline at end of file diff --git a/cms-ver.php b/cms-ver.php index bdf81b0..6449e3b 100644 --- a/cms-ver.php +++ b/cms-ver.php @@ -168,11 +168,10 @@ array("Claroline", "/inc/installedVersion.inc.php", "\$new_version =", "EOL"), array("Moodle", "/version.php", "\$release =", "Maintained"), array("WebAsyst", "/kernel/wbs.xml", " array("), // needs 2nd line too array("WebMail Lite", "/adminpanel/VERSION", "*"), // needs further review array("PHPCollab", "/includes/settings.php", "# PhpCollab version"), // needs second line as well @@ -250,6 +249,7 @@ $versiondouble = array ( array("Joomla 3.5+", "/libraries/cms/version/version.php", "const RELEASE =", "const DEV_LEVEL =","Maintained"), array("CS-Cart", "/config.php", "define('PRODUCT_NAME',", "define('PRODUCT_VERSION',", "Maintained"), array("SohoLaunch", "/sohoadmin/version.php", "## Soholaunch(R)", "## Version", "EOL"), + array("XMB", "/db/mysql.php", "* eXtreme Message Board", " * XMB ", "EOL"), ); diff --git a/cms-vss.php b/cms-vss.php index 2c9a112..602e603 100644 --- a/cms-vss.php +++ b/cms-vss.php @@ -180,7 +180,6 @@ // still need to work on these array("Silverstripe", "/cms/silverstripe_version", "*"), //needs review array("Croogo", "/Vendor/croogo/croogo/VERSION.txt", "*"), // needs further review - array("XMB", "/db/mysql.php", "* eXtreme Message Board"), // needs 2nd line too array("Dolphin", "/modules/boonex/news/install/config.php", "'compatible_with' => array("), // needs 2nd line too array("WebMail Lite", "/adminpanel/VERSION", "*"), // needs further review array("PHPCollab", "/includes/settings.php", "# PhpCollab version"), // needs second line as well @@ -258,7 +257,7 @@ $versiondouble = array ( array("Joomla 3.5+", "/libraries/cms/version/version.php", "const RELEASE =", "const DEV_LEVEL =","Maintained"), array("CS-Cart", "/config.php", "define('PRODUCT_NAME',", "define('PRODUCT_VERSION',", "Maintained"), array("SohoLaunch", "/sohoadmin/version.php", "## Soholaunch(R)", "## Version", "EOL"), -// array("Drupal 7", "/modules/system/system.info", "core = 7.x", "version = ", "Maintained"), + array("XMB", "/db/mysql.php", "* eXtreme Message Board", " * XMB ", "EOL"), );