Author: tkoomzaaskz Date: 2010-09-01 11:20:08 +0200 (Wed, 01 Sep 2010) New Revision: 30800
Modified: plugins/sfSparklinePlugin/trunk/README plugins/sfSparklinePlugin/trunk/package.xml Log: [sparkline] new release Modified: plugins/sfSparklinePlugin/trunk/README =================================================================== --- plugins/sfSparklinePlugin/trunk/README 2010-09-01 08:26:04 UTC (rev 30799) +++ plugins/sfSparklinePlugin/trunk/README 2010-09-01 09:20:08 UTC (rev 30800) @@ -16,6 +16,10 @@  + + + + Installation ============ Modified: plugins/sfSparklinePlugin/trunk/package.xml =================================================================== --- plugins/sfSparklinePlugin/trunk/package.xml 2010-09-01 08:26:04 UTC (rev 30799) +++ plugins/sfSparklinePlugin/trunk/package.xml 2010-09-01 09:20:08 UTC (rev 30800) @@ -10,10 +10,10 @@ <email>[email protected]</email> <active>yes</active> </lead> - <date>2009-12-13</date> + <date>2010-09-01</date> <time>11:00:00</time> <version> - <release>1.0.0</release> + <release>1.0.1</release> <api>1.0.0</api> </version> <stability> @@ -77,7 +77,7 @@ <name>symfony</name> <channel>pear.symfony-project.com</channel> <min>1.1.0</min> - <max>1.4.0</max> + <max>1.5.0</max> </package> </required> </dependencies> @@ -89,6 +89,23 @@ <release> <version> + <release>1.0.1</release> + <api>1.0.0</api> + </version> + <stability> + <release>stable</release> + <api>stable</api> + </stability> + <license uri="http://www.symfony-project.org/license">MIT license</license> + <date>2010-09-01</date> + <license>MIT</license> + <notes> + * provided support for symfony 1.4.x + </notes> + </release> + + <release> + <version> <release>1.0.0</release> <api>1.0.0</api> </version> -- 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.
