added TODO

This commit is contained in:
Palma Solutions LTD
2018-05-07 07:13:41 +02:00
parent a9cddf8329
commit 2f93748841
2 changed files with 7 additions and 2 deletions

View File

@@ -11,13 +11,14 @@
* - Add the rest of the scripts from Softaculous - work in progress
* - Add scripts from outside Softaculous - work in progress
* - Add "Current Status" - work in progress
* - Fix Drupal 7 not working correctly
*/
$versions = array(
array("Wordpress", "/wp-includes/version.php", "\$wp_version =", "Maintained"),
array("Drupal 8", "/core/modules/system/system.info.yml", "version: '", "Maintained"),
array("osCommerce", "/includes/application_top.php", "define('PROJECT_VERSION', 'osCommerce Online Merchant", "Maintained"),
array("Drupal", "/modules/system/system.info", "version = ", "Maintained"),
array("osCommerce", "/includes/application_top.php", "define('PROJECT_VERSION', 'osCommerce Online Merchant", "Maintained"),
array("phpBB", "/includes/constants.php", "define('PHPBB_VERSION',", "Maintained"),
array("SMF", "/index.php", "\$forum_version = 'SMF", "Maintained"),
array("Gallery", "/modules/gallery/helpers/gallery.php", "const VERSION =", "EOL"),