Update of /cvsroot/php-blog/serendipity/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28062/docs
Modified Files:
NEWS
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: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/docs/NEWS,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- NEWS 16 Dec 2004 15:03:28 -0000 1.28
+++ NEWS 16 Dec 2004 15:45:30 -0000 1.29
@@ -3,6 +3,14 @@
Version 0.8 ()
------------------------------------------------------------------------
+ * Added new plugin, enabled by default, to enforce maximum browser
+ compatibility. The only thing which 'serendipity_event_browsercompatibility'
+ currently does is to add the transparent PNG Behaviour for IE.
+ (garvinhicking)
+
+ * 'Track Exits' plugin will no longer be enabled by default, as
+ requested and discussed on the Mailinglist. (garvinhicking)
+
* Added Simplified Chinese (GB2312, UTF-8) and Traditional Chinese
(Big5, UTF-8) languages, thanks to skyroam!
|