mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-05-04 18:08:42 +02:00
[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:
parent
fbd7caefb1
commit
95d5141ef4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user