Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28062
Modified Files:
serendipity_config.inc.php
Log Message:
* Install 'Browsercompatibility' plugin by default, may be used for other compatibility issues in the future as well
* No longer install track exits plugin by default (discussed + requested on the mailinglist)
* Let the upgrader allow calling functions with multiple parameters
Index: serendipity_config.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_config.inc.php,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- serendipity_config.inc.php 10 Dec 2004 17:55:49 -0000 1.117
+++ serendipity_config.inc.php 16 Dec 2004 15:45:29 -0000 1.118
@@ -16,7 +16,7 @@
include_once(S9Y_INCLUDE_PATH . 'include/compat.inc.php');
// The version string
-$serendipity['version'] = '0.8-alpha7';
+$serendipity['version'] = '0.8-alpha8';
// Name of folder for the default theme
$serendipity['defaultTemplate'] = 'default';
|