Commit e6b16cd 1 parent 6bc14fb commit e6b16cd Copy full SHA for e6b16cd
File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.7.12 - 18.02.2020]
4
+ ### Fixed
5
+ * change guild nick function causing crash on TFS 1.x because of invalid characters being accepted
6
+ * PHP Mailer autoload function on newer PHP
7
+ * gesior signature guild rank loading
8
+ * leaking database password when cannot connect
9
+ * config.last_kills_limit being ignored
10
+ * monster.loot being cutted off cause of too short column (changed to TEXT)
11
+
12
+ ### Added
13
+ * nginx-sample.conf
14
+
3
15
## [ 0.7.11 - 04.05.2019]
4
16
### Added:
5
17
* support for some old servers, where arrays are used in config.lua
Original file line number Diff line number Diff line change 26
26
session_start ();
27
27
28
28
define ('MYAAC ' , true );
29
- define ('MYAAC_VERSION ' , '0.7.11 ' );
29
+ define ('MYAAC_VERSION ' , '0.7.12 ' );
30
30
define ('DATABASE_VERSION ' , 22 );
31
31
define ('TABLE_PREFIX ' , 'myaac_ ' );
32
32
define ('START_TIME ' , microtime (true ));
You can’t perform that action at this time.
0 commit comments