Skip to content

MyAAC v0.8.19

Compare
Choose a tag to compare
@slawkens slawkens released this 19 Nov 13:19
· 7 commits to master since this release

Another half year, another release.

Added

  • syntactic sugar for db structure changes (e0036a3)
  • add "None" vocation to highscores (7f47376)
  • new hooks in account manage + create (d401781)
  • new functions: getGuildNameById($id) + getGuildLogoById($id) + Plugins::installMenus($templateName, $menus, $clearOld = false) (de1bb37 + d1c5a18 + 5a953ce)

Changed

  • set default encryption to sha1 (55b8645)
  • prefer get_browser_real_ip() over REMOTE_ADDR (cause of Cloudflare and similar services) (b5bbae6)
  • allow account_create_character_create even if account_mail_verify is activated (1edf883)
  • better https detection (patched from develop) (d73aceb)
  • require login before create new thread (#261, @anyeor)
  • better tables.headline.html.twig (patched from 1.0) (71ef30d)

Fixed

  • bans page fixed functions getPlayerNameByAccount + getPlayerNameById (d39386c)
  • account verify - do not allow login without verified email (1edf883, Thanks @anyeor)
  • if <flags> is not present in monster.xml (81b6652)
  • $db->update when there is null value (1458b7a)
  • error on $db __destruct saving current script name in CLI (01660bd)