[UPDATE] Config Version 1.0.1
This commit is contained in:
parent
a7fc7146f1
commit
bb3fa99530
@ -6,7 +6,7 @@ $defflip = (!cfip()) ? exit(header('HTTP/1.1 401 Unauthorized')) : 1;
|
|||||||
* Also the URL to check for the most recent upstream versions available
|
* Also the URL to check for the most recent upstream versions available
|
||||||
* https://github.com/MPOS/php-mpos/wiki/Config-Setup#wiki-config-version
|
* https://github.com/MPOS/php-mpos/wiki/Config-Setup#wiki-config-version
|
||||||
**/
|
**/
|
||||||
$config['version'] = '1.0.0';
|
$config['version'] = '1.0.1';
|
||||||
$config['version_url'] = 'https://raw.githubusercontent.com/MPOS/php-mpos/master/include/version.inc.php';
|
$config['version_url'] = 'https://raw.githubusercontent.com/MPOS/php-mpos/master/include/version.inc.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -3,7 +3,7 @@ $defflip = (!cfip()) ? exit(header('HTTP/1.1 401 Unauthorized')) : 1;
|
|||||||
|
|
||||||
define('MPOS_VERSION', '1.0.2');
|
define('MPOS_VERSION', '1.0.2');
|
||||||
define('DB_VERSION', '1.0.1');
|
define('DB_VERSION', '1.0.1');
|
||||||
define('CONFIG_VERSION', '1.0.0');
|
define('CONFIG_VERSION', '1.0.1');
|
||||||
define('HASH_VERSION', 1);
|
define('HASH_VERSION', 1);
|
||||||
|
|
||||||
// Fetch installed database version
|
// Fetch installed database version
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user