added web2project

This commit is contained in:
Palma Solutions LTD 2018-05-11 10:08:38 +02:00
parent 1bf6c21579
commit 61149cc3d8
2 changed files with 2 additions and 1 deletions

View File

@ -297,6 +297,7 @@ foreach(glob("../".$raw[1], GLOB_BRACE) as $versionfiles) {
array("Magento", "/app/Mage.php", "'major' =>", "'minor' =>", "'revision' =>", ""), array("Magento", "/app/Mage.php", "'major' =>", "'minor' =>", "'revision' =>", ""),
array("AbanteCart", "/core/version.php", "define('MASTER_VERSION',", "define('MINOR_VERSION',", "define('VERSION_BUILT',", ""), array("AbanteCart", "/core/version.php", "define('MASTER_VERSION',", "define('MINOR_VERSION',", "define('VERSION_BUILT',", ""),
array("DotProj", "/includes/version.php", "\$dp_version_major", "\$dp_version_minor", "\$dp_version_patch", ""), array("DotProj", "/includes/version.php", "\$dp_version_major", "\$dp_version_minor", "\$dp_version_patch", ""),
array("web2project", "/includes/version.php", "\$w2p_version_major =", "\$w2p_version_minor =", "\$w2p_version_patch =", "EOL")
); );

View File

@ -313,7 +313,7 @@ foreach(glob("/home/".$argv[1]."/public_html/{**/*,*}".$raw[1], GLOB_BRACE) as $
array("Magento", "/app/Mage.php", "'major' =>", "'minor' =>", "'revision' =>", ""), array("Magento", "/app/Mage.php", "'major' =>", "'minor' =>", "'revision' =>", ""),
array("AbanteCart", "/core/version.php", "define('MASTER_VERSION',", "define('MINOR_VERSION',", "define('VERSION_BUILT',", ""), array("AbanteCart", "/core/version.php", "define('MASTER_VERSION',", "define('MINOR_VERSION',", "define('VERSION_BUILT',", ""),
array("DotProj", "/includes/version.php", "\$dp_version_major", "\$dp_version_minor", "\$dp_version_patch", ""), array("DotProj", "/includes/version.php", "\$dp_version_major", "\$dp_version_minor", "\$dp_version_patch", ""),
array("web2project", "/includes/version.php", "\$w2p_version_major =", "\$w2p_version_minor =", "\$w2p_version_patch =", "EOL")
); );
foreach($versiontriple as $rxw){ foreach($versiontriple as $rxw){