Releases: slawkens/myaac
Releases · slawkens/myaac
MyAAC 0.7.1
This release contains some small visual fixes. Nothing more or less.
- added changelog menu item to kathrine template
- fixed some php short tag in changelogs page
- fixed guild change description back button
- removed duplicated "Support List" menu item from tibiacom template
- changed some notice when version check is failed
- (internal) moved changelog to twig
MyAAC 0.7.0
- moved template menus to database, they're now dynamically loaded
- you can edit them in Admin Panel under 'Menus' option
- you can also add custom links, like http://google.pl
- added anonymous usage statistics reporting (only if user agrees, first usage report will be send after 7 days)
- added networks (facebook and twitter) and highscores (top 5) boxes to tibiacom template, configurable in templates/tibiacom/config.php
- added news ticker for kathrine template
- added featured article to tibiacom template (you can add them with add news button)
- added tinymce editor to 'Pages' in admin panel
- added links to edit/delete/hide custom page directly from page
- update forum post after editing news (when forum post has been created)
- enabled code plugin for tinymce which enabled raw html code editing
- removed videos pages, as it can be easily added using custom Menus and Pages with insert Media
- removed bug_report configurable, its now enabled by default
- log some error info when mail cannot be send on account create
- twig getLink function will now return with full url (BASE_URL included)
- verify install post values directly on config page and display error
- updated tinymce to version 4.7.2 (from 4.7.0)
- updated phpmailer to version 5.2.26 (from 5.2.23)
- (fix) (#30) recovering account on servers that doesn't support salts
- (fix) account email confirm function
- (fix) showing changelog with urls in Admin Panel
- (fix) uninstalling plugin
- (fix) polls box in tibiacom template
- (fix) remove hooks from db on plugin deinstall
- (fix) some weird include possibilities with forum and account actions (verify action name)
- (fix) loading hooks from plugin installed from command line
- (fix) some changelog PHP Notice warning
- (internal) moved uninstall logic to Plugins class
- (internal) moved tibiacom boxes to separate directory
- (internal) moved news tickers to twig template
- (internal) moved Forum class to separate file
- (internal) moved deprecated functions to compat.php
- (internal) added some compat functions that are used by shop system
- (internal) renamed constant TICKET -> TICKER
- (internal) shortened message functions
MyAAC 0.6.6
- fixed some php fatal error on spells page
- changed spells.vocations field in db size to 300
- please reload your spells after this update!
MyAAC 0.6.5
- fixed displaying custom pages added in admin panel
- fixed adding new group forum board
- fixed guild create link
MyAAC 0.6.4
- reverted OTS_Account::getLastLogin() cause its used by tibia11-login plugin
MyAAC 0.6.3
This is very important bug-fixing release. Please update!
- fixed creating account
- fixed viewing thread without being logged
- fixed showing premium account status
MyAAC 0.6.2
- added forums for guilds and groups
- added nice looking menu for my account page in default template
- new command line tool: install_plugin.php - can be used to install plugins from command line. Usage: "php install_plugin.php path_to_plugin.zip"
- added new tooltip to view characters equipment item name and monster loot
- added items.xml loader class and weapons.xml loader class
- minimum PHP version to install AAC is now 5.3.0 cause of Anonymous functions used by Twig
- Added 'Are you sure?' popup when uninstalling plugin
- added some warnings when plugin json file is incomplete
- fixed showing in characters ban expires when is unlimited
- fixed displaying monster loot when item.name in loot is used instead of item.id
- load also runes into spells table
- display plugin uninstall option only if its possible
- after changing template you will be redirected to the latest viewed page
- display gallery add image form only on main gallery page
- (internal) moved most of guilds html-in-php code to twig
- (internal) moved spells page to twig template
- (internal) removed useless spells.spell column that was duplicate of spells.words
- (internal) save monster loot in database in json format instead loading it every time from xml file
- (internal) store monster voices and immunities in json format
- (internal) moved buttons to separate template
- (internal) moved online search form to twig
- (internal) added new function getItemNameById($id)
- (internal) Moved plugin install logic to a new class: Plugins
- (internal) changed spells.vocations database field to store json data instead of comma separated
- (internal) removed $hook_types array, using defined() and constant() functions now
- (internal) removed useless monsters.gfx_name field from database
- (internal) renamed database field monsters.hide_creature to hidden
- (internal) renamed existing Items class to Items_Images
- (internal) optimized Spells class
- (internal) new function: OTS_Guild::hasMember(OTS_Player $player)
- (internal) new function: Forum::hasAccess($board_id)
MyAAC 0.6.1
- fixed signatures loading
- new configurable: session_prefix, to allow more websites on one machine (must be unique for every website on your dedicated server!)
- better error handling for monsters and spells loader (save errors to system/logs/error.log)
- check if file exist before loading (monsters and spells)
- (internal) Account::getAccess() = Account::getGroupId()
- (internal) moved account actions (pages) to account/ directory
- (internal) moved forum actions (pages) to forum/ directory
- (internal) moved forum.edit_post to twig templates
MyAAC 0.6.0
Changelog:
- added faq management - add/edit/move/hide/delete from website
- new account.login view for tibiacom template
- monsters and spells are now being loaded at the installation of the AAC
- fix for php versions under 5.5 where empty() function supported only variables
- added missing change email and change info buttons to account.management default template
- added new indicator icons for create account, create character and change character name
- fixed config loader when some inline comments are present
- fixed editing page in admin panel that contains some html code
- fixed forum new post on mac os and some specific mysql versions
- attempt to fix incorrect views counter behavior (its resetting to 0 in some cases)
- enabled cache http headers for signatures
- check if monster file exist before loading it
- fixed if plugin zip file name contains dot (.)
- renamed screenshots to gallery and movies to videos
- moved install pages to twig
- fixed Account::getGuildAccess function
- removed never used library from sources - dwoo
- moved check_* functions to class Validator
- from now all validators ajax requests will fire onblur instead of onkeyup
- ajax requests returns now json instead of xml
- added 404 response when file is not found
MyAAC 0.5.1
This release contains some small, but important bug fixes.
Full changelog:
- fixed forum add/edit board
- new configurable: highscores_length, how much highscores to display pro page
- fixed highscores links (ALL, previous and next page)
- update templates cache when installing/uninstalling plugin
- moved character deaths and frags table generation to twig
- fixed some bug when you uninstall plugin and then try to install again on the same page
- check if plugin exist before uninstalling
- fixed some warning in OTS_Base_DB