Release v0.8.18

This commit is contained in:
slawkens 2024-05-29 21:29:31 +02:00
parent f875f3cd20
commit f503e140f3
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
# Changelog
## [0.8.17 - 15.04.2024]
## [0.8.18 - 29.05.2024]
### Added
* hook in guilds page to support guild wars (https://github.com/slawkens/myaac/commit/f875f3cd2059fac5c23a08ce73dd8621a66613e0)
## [0.8.17 - 18.05.2024]
### Added
* TwigTypeCastingExtension (https://github.com/slawkens/myaac/commit/7181b988e9518320d57486670ca4e2d3b2fe1cfa)

View File

@ -26,7 +26,7 @@
if (version_compare(phpversion(), '7.2.5', '<')) die('PHP version 7.2.5 or higher is required.');
define('MYAAC', true);
define('MYAAC_VERSION', '0.8.18-dev');
define('MYAAC_VERSION', '0.8.18');
define('DATABASE_VERSION', 33);
define('TABLE_PREFIX', 'myaac_');
define('START_TIME', microtime(true));