* update to 0.7.6

This commit is contained in:
slawkens 2018-01-05 12:02:49 +01:00
parent e2de0b1440
commit a860c95975
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
[0.7.6 - 05.01.2017]
* fixed othire account creating/installation
* fixed table name players -> players_online
* fixed unexpected error logging about email fail
* added max_execution_time to the install finish step
* some small fix regarding highscores vocation box
[0.7.5 - 04.01.2017]
* fixed bug on othire with config.account_premium_days
* fixed bug on TFS 1.x when online_afk is enabled

View File

@ -26,7 +26,7 @@
session_start();
define('MYAAC', true);
define('MYAAC_VERSION', '0.7.5');
define('MYAAC_VERSION', '0.7.6');
define('DATABASE_VERSION', 20);
define('TABLE_PREFIX', 'myaac_');
define('START_TIME', microtime(true));