* update to 0.7.8

This commit is contained in:
slawkens1 2018-01-12 01:42:14 +01:00
parent 2295d270f5
commit 94e4ff313c
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
[0.7.8 - 12.01.2017]
* fixed installation error " call to undefined method OTS_DB_MySQL::hasColumn()"
* updated tinymce to the latest (4.7.4) version
* enabled emoticons plugin in tinymce :)
* some security fixes
[0.7.7 - 08.01.2018] [0.7.7 - 08.01.2018]
* important fix for servers with promotion column (caused player.vocation to be resetted when saving player, for example: on change name, accept invite to guild, leave guild) * important fix for servers with promotion column (caused player.vocation to be resetted when saving player, for example: on change name, accept invite to guild, leave guild)
* immediately reload config.lua when there's change in config.server_path detected * immediately reload config.lua when there's change in config.server_path detected

View File

@ -26,7 +26,7 @@
session_start(); session_start();
define('MYAAC', true); define('MYAAC', true);
define('MYAAC_VERSION', '0.7.7'); define('MYAAC_VERSION', '0.7.8');
define('DATABASE_VERSION', 21); define('DATABASE_VERSION', 21);
define('TABLE_PREFIX', 'myaac_'); define('TABLE_PREFIX', 'myaac_');
define('START_TIME', microtime(true)); define('START_TIME', microtime(true));