Start 1.8.1-dev

This commit is contained in:
slawkens
2025-08-02 12:41:35 +02:00
parent e1c04ed28e
commit 785d38312b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Changelog # Changelog
## [1.8 - 01.08.2025] ## [1.8 - 02.08.2025]
### Added ### Added
* Templates - Kathrine: Possibility to add custom menu categories (https://github.com/slawkens/myaac/commit/ec11c1402417c25980582467546d1c1e9bb8267f) * Templates - Kathrine: Possibility to add custom menu categories (https://github.com/slawkens/myaac/commit/ec11c1402417c25980582467546d1c1e9bb8267f)

View File

@@ -26,7 +26,7 @@
if (version_compare(phpversion(), '8.1', '<')) die('PHP version 8.1 or higher is required.'); if (version_compare(phpversion(), '8.1', '<')) die('PHP version 8.1 or higher is required.');
const MYAAC = true; const MYAAC = true;
const MYAAC_VERSION = '1.8'; const MYAAC_VERSION = '1.8.1-dev';
const DATABASE_VERSION = 45; const DATABASE_VERSION = 45;
const TABLE_PREFIX = 'myaac_'; const TABLE_PREFIX = 'myaac_';
define('START_TIME', microtime(true)); define('START_TIME', microtime(true));