Development

Changeset 17811

You must first sign up to be able to contribute.

Changeset 17811

Show
Ignore:
Timestamp:
04/30/09 11:36:10 (4 years ago)
Author:
jerome.etienne
Message:

- released 0.5.2
- better documentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/jeCheckHostConfigPlugin/README

    r17760 r17811  
    3131    ./symfony checkHostConfig 
    3232 
    33  
    34  
    35 Here is an example of config/checkHostConfig.yml file 
     33Here is an example of config/checkHostConfig.yml file. 
    3634 
    3735    apache: 
     
    4038        modules:    [PDO, pdo_mysql] 
    4139 
     40Copy one in your **project/config/checkHostConfig.yml**. There is a sample one with 
     41much comments in **project/plugin/jeCheckHostConfig/config/checkHostConfig.yml.sample** 
    4242 
    4343== Notes == 
  • plugins/jeCheckHostConfigPlugin/package.xml.tmpl

    r17754 r17811  
    4646    <release> 
    4747      <version> 
     48        <release>0.5.2</release> 
     49        <api>0.5.2</api> 
     50      </version> 
     51      <stability> 
     52        <release>stable</release> 
     53        <api>stable</api> 
     54      </stability> 
     55      <date>2009-04-30</date> 
     56      <license uri="http://svn.symfony-project.com/plugins/jeCheckHostConfigPlugin/trunk/LICENSE"> 
     57        MIT license 
     58      </license> 
     59      <notes> 
     60        * made apache/php cmd_path more configurable (based on garfield-fr's feedback) 
     61        * added the possibility to launch symfony check_configuration.php  
     62      </notes> 
     63    </release>     
     64    <release> 
     65      <version> 
    4866        <release>0.5.1</release> 
    4967        <api>0.5.1</api>