[VERSION] Changelog for 1.0.2
This commit is contained in:
parent
0603d5d6ea
commit
b13e7681ea
@ -1,3 +1,12 @@
|
|||||||
|
1.0.2 (XXX XXth 2015)
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
* Increased information on `Admin -> Wallet Info`
|
||||||
|
* Added block count to Wallet Status
|
||||||
|
* Added number of accounts to Wallet Status
|
||||||
|
* Added Peer information
|
||||||
|
* Always show all accounts
|
||||||
|
|
||||||
1.0.1 (Apr 15th 2015)
|
1.0.1 (Apr 15th 2015)
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
$defflip = (!cfip()) ? exit(header('HTTP/1.1 401 Unauthorized')) : 1;
|
$defflip = (!cfip()) ? exit(header('HTTP/1.1 401 Unauthorized')) : 1;
|
||||||
|
|
||||||
define('MPOS_VERSION', '1.0.1');
|
define('MPOS_VERSION', '1.0.2');
|
||||||
define('DB_VERSION', '1.0.0');
|
define('DB_VERSION', '1.0.0');
|
||||||
define('CONFIG_VERSION', '1.0.0');
|
define('CONFIG_VERSION', '1.0.0');
|
||||||
define('HASH_VERSION', 1);
|
define('HASH_VERSION', 1);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user