[example] minor compatibility

git-svn-id: https://forge.glpi-project.org/svn/example/trunk@56 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
moyooo 2008-10-05 11:31:00 +00:00
parent fbd7caefb1
commit 95d5141ef4

View File

@ -116,7 +116,9 @@ function plugin_version_example(){
'name' => 'Plugin Example', 'name' => 'Plugin Example',
'version' => '0.1.0', 'version' => '0.1.0',
'author' => 'Julien Dombre', 'author' => 'Julien Dombre',
'homepage'=> 'http://glpi-project.org'); 'homepage'=> 'http://glpi-project.org',
'minGlpiVersion' => '0.72',// For compatibility / no install in version < 0.72
);
} }
// Install process for plugin : need to return true if succeeded // Install process for plugin : need to return true if succeeded