Changeset 16265
- Timestamp:
- 03/12/09 16:23:41 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfFormExtraPlugin/package.xml
r16264 r16265 54 54 </dir> 55 55 <dir name="widget"> 56 <file role="data" name="sfWidgetFormDoctrineChoiceGrouped.class.php" /> 56 57 <file role="data" name="sfWidgetFormJQueryAutocompleter.class.php" /> 57 58 <file role="data" name="sfWidgetFormJQueryDate.class.php" /> 59 <file role="data" name="sfWidgetFormPropelChoiceGrouped.class.php" /> 58 60 <file role="data" name="sfWidgetFormPropelJQueryAutocompleter.class.php" /> 59 61 <file role="data" name="sfWidgetFormReCaptcha.class.php" /> 60 62 <file role="data" name="sfWidgetFormSelectDoubleList.class.php" /> 63 <file role="data" name="sfWidgetFormSelectUSState.class.php" /> 61 64 <file role="data" name="sfWidgetFormTextareaTinyMCE.class.php" /> 62 65 </dir> … … 119 122 <release> 120 123 <version> 124 <release>1.0.11</release> 125 <api>1.0.0</api> 126 </version> 127 <stability> 128 <release>stable</release> 129 <api>stable</api> 130 </stability> 131 <license uri="http://www.symfony-project.com/license">MIT license</license> 132 <date><!-- forthcoming --></date> 133 <license>MIT</license> 134 <notes> 135 * Kris.Wallsmith: added sfWidgetFormSelectUSState 136 * Kris.Wallsmith: added sfWidgetFormPropelChoiceGrouped 137 * Kris.Wallsmith: added sfWidgetFormDoctrineChoiceGrouped 138 </notes> 139 </release> 140 <release> 141 <version> 121 142 <release>1.0.10</release> 122 143 <api>1.0.0</api> … … 131 152 <notes> 132 153 * fabien: fixed typo 133 * Kris.Wallsmith: added sfWidgetFormPropelChoiceGrouped134 154 </notes> 135 155 </release> … … 168 188 * fabian: fixed javascript function names (#5261) 169 189 * fabien: replaced $() with jQuery() (#4999) 170 * Kris.Wallsmith: added sfWidgetFormSelectUSState171 190 </notes> 172 191 </release>