mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +02:00
Update to 0.8.6-dev
This commit is contained in:
parent
7ab6b026fb
commit
dec63f353f
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.8.6-dev - 05.07.2021]
|
||||||
|
This update contains security fix.
|
||||||
|
|
||||||
|
Please update your AACs to this version.
|
||||||
|
|
||||||
## [0.8.5 - 08.06.2021]
|
## [0.8.5 - 08.06.2021]
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -27,7 +27,7 @@ if (version_compare(phpversion(), '5.6', '<')) die('PHP version 5.6 or higher is
|
|||||||
session_start();
|
session_start();
|
||||||
|
|
||||||
define('MYAAC', true);
|
define('MYAAC', true);
|
||||||
define('MYAAC_VERSION', '0.8.5');
|
define('MYAAC_VERSION', '0.8.6-dev');
|
||||||
define('DATABASE_VERSION', 32);
|
define('DATABASE_VERSION', 32);
|
||||||
define('TABLE_PREFIX', 'myaac_');
|
define('TABLE_PREFIX', 'myaac_');
|
||||||
define('START_TIME', microtime(true));
|
define('START_TIME', microtime(true));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user