Version for GLPI 0.78 + update xml

git-svn-id: https://forge.glpi-project.org/svn/example/trunk@144 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
wawax 2010-10-12 14:51:46 +00:00
parent b746815f03
commit ac2400cb71

View File

@ -152,7 +152,7 @@ function plugin_init_example() {
function plugin_version_example() { function plugin_version_example() {
return array('name' => 'Plugin Example', return array('name' => 'Plugin Example',
'version' => '0.2.0', 'version' => '4.0',
'author' => 'Julien Dombre', 'author' => 'Julien Dombre',
'homepage' => 'https://forge.indepnet.net/projects/show/example', 'homepage' => 'https://forge.indepnet.net/projects/show/example',
'minGlpiVersion' => '0.78');// For compatibility / no install in version < 0.72 'minGlpiVersion' => '0.78');// For compatibility / no install in version < 0.72
@ -185,4 +185,4 @@ function plugin_example_check_config($verbose=false) {
} }
?> ?>