// set installers to 1.5.0.4, for next week release
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11919 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -37,7 +37,7 @@ if (!isset($_SERVER['REQUEST_URI']) || $_SERVER['REQUEST_URI'] == '')
|
||||
if ($tmp = strpos($_SERVER['REQUEST_URI'], '?'))
|
||||
$_SERVER['REQUEST_URI'] = substr($_SERVER['REQUEST_URI'], 0, $tmp);
|
||||
|
||||
define('INSTALL_VERSION', '1.5.0.3');
|
||||
define('INSTALL_VERSION', '1.5.0.4');
|
||||
define('MINIMUM_VERSION_TO_UPDATE', '0.8.5');
|
||||
define('INSTALL_PATH', dirname(__FILE__));
|
||||
if (version_compare(phpversion(), '5.0.0', '<'))
|
||||
|
||||
Reference in New Issue
Block a user