corrected XMB

This commit is contained in:
Palma Solutions LTD
2018-05-17 13:02:49 +02:00
parent 7b2ea213f4
commit c15bb3eee2
3 changed files with 3 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
{
"python.linting.enabled": false
}

View File

@@ -168,11 +168,10 @@
array("Claroline", "/inc/installedVersion.inc.php", "\$new_version =", "EOL"),
array("Moodle", "/version.php", "\$release =", "Maintained"),
array("WebAsyst", "/kernel/wbs.xml", "<WBS VERSION=", "EOL"),
// 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
@@ -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"),
);

View File

@@ -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"),
);