Development

Changeset 4998

You must first sign up to be able to contribute.

Changeset 4998

Show
Ignore:
Timestamp:
09/07/07 16:55:01 (6 years ago)
Author:
francois
Message:

sfSimpleForumPlugin Releasing 0.6.1 Beta

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfSimpleForumPlugin/CHANGELOG

    r4529 r4998  
    11== Trunk == 
    22 
     3== 0.6.1 Beta == 
     4 
     5 * francois: Optimized calculated fields in model 
     6 * beleneglorion: Added sticky post feature 
    37 * francois: Added View count on topics 
    48 * francois: Renamed sfBBPlugin to sfSimpleForumPlugin 
  • plugins/sfSimpleForumPlugin/README

    r4529 r4998  
    186186 * Make the plugin sfGuard-independent (cf sfSimpleBlogPlugin) 
    187187 * Forum administration (module to create and arrange forums and categories) 
    188  * Sticky posts 
    189188 * Package with other plugins into an application 
  • plugins/sfSimpleForumPlugin/package.xml

    r4524 r4998  
    1414  <active>yes</active> 
    1515 </lead> 
    16  <date>2007-06-25</date> 
     16 <date>2007-09-07</date> 
    1717 <version> 
    18    <release>0.6.0</release> 
    19    <api>0.6.0</api> 
     18   <release>0.6.1</release> 
     19   <api>0.6.1</api> 
    2020 </version> 
    2121 <stability> 
    22   <release>alpha</release> 
    23   <api>alpha</api> 
     22  <release>beta</release> 
     23  <api>beta</api> 
    2424 </stability> 
    2525 <license uri="http://www.symfony-project.com/license">MIT license</license> 
     
    9595         <file role="data" name="feed-icon.png" /> 
    9696         <file role="data" name="th_bg.gif" /> 
     97         <file role="data" name="sticky.gif" /> 
    9798       </dir> 
    9899     </dir>