mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +02:00
Release v0.8.13
This commit is contained in:
parent
5c3b01aca4
commit
946144016b
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,5 +1,16 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.8.13 - 16.09.2023]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
* latest client versions to config
|
||||||
|
* patching from develop - twig context for hooks
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* fixed XSS vulnerability in some pages
|
||||||
|
|
||||||
|
Nothing more or less!
|
||||||
|
|
||||||
## [0.8.12 - 07.08.2023]
|
## [0.8.12 - 07.08.2023]
|
||||||
I've moved the repository back to my personal account. (Just so you know!)
|
I've moved the repository back to my personal account. (Just so you know!)
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
if (version_compare(phpversion(), '7.2.5', '<')) die('PHP version 7.2.5 or higher is required.');
|
if (version_compare(phpversion(), '7.2.5', '<')) die('PHP version 7.2.5 or higher is required.');
|
||||||
|
|
||||||
define('MYAAC', true);
|
define('MYAAC', true);
|
||||||
define('MYAAC_VERSION', '0.8.13-dev');
|
define('MYAAC_VERSION', '0.8.13');
|
||||||
define('DATABASE_VERSION', 33);
|
define('DATABASE_VERSION', 33);
|
||||||
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