diff --git a/CHANGELOG-1.x.md b/CHANGELOG-1.x.md index 716d11da..b513cebf 100644 --- a/CHANGELOG-1.x.md +++ b/CHANGELOG-1.x.md @@ -1,6 +1,6 @@ # Changelog -## [1.8 - 01.08.2025] +## [1.8 - 02.08.2025] ### Added * Templates - Kathrine: Possibility to add custom menu categories (https://github.com/slawkens/myaac/commit/ec11c1402417c25980582467546d1c1e9bb8267f) diff --git a/common.php b/common.php index cf1909c3..3e6a9291 100644 --- a/common.php +++ b/common.php @@ -26,7 +26,7 @@ if (version_compare(phpversion(), '8.1', '<')) die('PHP version 8.1 or higher is required.'); const MYAAC = true; -const MYAAC_VERSION = '1.8'; +const MYAAC_VERSION = '1.8.1-dev'; const DATABASE_VERSION = 45; const TABLE_PREFIX = 'myaac_'; define('START_TIME', microtime(true));