Merge pull request #2415 from MPOS/development

[VERSION] MPOS 1.0.3
This commit is contained in:
Sebastian Grewe 2015-04-29 22:31:00 +02:00 committed by Joey
commit c50ff562a3
2 changed files with 7 additions and 1 deletions

View File

@ -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)
---------------------

View File

@ -1,7 +1,7 @@
<?php
$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('CONFIG_VERSION', '1.0.1');
define('HASH_VERSION', 1);