mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 17:54:55 +02:00
* update to 0.7.9
This commit is contained in:
@@ -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]
|
[0.7.8 - 12.01.2017]
|
||||||
* fixed installation error " call to undefined method OTS_DB_MySQL::hasColumn()"
|
* fixed installation error " call to undefined method OTS_DB_MySQL::hasColumn()"
|
||||||
* updated tinymce to the latest (4.7.4) version
|
* updated tinymce to the latest (4.7.4) version
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
session_start();
|
session_start();
|
||||||
|
|
||||||
define('MYAAC', true);
|
define('MYAAC', true);
|
||||||
define('MYAAC_VERSION', '0.7.8');
|
define('MYAAC_VERSION', '0.7.9');
|
||||||
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));
|
||||||
|
Reference in New Issue
Block a user