mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 17:59:22 +02:00
Update CHANGELOG.md
This commit is contained in:
parent
518ae4d97a
commit
f1c95b315c
11
CHANGELOG.md
11
CHANGELOG.md
@ -6,7 +6,7 @@
|
|||||||
* new Awesome Bootstrap Admin Panel by Lee (@Leesneaks)
|
* new Awesome Bootstrap Admin Panel by Lee (@Leesneaks)
|
||||||
* using Bootstrap 3
|
* using Bootstrap 3
|
||||||
* all existing pages were adjusted
|
* all existing pages were adjusted
|
||||||
* new editors: Accounts
|
* new editor: Accounts
|
||||||
* improved editor: Players
|
* improved editor: Players
|
||||||
* new Reports View page
|
* new Reports View page
|
||||||
* Modules directory, which can be added using Plugins (@Leesneaks, @whiteblXK)
|
* Modules directory, which can be added using Plugins (@Leesneaks, @whiteblXK)
|
||||||
@ -16,7 +16,6 @@
|
|||||||
* possibility to define colors and "Open in New Tab" on Template Menus (needs to be supported by Template)
|
* possibility to define colors and "Open in New Tab" on Template Menus (needs to be supported by Template)
|
||||||
* support for database persistent and socket connections (performance boost)
|
* support for database persistent and socket connections (performance boost)
|
||||||
* Team page - display outfits of the players (configurable)
|
* Team page - display outfits of the players (configurable)
|
||||||
* removed configurables: debug_level
|
|
||||||
* added clear_cache.php, send_email.php bin commands (@slawkens, @tobi132)
|
* added clear_cache.php, send_email.php bin commands (@slawkens, @tobi132)
|
||||||
* added locale pt_br (@ivenspontes)
|
* added locale pt_br (@ivenspontes)
|
||||||
* added load time into items & weapons loading admin page
|
* added load time into items & weapons loading admin page
|
||||||
@ -31,9 +30,9 @@
|
|||||||
### Fixed:
|
### Fixed:
|
||||||
* account login redirect with special chars (like '&' and '?')
|
* account login redirect with special chars (like '&' and '?')
|
||||||
* black skull info at serverInfo (@tornadia)
|
* black skull info at serverInfo (@tornadia)
|
||||||
* zse correct limit at lastkills page from config (anyeor from OtLand)
|
* set correct limit at lastkills page from config (anyeor from OtLand)
|
||||||
* myaac_monsters table column loot problem (#79)
|
* myaac_monsters table column loot problem (#79)
|
||||||
* players column deleted install description (@tobi132, #91)
|
* players column deleted install description (@gpedro, #91)
|
||||||
* experience table being to wide and buggy on some templates (@tobi132, #90)
|
* experience table being to wide and buggy on some templates (@tobi132, #90)
|
||||||
* fix errors with .htaccess files
|
* fix errors with .htaccess files
|
||||||
* added index.html to prevent indexing the folder by mod_index
|
* added index.html to prevent indexing the folder by mod_index
|
||||||
@ -90,8 +89,8 @@
|
|||||||
* sandbox for plugins, don't install when requirements are not satisfied
|
* sandbox for plugins, don't install when requirements are not satisfied
|
||||||
* allow comments inside plugin json file (php style)
|
* allow comments inside plugin json file (php style)
|
||||||
* new require options for plugins: (look into example.json)
|
* new require options for plugins: (look into example.json)
|
||||||
* require database version of the MyAAC schema
|
* require database version, table or column of the MyAAC schema
|
||||||
* require php-extension, table or column
|
* require php-extension
|
||||||
* require semantic-version (like in composer.json)
|
* require semantic-version (like in composer.json)
|
||||||
* new hooks: LOGIN, LOGIN_ATTEMPT, LOGOUT, HOOK_ACCOUNT_CREATE_*
|
* new hooks: LOGIN, LOGIN_ATTEMPT, LOGOUT, HOOK_ACCOUNT_CREATE_*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user