Update of /cvsroot/php-blog/serendipity/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7315/docs
Modified Files:
NEWS
Log Message:
- Added ability to define a real name for each author
- Added serendipity_addAuthor() and serendipity_deleteAuthor functions
Version bump
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/docs/NEWS,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- NEWS 24 Feb 2005 16:10:52 -0000 1.67
+++ NEWS 24 Feb 2005 20:14:22 -0000 1.68
@@ -3,6 +3,10 @@
Version 0.8 ()
------------------------------------------------------------------------
+ * Added ability to define a real name for each author. This is the
+ name seen by readers of the blog. The username is now only used for
+ logging into the administration suite (tomsommer)
+
* Added ability to toggle the amounts of comments per page within
a dropdown instead of needing to edit a Serendipity core file.
(garvinhicking)
|