* update to 0.7.9

This commit is contained in:
slawkens1
2018-01-13 21:55:47 +01:00
parent f01428da48
commit 956f631750
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
[0.7.9 - 13.01.2017]
* removed 6mb of trash (some useless things)
* (fix) TFS 1.x not showing promoted vocations in highscores
* otserv 0.6.x: fixed some warning (on the characters page) and fatal mysql error (on the mango signature)
* fixed default stamina on otserv 0.6.x engine (and some others perhaps)
* install: change permission check to is_writable
* changed highscores_groups_hidden to 3 (for TFS 1.x)
* updated background-artwork (tibiacom template) to the latest version, removed other ones
[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

View File

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