Files
myaac/CHANGELOG-2.x.md
2026-04-12 13:33:16 +02:00

1.6 KiB

[2.0-dev - x.x.2025]

Added

  • Menus: Add an "access" option to Menus (#340)
    • Possibility to hide menus for unauthorized users
  • Settings: Add Reset button (7104c2258f, e274b83504)
  • Functions: Add the possibility to fetch skills, balance and frags in the getTopPlayers function (#347)
  • Plugins: autoload init-priority option (f1aa128408)

Changed

  • Better handling of vocations: (#345)
    • Load from vocations.xml (No need to manually set)
    • Support for Monk vocation
  • Better gallery, loads images from images/gallery folder
  • Reworked account action logs to use a single IP column as varchar(45) for both ipv4 and ipv6 (#289)
  • Make myaac_config table columns bigger (2c62a97160)
  • Admin Panel: save menu collapse state (55da00520d)

Internal

  • Refactor account/lost pages (#326)
  • Refactor OTS_Player to support more distros (#348)
  • Refactor PHP cache to store expiration and improve typing (96b8e00f49)
  • Move forum show_board code to Twig (e0e0e46701)
  • Save db cache only if it has changed (11cb1cf97e)