Release preparations.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2019-08-09 22:01:50 +02:00
parent dce27856ee
commit 47ec0c9768
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
Version 2.1.6 ()
Version 2.1.6 (August 9th, 2019)
------------------------------------------------------------------------
* Prevent error in upgrader when $sqlfiles is NULL.
* Fix preview iframe in bulletproof, thx pixel32
Version 2.1.5 (May 1st, 2019)
------------------------------------------------------------------------
* Security: Fix XSS in Editor Preview by interpreted EXIF tags

View File

@ -47,7 +47,7 @@ if (defined('USE_MEMSNAP')) {
}
// The version string
$serendipity['version'] = '2.1.6-beta1';
$serendipity['version'] = '2.1.6';
// 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'.