Author: rick
Date: 2010-03-16 16:18:33 +0100 (Tue, 16 Mar 2010)
New Revision: 28563
Modified:
plugins/sfCouchPlugin/trunk/README
plugins/sfCouchPlugin/trunk/package.xml
Log:
Modified: plugins/sfCouchPlugin/trunk/README
===================================================================
--- plugins/sfCouchPlugin/trunk/README 2010-03-16 15:15:19 UTC (rev 28562)
+++ plugins/sfCouchPlugin/trunk/README 2010-03-16 15:18:33 UTC (rev 28563)
@@ -8,13 +8,13 @@
To install the plugin for a symfony project, the usual process is to use the
symfony command line.
- $ symfony plugin:install sfCouchPlugin
+ $ symfony plugin:install -s alpha sfCouchPlugin
Alternatively, if you don't have PEAR installed, you can download the latest
package attached to
-this plugin's wiki page and extract it under your project's `plugins/`
directory.
+this plugin's wiki page and extract it under your project's `plugins/`
directory. Make sure the
+plugin is enabled in your project's /config/ProjectConfiguration.class.php if
you install it
+manually!
-Make sure the plugin is enabled in your project's
/config/ProjectConfiguration.class.php
-
$this->enablePlugins('sfCouchPlugin');
Clear the cache to enable the autoloading to find the new classes:
Modified: plugins/sfCouchPlugin/trunk/package.xml
===================================================================
--- plugins/sfCouchPlugin/trunk/package.xml 2010-03-16 15:15:19 UTC (rev
28562)
+++ plugins/sfCouchPlugin/trunk/package.xml 2010-03-16 15:18:33 UTC (rev
28563)
@@ -13,7 +13,7 @@
<date>2010-03-16</date>
<time>12:00:00</time>
<version>
- <release>0.0.6</release>
+ <release>0.0.7</release>
<api>1.0.0</api>
</version>
<stability>
@@ -58,7 +58,7 @@
<changelog>
<release>
<version>
- <release>0.0.6</release>
+ <release>0.0.7</release>
<api>1.0.0</api>
</version>
<stability>
@@ -68,7 +68,7 @@
<license uri="http://www.gnu.org/licenses/lgpl-3.0.txt">LGPL</license>
<date>2010-03-16</date>
<notes>
- * fixed packaging
+ * changes to the readme file
</notes>
</release>
</changelog>
--
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.