File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.1 - 27.01.2025]
4
+
5
+ ### Changed
6
+ * adjust mailer settings descriptions to latest gmail (https://github.com/slawkens/myaac/commit/c5d5bb80671db135e6b503f53684771c7272e05d )
7
+ * optimize $player->isOnline() function, thanks @gesior (https://github.com/slawkens/myaac/commit/10dd818b139d5e1bb1ca9ec81edfb083ba9316b4 )
8
+ * make players.comment and guilds.description VARCHAR (https://github.com/slawkens/myaac/commit/a45ceab83a74bee2b89cdb72baceda75e577e3cf )
9
+ * add lua/ folder to .gitignore (https://github.com/slawkens/myaac/commit/07012f786b1114cb6ab2f064f82c645b136a375a )
10
+
11
+ ### Fixed
12
+ * general fixes in the tibiacom template menus, better support for custom menus
13
+ * make functions_custom.php optional
14
+ * error in CLI, where BASE_URL is not defined (https://github.com/slawkens/myaac/commit/4d749b881582f64b5a46196dbbb5ee8097127f03 )
15
+ * hook ACCOUNT_LOGIN_BEFORE_ACCOUNT location (https://github.com/slawkens/myaac/commit/669c447fca8643ce56d9ef8c1374ec647c780998 )
16
+
3
17
## [ 1.0.1 - 14.01.2025]
4
18
5
19
### Fixed
Original file line number Diff line number Diff line change 26
26
if (version_compare (phpversion (), '8.1 ' , '< ' )) die ('PHP version 8.1 or higher is required. ' );
27
27
28
28
const MYAAC = true ;
29
- const MYAAC_VERSION = '1.0. 1 ' ;
29
+ const MYAAC_VERSION = '1.1 ' ;
30
30
const DATABASE_VERSION = 43 ;
31
31
const TABLE_PREFIX = 'myaac_ ' ;
32
32
define ('START_TIME ' , microtime (true ));
You can’t perform that action at this time.
0 commit comments