|
From: Paul L. <pdo...@us...> - 2011-11-13 00:39:19
|
Update of /cvsroot/serverfilters/server_side_filters/docs
In directory vz-cvs-3.sog:/tmp/cvs-serv3700/docs
Modified Files:
README
Log Message:
Roll back version - 2.1 hasn't been released yet
Index: README
===================================================================
RCS file: /cvsroot/serverfilters/server_side_filters/docs/README,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** README 13 Nov 2011 00:27:22 -0000 1.5
--- README 13 Nov 2011 00:39:16 -0000 1.6
***************
*** 1,5 ****
Server Side Filters plugin for SquirrelMail
===========================================
! Ver 2.1.1, 2011/11/11
--- 1,5 ----
Server Side Filters plugin for SquirrelMail
===========================================
! Ver 2.1, 2011/04/21
***************
*** 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
--- 281,284 ----
***************
*** 295,298 ****
--- 290,296 ----
* Fixed broken sanitize hook
* Fixed badly formed HTML
+ * Added the "server_side_filters_init" hook that allows
+ third party plugins to add to or tweak this plugin's
+ configuration settings
v2.0 2010/09/11 Paul Lesniewski <pa...@sq...>
|