mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +02:00
Update to 0.8.6
This commit is contained in:
parent
2f627bf4b0
commit
a11d038c1d
@ -1,9 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [0.8.6-dev - 05.07.2021]
|
## [0.8.6 - 10.07.2021]
|
||||||
This update contains security fix.
|
This update contains very important security fix.
|
||||||
|
|
||||||
Please update your AACs to this version.
|
Please update your MyAAC instances to this version.
|
||||||
|
|
||||||
## [0.8.5 - 08.06.2021]
|
## [0.8.5 - 08.06.2021]
|
||||||
|
|
||||||
|
@ -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.6-dev');
|
define('MYAAC_VERSION', '0.8.6');
|
||||||
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