release 1.7.8

This commit is contained in:
Garvin Hicking 2014-02-09 00:30:36 +01:00
parent 03d057330a
commit b92657fd54
3 changed files with 4 additions and 5 deletions

View File

@ -1,11 +1,10 @@
#
Version 1.7.8 ()
Version 1.7.8 (February 9th, 2014)
------------------------------------------------------------------------
* Fixed POST for db entry insert, caused by 1.7.6 security feature
Version 1.7.7 (February 6th, 2014)
------------------------------------------------------------------------

View File

@ -1,2 +1,2 @@
stable:1.7.7
beta:1.7.8-beta1
stable:1.7.8
beta:1.7.9-beta1

View File

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