|
From: Paul L. <pdo...@us...> - 2011-11-13 00:27:24
|
Update of /cvsroot/serverfilters/server_side_filters/docs
In directory vz-cvs-3.sog:/tmp/cvs-serv1870/docs
Modified Files:
README
Log Message:
Add the server_side_filters_init hook that allows third party plugins to add to or tweak this plugin's configuration settings. Also fix a couple minor strings and documentation issues
Index: README
===================================================================
RCS file: /cvsroot/serverfilters/server_side_filters/docs/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** README 7 May 2011 07:45:55 -0000 1.4
--- README 13 Nov 2011 00:27:22 -0000 1.5
***************
*** 1,5 ****
Server Side Filters plugin for SquirrelMail
===========================================
! Ver 2.1, 2011/04/21
--- 1,5 ----
Server Side Filters plugin for SquirrelMail
===========================================
! Ver 2.1.1, 2011/11/11
***************
*** 281,284 ****
--- 281,289 ----
==========
+ v2.1.1 2011/11/11 Paul Lesniewski <pa...@sq...>
+ * Added the "server_side_filters_init" hook that allows
+ third party plugins to add to or tweak this plugin's
+ configuration settings
+
v2.1 2011/04/21 Paul Lesniewski <pa...@sq...>
* Added ability to add more header selections
|