Author: rick Date: 2010-03-17 23:45:23 +0100 (Wed, 17 Mar 2010) New Revision: 28596
Modified: plugins/sfCouchPlugin/trunk/README plugins/sfCouchPlugin/trunk/package.xml Log: beta state :-) Modified: plugins/sfCouchPlugin/trunk/README =================================================================== --- plugins/sfCouchPlugin/trunk/README 2010-03-17 22:43:25 UTC (rev 28595) +++ plugins/sfCouchPlugin/trunk/README 2010-03-17 22:45:23 UTC (rev 28596) @@ -7,9 +7,9 @@ ------------ To install the plugin for a symfony project, the usual process is to use the symfony command line. -You have to add the alpha option as long as this plugin not stable. +You have to add the beta option as long as this plugin not stable. - $ symfony plugin:install -s alpha sfCouchPlugin + $ symfony plugin:install -s beta 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. Make sure the Modified: plugins/sfCouchPlugin/trunk/package.xml =================================================================== --- plugins/sfCouchPlugin/trunk/package.xml 2010-03-17 22:43:25 UTC (rev 28595) +++ plugins/sfCouchPlugin/trunk/package.xml 2010-03-17 22:45:23 UTC (rev 28596) @@ -10,15 +10,15 @@ <email>[email protected]</email> <active>yes</active> </lead> - <date>2010-03-16</date> - <time>12:00:00</time> + <date>2010-03-17</date> + <time>23:00:00</time> <version> - <release>0.0.8</release> + <release>0.1.0</release> <api>1.0.0</api> </version> <stability> - <release>alpha</release> - <api>alpha</api> + <release>beta</release> + <api>beta</api> </stability> <license uri="http://www.gnu.org/licenses/lgpl-3.0.txt">LGPL</license> <notes> @@ -58,17 +58,18 @@ <changelog> <release> <version> - <release>0.0.8</release> + <release>0.1.0</release> <api>1.0.0</api> </version> <stability> - <release>alpha</release> - <api>alpha</api> + <release>beta</release> + <api>beta</api> </stability> <license uri="http://www.gnu.org/licenses/lgpl-3.0.txt">LGPL</license> - <date>2010-03-16</date> + <date>2010-03-17</date> <notes> * changes to the readme file + * added a map/reduce example </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.
