diff --git a/docs/NEWS b/docs/NEWS index 820587b9..0cc0bd45 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -3,6 +3,13 @@ Version 1.6 () ------------------------------------------------------------------------ + * Added ability to mark authorgroups as "hidden", so that members + of such groups are excluded from common author listings. + (Ref http://board.s9y.org/viewtopic.php?f=11&t=16237) + (garvinhicking) + + * Added option for SMF importer to also import tags + * Added experimental global variable $i18n_filename_utf8 that can be set in a serendipity_config_local.inc.php or language include file, which will return Unicode-Permalinks. @@ -11,7 +18,7 @@ Version 1.6 () * Added event hook backend_sendcomment for sending comments and being able to chang via plugin API (onli) -Version 1.5.1 () +Version 1.5.1 (December 21st, 2009) ------------------------------------------------------------------------ * Fix bug with not showing "html" type configuration items. diff --git a/include/admin/entries.inc.php b/include/admin/entries.inc.php index 43fb596a..f0f04acd 100644 --- a/include/admin/entries.inc.php +++ b/include/admin/entries.inc.php @@ -113,7 +113,7 @@ function serendipity_drawList() {