// set new install version to 1.5.0.3
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.2');
|
||||
define('INSTALL_VERSION', '1.5.0.3');
|
||||
define('MINIMUM_VERSION_TO_UPDATE', '0.8.5');
|
||||
define('INSTALL_PATH', dirname(__FILE__));
|
||||
if (version_compare(phpversion(), '5.0.0', '<'))
|
||||
|
||||
@@ -63,7 +63,7 @@ if ($tmp = strpos($_SERVER['REQUEST_URI'], '?'))
|
||||
$_SERVER['REQUEST_URI'] = substr($_SERVER['REQUEST_URI'], 0, $tmp);
|
||||
$_SERVER['REQUEST_URI'] = str_replace('//', '/', $_SERVER['REQUEST_URI']);
|
||||
|
||||
define('INSTALL_VERSION', '1.5.0.2');
|
||||
define('INSTALL_VERSION', '1.5.0.3');
|
||||
define('PS_INSTALLATION_IN_PROGRESS', true);
|
||||
require_once(INSTALL_PATH.'/classes/ToolsInstall.php');
|
||||
define('SETTINGS_FILE', INSTALL_PATH.'/../config/settings.inc.php');
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*/
|
||||
|
||||
define('_PS_INSTALL_VERSION_', '1.5.0.2');
|
||||
define('_PS_INSTALL_VERSION_', '1.5.0.3');
|
||||
|
||||
// Generate common constants
|
||||
define('PS_INSTALLATION_IN_PROGRESS', true);
|
||||
@@ -106,4 +106,4 @@ class InstallLog
|
||||
fwrite($this->fd, $info['str']);
|
||||
fclose($this->fd);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user