Skip to content

MyAAC 0.3.0

Compare
Choose a tag to compare
@slawkens slawkens released this 28 Aug 18:26
· 1008 commits to master since this release

This release contains some new awesome features.

All users are advised to upgrade to this version.

List of changes:

  • added administration panel for screenshots management with auto thumbnail generator and image auto-resizing
  • added Twig template engine and moved some html-in-php code to it
  • automatically detect player country based on user location (IP) on create account
  • player sex (gender) is now configurable at $config['genders']
  • fixed recovering account and changing password when salt is enabled
  • fixed installing samples when for example Rook Sample already exist and other samples not
  • fixed some mysql error when character you trying to create already exist
  • fixed some warning when you select nonexistent country
  • password change minimal/maximal length notice is now more precise
  • added 'enabled' field in myaac_hooks table, which can enable or disable specified hook
  • removed DEFAULT '' for TEXT field. It didn't worked under some systems like MAC OS X.
  • minimum PHP version to install the MyAAC is now 5.2.0 cause of pathinfo (extension) function
  • removed unused admin stylish template
  • removed some unused cities field from myaac_spells table
  • moved news adding at installation from schema.sql to finish.php
  • some optimizations