Files
myaac/CHANGELOG-2.x.md
2026-01-17 00:19:35 +01:00

1020 B

[2.0-dev - x.x.2025]

Added

  • Add an "access" option to Menus (#340)
    • Possibility to hide menus for unauthorized users
  • Add the possibility to fetch skills in the getTopPlayers function (#347)

Changed

  • Better handling of vocations: (#345)
    • Load from vocations.xml (No need to manually set)
    • Support for Monk vocation
  • Reworked account action logs to use a single IP column as varchar(45) for both ipv4 and ipv6 (#289)
  • Admin Panel: save menu collapse state (55da00520d)

Internal

  • 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)