new patterns

This commit is contained in:
Palma Solutions LTD
2018-04-25 20:23:26 +02:00
parent 8f3dce22d7
commit 2f967bb29c
3 changed files with 3 additions and 0 deletions

View File

@@ -214,6 +214,7 @@ $versiondouble = array (
array("Joomla 1.6/1.7", "/libraries/cms/version.php", "\$RELEASE =", "\$DEV_LEVEL ="),
array("Joomla 2.5/3.x", "/libraries/cms/version/version.php", "\$RELEASE =", "\$DEV_LEVEL ="),
array("Joomla 3.5+", "/libraries/cms/version/version.php", "const RELEASE =", "const DEV_LEVEL ="),
array("CS-Cart", "config.php", "define('PRODUCT_NAME',", "define('PRODUCT_VERSION',"),
);