Release preparations.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2019-05-01 19:30:33 +02:00
parent 1c9d4d09d6
commit 75a7c78927
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Version 2.1.5 ()
Version 2.1.5 (May 1st, 2019)
------------------------------------------------------------------------
* Security: Fix XSS in Editor Preview by interpreted EXIF tags
(thanks to @hannob!)

View File

@ -47,7 +47,7 @@ if (defined('USE_MEMSNAP')) {
}
// The version string
$serendipity['version'] = '2.1.5-beta1';
$serendipity['version'] = '2.1.5';
// Setting this to 'false' will enable debugging output. All alpha/beta/cvs snapshot versions will emit debug information by default. To increase the debug level (to enable Smarty debugging), set this flag to 'debug'.