* update to 0.8.0-dev

* added some features into TODO file, that will be most probably
available in 0.8 release
This commit is contained in:
slawkens1 2018-01-03 01:09:09 +01:00
parent 3c4ab10b36
commit 2a1f1c3cd9
2 changed files with 17 additions and 1 deletions

16
TODO
View File

@ -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

View File

@ -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));