mirror of
https://github.com/slawkens/myaac.git
synced 2025-06-13 08:14:31 +02:00
* update to 0.7.6
This commit is contained in:
parent
e2de0b1440
commit
a860c95975
@ -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]
|
[0.7.5 - 04.01.2017]
|
||||||
* fixed bug on othire with config.account_premium_days
|
* fixed bug on othire with config.account_premium_days
|
||||||
* fixed bug on TFS 1.x when online_afk is enabled
|
* fixed bug on TFS 1.x when online_afk is enabled
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
session_start();
|
session_start();
|
||||||
|
|
||||||
define('MYAAC', true);
|
define('MYAAC', true);
|
||||||
define('MYAAC_VERSION', '0.7.5');
|
define('MYAAC_VERSION', '0.7.6');
|
||||||
define('DATABASE_VERSION', 20);
|
define('DATABASE_VERSION', 20);
|
||||||
define('TABLE_PREFIX', 'myaac_');
|
define('TABLE_PREFIX', 'myaac_');
|
||||||
define('START_TIME', microtime(true));
|
define('START_TIME', microtime(true));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user