Skip to content

Commit b6b7592

Browse files
committed
Release v1.0.1
1 parent fb10741 commit b6b7592

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.0.1 - 13.01.2025]
4+
5+
### Fixed
6+
* tibiacom account & news menu links not auto expanding
7+
8+
### Updated (Thanks dependabot)
9+
* twig from ^2.0 to ^3.11
10+
* tinymce from ^6.8.3 to ^7.2.0
11+
* cypress from ^12.12.0 to ^13.17.0
12+
* nesbot/carbon from 2.72.5 to 2.72.6
13+
314
## [1.0 - 12.01.2025]
415

516
First stable release in the v1.0 series.

common.php

+1-1
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.1-dev';
29+
const MYAAC_VERSION = '1.0.1';
3030
const DATABASE_VERSION = 42;
3131
const TABLE_PREFIX = 'myaac_';
3232
define('START_TIME', microtime(true));

0 commit comments

Comments
 (0)