Development

Changeset 21205

You must first sign up to be able to contribute.

Changeset 21205

Show
Ignore:
Timestamp:
08/18/09 08:17:20 (4 years ago)
Author:
hartym
Message:

[sfEasyCommentsPlugin] updated package.xml template for upcoming release.

Files:

Legend:

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

    r15972 r21205  
    4242        <name>sfDynamicsPlugin</name> 
    4343        <channel>plugins.symfony-project.org</channel> 
    44         <min>0.1.3</min> 
    45         <max>0.1.3</max> 
     44        <min>0.9.2</min> 
     45        <max>1.0.0</max> 
    4646      </package> 
    4747    </required> 
     
    4949  <phprelease></phprelease> 
    5050  <changelog> 
     51    <release> 
     52      <date>2009-08-18</date> 
     53      <version><release>1.0.1</release><api>1.0</api></version> 
     54      <stability><release>stable</release><api>stable</api></stability> 
     55      <notes> 
     56        This is a minor release that fixes a dependency problem with 
     57        sfDynamicsPlugin, when using symfony's plugin:install task. 
     58 
     59        It include changes until r21205. 
     60      </notes> 
     61    </release> 
    5162    <release> 
    5263      <date>2009-03-03</date>