Files
myaac/CHANGELOG-2.x.md
slawkens 8d78e7090d Better gallery
Replaced complex gallery with simple script
Slideshow loaded from images/gallery folder
Credits: https://www.w3schools.com/howto/howto_js_slideshow.asp
2026-01-31 17:42:59 +01:00

1.1 KiB

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