From 956f63175084b7f8585fd07e9c050956ea39e842 Mon Sep 17 00:00:00 2001 From: slawkens1 Date: Sat, 13 Jan 2018 21:55:47 +0100 Subject: [PATCH] * update to 0.7.9 --- CHANGELOG | 9 +++++++++ common.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 4be721ea..076f4a7d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/common.php b/common.php index 176a510c..6d20e7a4 100644 --- a/common.php +++ b/common.php @@ -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));