From 4b12d02cbb7cd9906f1361e1ab979e01c39ebdab Mon Sep 17 00:00:00 2001 From: Palma Solutions LTD Date: Mon, 9 Jul 2018 08:50:44 +0200 Subject: [PATCH] added new Gallery version --- cms-ver.php | 3 ++- cms-vss.php | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cms-ver.php b/cms-ver.php index 8cf9b25..6d98ec3 100644 --- a/cms-ver.php +++ b/cms-ver.php @@ -21,7 +21,8 @@ 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"), + array("Gallery2", "/modules/gallery/helpers/gallery.php", "const VERSION =", "EOL"), + array("Gallery", "/config.php", "\$gallery->app->config_version =", "EOL"), array("Gallery2", "/modules/core/module.inc", "\$this->setGalleryVersion(", "EOL"), array("Coppermine", "/versioncheck.inc.php", "Coppermine version:", ""), array("4images", "/includes/constants.php", "define('SCRIPT_VERSION',", ""), diff --git a/cms-vss.php b/cms-vss.php index 00220cb..9e6670b 100644 --- a/cms-vss.php +++ b/cms-vss.php @@ -36,6 +36,7 @@ array("phpBB", "/includes/constants.php", "define('PHPBB_VERSION',", "Maintained"), array("SMF", "/index.php", "\$forum_version = 'SMF", "Maintained"), array("Gallery2", "/modules/gallery/helpers/gallery.php", "const VERSION =", "EOL"), + array("Gallery", "/config.php", "\$gallery->app->config_version =", "EOL"), array("Gallery2", "/modules/core/module.inc", "\$this->setGalleryVersion(", "EOL"), array("Coppermine", "/versioncheck.inc.php", "Coppermine version:", ""), array("4images", "/includes/constants.php", "define('SCRIPT_VERSION',", ""),