Skip to content

Commit 9ab25ab

Browse files
committed
Release v1.1
1 parent ea75327 commit 9ab25ab

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

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+
317
## [1.0.1 - 14.01.2025]
418

519
### Fixed

common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
if (version_compare(phpversion(), '8.1', '<')) die('PHP version 8.1 or higher is required.');
2727

2828
const MYAAC = true;
29-
const MYAAC_VERSION = '1.0.1';
29+
const MYAAC_VERSION = '1.1';
3030
const DATABASE_VERSION = 43;
3131
const TABLE_PREFIX = 'myaac_';
3232
define('START_TIME', microtime(true));

0 commit comments

Comments
 (0)