Skip to content

MyAAC 0.7.10

Compare
Choose a tag to compare
@slawkens slawkens released this 03 Mar 11:34
· 34 commits to 0.7 since this release
5f1392e

With this update, I'm starting to write changelogs grouped by types.

Added:

  • new configurable: smtp_secure
  • robots.txt

Fixed:

  • editing an existing page that had php enabled
  • chrome bug on save (when editing page) ERR_BLOCKED_BY_XSS_AUDITOR
  • showing IP and Port in admin panel (#44, by miqueiaspenha)
  • deleting plugin showing "You don't have rights to delete"
  • some bug with PHPMailer not finding its language file
  • default accounts.vote value
  • saving some really high long ip addresses

Changed:

  • update config.highscores_ids_hidden on install when there are samples already in database
  • auto add z_polls table on install

Internal:

  • changed mb_strtolower functions to strtolower()
  • added new function: $hooks->exist($type)