Changeset 23167
- Timestamp:
- 10/18/09 16:49:14 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/pkPersistentFileUploadPlugin/trunk/package.xml.tmpl
r19150 r23167 39 39 <api>##STABILITY##</api> 40 40 </stability> 41 <license uri="http://www. symfony-project.org/license">MIT license</license>41 <license uri="http://www.apostrophenow.com/home/license">MIT license</license> 42 42 <notes>-</notes> 43 43 <contents> … … 65 65 <release> 66 66 <version> 67 <release>1.0.1</release> 68 <api>1.0.1</api> 69 </version> 70 <stability> 71 <release>stable</release> 72 <api>stable</api> 73 </stability> 74 <license uri="http://www.apostrophenow.com/home/license">MIT license</license> 75 <date>2009-10-18</date> 76 <notes>Fixed documentation of image-preview option, which was incorrect. Added markup option, which allows you to specify an alternate template for the img element (very useful if you want to use a background image instead).</notes> 77 </release> 78 <release> 79 <version> 67 80 <release>1.0.0</release> 68 81 <api>1.0.0</api> … … 72 85 <api>stable</api> 73 86 </stability> 74 <license uri="http://www. symfony-project.org/license">MIT license</license>87 <license uri="http://www.apostrophenow.com/home/license">MIT license</license> 75 88 <date>2009-06-09</date> 76 89 <notes>Explicit dependency on pkToolkitPlugin removed due to problems with the way plugin:install handles dependencies (you still need pkToolkitPlugin). 1.0 declared.</notes>