release
This commit is contained in:
11
docs/NEWS
11
docs/NEWS
@ -1,6 +1,13 @@
|
||||
# $Id$
|
||||
|
||||
Version 1.3 ()
|
||||
Version 1.4 ()
|
||||
------------------------------------------------------------------------
|
||||
|
||||
* Add new config option to entryproperties plugin to not use
|
||||
extensive joins to save performance in cases where no ACLs
|
||||
need to be evaluated. (garvinhicking)
|
||||
|
||||
Version 1.3 (March 18th, 2008)
|
||||
------------------------------------------------------------------------
|
||||
|
||||
* Added "Google Reader" option to syndication plugin, by Adam
|
||||
@ -17,7 +24,7 @@ Version 1.3 ()
|
||||
* Allow to submit comments to future entries, when showing
|
||||
future entries is enabled (garvinhicking)
|
||||
|
||||
Version 1.3-beta1 (February 25th)
|
||||
Version 1.3-beta1 (February 25th, 2008)
|
||||
------------------------------------------------------------------------
|
||||
|
||||
* Fix sidebar plugin for the author's list to not include counting
|
||||
|
@ -41,7 +41,7 @@ if (defined('USE_MEMSNAP')) {
|
||||
}
|
||||
|
||||
// The version string
|
||||
$serendipity['version'] = '1.3-beta2';
|
||||
$serendipity['version'] = '1.4-alpha1';
|
||||
|
||||
// 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'.
|
||||
$serendipity['production'] = (preg_match('@\-(alpha|beta|cvs)@', $serendipity['version']) ? false : true);
|
||||
|
Reference in New Issue
Block a user