Author: bshaffer
Date: 2010-05-14 18:40:20 +0200 (Fri, 14 May 2010)
New Revision: 29474

Modified:
   plugins/csSettingsPlugin/trunk/README
   plugins/csSettingsPlugin/trunk/package.xml
Log:
updating readme, package w/ new release

Modified: plugins/csSettingsPlugin/trunk/README
===================================================================
--- plugins/csSettingsPlugin/trunk/README       2010-05-14 16:23:47 UTC (rev 
29473)
+++ plugins/csSettingsPlugin/trunk/README       2010-05-14 16:40:20 UTC (rev 
29474)
@@ -98,4 +98,18 @@
  * value
   * The value of the setting
 
+## Cache ##
+
+Customize the cache handler for your settings using your app.yml.  By default, 
__sfNoCache__ is used.
+
+  [yaml]
+  # /config/app.yml
+  all:
+    csSettingsPlugin:
+      cache:
+        class:        sfNoCache
+        options:      []
+
+
+
 Please contact [email protected] for any questions or suggestions.
\ No newline at end of file

Modified: plugins/csSettingsPlugin/trunk/package.xml
===================================================================
--- plugins/csSettingsPlugin/trunk/package.xml  2010-05-14 16:23:47 UTC (rev 
29473)
+++ plugins/csSettingsPlugin/trunk/package.xml  2010-05-14 16:40:20 UTC (rev 
29474)
@@ -20,8 +20,8 @@
 </developer>
  <date>2010-04-19</date>
  <version>
-   <release>1.0.2</release>
-   <api>1.0.2</api>
+   <release>1.0.3</release>
+   <api>1.0.3</api>
  </version>
  <stability>
   <release>stable</release>
@@ -97,5 +97,20 @@
      * Fixed PHP 5.3 and symfony 1.4 problems.
      </notes>
   </release>
+  <release>
+     <version>
+      <release>1.0.3</release>
+      <api>1.0.3</api>
+     </version>
+     <stability>
+      <release>stable</release>
+      <api>stable</api>
+     </stability>
+     <date>2010-05-14</date>
+     <license uri="http://www.symfony-project.org/license";>MIT 
license</license>
+     <notes>
+     * Adds ability to use your own cache handler
+     </notes>
+  </release>
  </changelog>
 </package>

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to