Changeset 18325 for plugins/sfPropelLazyHydrationIteratorPlugin
- Timestamp:
- 05/16/09 09:56:11 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfPropelLazyHydrationIteratorPlugin/trunk/src/plugin/package.xml
r18324 r18325 23 23 <date>2009-05-16</date> 24 24 <version> 25 <release>0.1. 0</release>25 <release>0.1.1</release> 26 26 <api>0.1.0</api> 27 27 </version> … … 32 32 <license uri="http://www.symfony-project.com/license">MIT license</license> 33 33 <notes> 34 Initial public release of plugin.34 Added a "Known Issues" section to the README. 35 35 </notes> 36 36 <contents> … … 75 75 </notes> 76 76 </release> 77 <release> 78 <version> 79 <release>0.1.1</release> 80 <api>0.1.0</api> 81 </version> 82 <stability> 83 <release>alpha</release> 84 <release>alpha</release> 85 </stability> 86 <license uri="http://www.symfony-project.com/license">MIT license</license> 87 <notes> 88 Added a "Known Issues" section to the README. 89 </notes> 90 </release> 77 91 </changelog> 78 92 </package>