Skip to content

Commit

Permalink
Update to 0.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Feb 18, 2020
1 parent 6bc14fb commit e6b16cd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## [0.7.12 - 18.02.2020]
### Fixed
* change guild nick function causing crash on TFS 1.x because of invalid characters being accepted
* PHP Mailer autoload function on newer PHP
* gesior signature guild rank loading
* leaking database password when cannot connect
* config.last_kills_limit being ignored
* monster.loot being cutted off cause of too short column (changed to TEXT)

### Added
* nginx-sample.conf

## [0.7.11 - 04.05.2019]
### Added:
* support for some old servers, where arrays are used in config.lua
Expand Down
2 changes: 1 addition & 1 deletion common.php
Expand Up @@ -26,7 +26,7 @@
session_start();

define('MYAAC', true);
define('MYAAC_VERSION', '0.7.11');
define('MYAAC_VERSION', '0.7.12');
define('DATABASE_VERSION', 22);
define('TABLE_PREFIX', 'myaac_');
define('START_TIME', microtime(true));
Expand Down

0 comments on commit e6b16cd

Please sign in to comment.