diff --git a/CHANGELOG b/CHANGELOG index 3aae8191..db4fba4f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/common.php b/common.php index 025ae081..8cf3efa5 100644 --- a/common.php +++ b/common.php @@ -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));