release 1.7.8
This commit is contained in:
parent
03d057330a
commit
b92657fd54
@ -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)
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
stable:1.7.7
|
||||
beta:1.7.8-beta1
|
||||
stable:1.7.8
|
||||
beta:1.7.9-beta1
|
||||
|
@ -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'])) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user