Author: drashid
Date: 2010-01-21 12:35:07 +0100 (Thu, 21 Jan 2010)
New Revision: 26979

Modified:
   plugins/stOfcPlugin/branches/1.4/README
   plugins/stOfcPlugin/branches/1.4/package.xml
Log:


Modified: plugins/stOfcPlugin/branches/1.4/README
===================================================================
--- plugins/stOfcPlugin/branches/1.4/README     2010-01-21 11:33:16 UTC (rev 
26978)
+++ plugins/stOfcPlugin/branches/1.4/README     2010-01-21 11:35:07 UTC (rev 
26979)
@@ -33,6 +33,19 @@
  
 Or download it and unzip in your /plugins directory
 
+>**Note**
+symfony 1.3/1.4: Enable the plugin by hand in ProjectConfiguration.class.php 
as it was not installed via the plugin:install task
+
+    [php]
+    // config/ProjectConfiguration.class.php
+    class ProjectConfiguration extends sfProjectConfiguration
+    {
+      public function setup()
+      {
+        $this->enablePlugins('stOfcPlugin');
+      }
+    }
+
 Clear you cache:
 
     $ symfony cc

Modified: plugins/stOfcPlugin/branches/1.4/package.xml
===================================================================
--- plugins/stOfcPlugin/branches/1.4/package.xml        2010-01-21 11:33:16 UTC 
(rev 26978)
+++ plugins/stOfcPlugin/branches/1.4/package.xml        2010-01-21 11:35:07 UTC 
(rev 26979)
@@ -10,11 +10,11 @@
   <email>[email protected]</email>
   <active>yes</active>
  </lead>
- <date>2009-04-14</date>
- <time>02:30:45</time>
+ <date>2010-01-21</date>
+ <time>12:35:45</time>
  <version>
-  <release>1.0.1</release>
-  <api>1.0.1</api>
+  <release>1.0.2</release>
+  <api>1.0.2</api>
  </version>
  <stability>
   <release>stable</release>
@@ -49,7 +49,7 @@
    <file md5sum="7a74d3d615135b674c63a0af6ce9420e" 
name="web/images/open-flash-chart.swf" role="data"/>
    <file md5sum="fc36c10f8baf6c90e6eab2d0a761a0b2" name="web/js/swfobject.js" 
role="data"/>
    <file md5sum="f14eec0de37cf1e53171a74e87576cea" name="LICENSE" role="data"/>
-   <file md5sum="9af8974db96b99ed71a096b73d8a2053" name="README" role="data"/>
+   <file md5sum="487d1774bcfafb6ea5e941e289005f71" name="README" role="data"/>
   </dir>
  </contents>
  <dependencies>
@@ -64,13 +64,29 @@
     <name>symfony</name>
     <channel>pear.symfony-project.com</channel>
     <min>1.1.0</min>
-    <max>1.3.0</max>
-    <exclude>1.3.0</exclude>
+    <max>1.5.0</max>
+    <exclude>1.5.0</exclude>
    </package>
   </required>
  </dependencies>
  <phprelease/>
- <changelog>
+ <changelog>
+    <release>
+      <version>
+        <release>1.0.2</release>
+        <api>1.0.2</api>
+      </version>
+      <stability>
+       <release>stable</release>
+       <api>stable</api>
+      </stability>
+      <license uri="http://www.symfony-project.com/license";>MIT 
license</license>
+      <date>2009-04-13</date>
+      <license>MIT</license>
+      <notes>
+        * [drashid] New release for symfony 1.4 
+      </notes>
+    </release>
     <release>
       <version>
         <release>1.0.1</release>

-- 
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