# $Id$
+Version 1.1.3 ()
+------------------------------------------------------------------------
+
+ * Fix missing %username% permalink pattern in single entry view.
+ Patch by cress_cc
+
Version 1.1.2 ()
------------------------------------------------------------------------
e.moderate_comments,
a.realname AS author,
+ a.username AS loginname,
a.email
FROM
{$serendipity['dbPrefix']}entries e
c.parentid,
a.username,
+ a.username AS loginname,
a.realname
FROM {$serendipity['dbPrefix']}category AS c
LEFT OUTER JOIN {$serendipity['dbPrefix']}authors AS a
include(S9Y_INCLUDE_PATH . 'include/compat.inc.php');
// The version string
-$serendipity['version'] = '1.1.2';
+$serendipity['version'] = '1.1.3';
// 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);