Skip to content

Commit

Permalink
Release v0.8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Sep 16, 2023
1 parent 5c3b01a commit 9461440
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# 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]
I've moved the repository back to my personal account. (Just so you know!)

Expand Down
2 changes: 1 addition & 1 deletion common.php
Expand Up @@ -26,7 +26,7 @@
if (version_compare(phpversion(), '7.2.5', '<')) die('PHP version 7.2.5 or higher is required.');

define('MYAAC', true);
define('MYAAC_VERSION', '0.8.13-dev');
define('MYAAC_VERSION', '0.8.13');
define('DATABASE_VERSION', 33);
define('TABLE_PREFIX', 'myaac_');
define('START_TIME', microtime(true));
Expand Down

0 comments on commit 9461440

Please sign in to comment.