Development

Changeset 23167

You must first sign up to be able to contribute.

Changeset 23167

Show
Ignore:
Timestamp:
10/18/09 16:49:14 (4 years ago)
Author:
boutell
Message:

1.0.2 packaged

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/pkPersistentFileUploadPlugin/trunk/package.xml.tmpl

    r19150 r23167  
    3939    <api>##STABILITY##</api> 
    4040  </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> 
    4242  <notes>-</notes> 
    4343  <contents> 
     
    6565    <release> 
    6666      <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> 
    6780        <release>1.0.0</release> 
    6881        <api>1.0.0</api> 
     
    7285        <api>stable</api> 
    7386      </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> 
    7588      <date>2009-06-09</date> 
    7689      <notes>Explicit dependency on pkToolkitPlugin removed due to problems with the way plugin:install handles dependencies (you still need pkToolkitPlugin). 1.0 declared.</notes>