Development

Changeset 18325 for plugins/sfPropelLazyHydrationIteratorPlugin

You must first sign up to be able to contribute.

Show
Ignore:
Timestamp:
05/16/09 09:56:11 (4 years ago)
Author:
prometheas
Message:

Had to add another release because the 0.1.0 release archive contained an outdated README.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfPropelLazyHydrationIteratorPlugin/trunk/src/plugin/package.xml

    r18324 r18325  
    2323  <date>2009-05-16</date> 
    2424  <version> 
    25     <release>0.1.0</release> 
     25    <release>0.1.1</release> 
    2626    <api>0.1.0</api> 
    2727  </version> 
     
    3232  <license uri="http://www.symfony-project.com/license">MIT license</license> 
    3333  <notes> 
    34     Initial public release of plugin
     34    Added a "Known Issues" section to the README
    3535  </notes> 
    3636  <contents> 
     
    7575      </notes> 
    7676    </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> 
    7791  </changelog> 
    7892</package>