mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 09:19:22 +02:00
Update to 0.7.12
This commit is contained in:
parent
6bc14fb44f
commit
e6b16cd420
12
CHANGELOG.md
12
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
|
||||
|
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user