commit
c50ff562a3
@ -1,3 +1,9 @@
|
|||||||
|
1.0.3 (XXX XXth 2015)
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
* Honor anonymous attribute when sending block finder mails
|
||||||
|
* Display admin warning if no transfer fees are set
|
||||||
|
|
||||||
1.0.3 (Apr 29th 2015)
|
1.0.3 (Apr 29th 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.2');
|
define('MPOS_VERSION', '1.0.4');
|
||||||
define('DB_VERSION', '1.0.1');
|
define('DB_VERSION', '1.0.1');
|
||||||
define('CONFIG_VERSION', '1.0.1');
|
define('CONFIG_VERSION', '1.0.1');
|
||||||
define('HASH_VERSION', 1);
|
define('HASH_VERSION', 1);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user