From 2a1f1c3cd961c516ad06454e27402a406e98a06f Mon Sep 17 00:00:00 2001 From: slawkens1 Date: Wed, 3 Jan 2018 01:09:09 +0100 Subject: [PATCH] * update to 0.8.0-dev * added some features into TODO file, that will be most probably available in 0.8 release --- TODO | 16 ++++++++++++++++ common.php | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index e21d6a19..ae218d0c 100644 --- a/TODO +++ b/TODO @@ -7,10 +7,26 @@ * load items & weapons on install, preferably with ajax * add changelog management interface * option to require php extension to be installed + * save detected country in session + * tibiacom template - show status on top 5 + * kathrine tickets - show/hide + * highscores - by balance + * admin panel Menus - open in external window (_blank option) + * cache hooks + * cache fieldExist and tableExist functions + * forum: + * show position of the player + * replace forum actions links for admin (move, remove) with images + * redirect directly to the thread on user login + * latest news: + * warning about leaving page with changes + * news preview option 1.0: * i18n support (issue #1 on github) * New Admin Panel layout and interface + * most preferably: https://adminlte.io/ + * move all pages administration to this panel (like faq, forum, newses) * remove tibiacom template, and include it as a plugin 2.0 diff --git a/common.php b/common.php index 5b83224e..be083d63 100644 --- a/common.php +++ b/common.php @@ -26,7 +26,7 @@ session_start(); define('MYAAC', true); -define('MYAAC_VERSION', '0.7.5-dev'); +define('MYAAC_VERSION', '0.8.0-dev'); define('DATABASE_VERSION', 20); define('TABLE_PREFIX', 'myaac_'); define('START_TIME', microtime(true));