Author: hugo.hamon Date: 2009-05-12 16:59:35 +0200 (Tue, 12 May 2009) New Revision: 18174
Modified: plugins/sfFormExtraPlugin/package.xml Log: [sfFormExtraPlugin] updated package.xml file due to r18043 and r18044 Modified: plugins/sfFormExtraPlugin/package.xml =================================================================== --- plugins/sfFormExtraPlugin/package.xml 2009-05-12 14:49:26 UTC (rev 18173) +++ plugins/sfFormExtraPlugin/package.xml 2009-05-12 14:59:35 UTC (rev 18174) @@ -22,6 +22,12 @@ <email>[email protected]</email> <active>yes</active> </developer> + <developer> + <name>Hugo Hamon</name> + <user>hugo.hamon</user> + <email>[email protected]</email> + <active>yes</active> + </developer> <date>2009-04-10</date> <version> <release>1.0.11</release> @@ -47,6 +53,9 @@ <file role="data" name="sfFormLanguage.class.php" /> </dir> <dir name="validator"> + <dir name="doctrine"> + <file role="data" name="sfValidatorDoctrineNestedSetLevel.class.php" /> + </dir> <file role="data" name="sfValidatorBlacklist.class.php" /> <file role="data" name="sfValidatorReCaptcha.class.php" /> <file role="data" name="sfValidatorSchemaTimeInterval.class.php" /> @@ -120,6 +129,23 @@ <changelog> <release> <version> + <release>1.0.12</release> + <api>1.0.0</api> + </version> + <stability> + <release>stable</release> + <api>stable</api> + </stability> + <license uri="http://www.symfony-project.com/license">MIT license</license> + <date>2009-05-07</date> + <license>MIT</license> + <notes> + * hugo.hamon: fixed typo in sfValidatorDoctrineNestedSetLevel validator (r18044) + * hugo.hamon: added new sfValidatorDoctrineNestedSetLevel validator to restrict the max level of a nested set objects tree (r18043) + </notes> + </release> + <release> + <version> <release>1.0.11</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 -~----------~----~----~----~------~----~------~--~---
