mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-06-28 06:58:43 +02:00
[example] - add minGlpiVersion and maxGlpiVersion
git-svn-id: https://forge.glpi-project.org/svn/example/trunk@39 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
@ -125,7 +125,10 @@ class pluginExample extends CommonDBTM {
|
||||
|
||||
// Get the name and the version of the plugin - Needed
|
||||
function plugin_version_example(){
|
||||
return array( 'name' => 'Plugin Example',
|
||||
return array(
|
||||
'name' => 'Plugin Example',
|
||||
'minGlpiVersion' => '0.71', // Optional but recommended
|
||||
'maxGlpiVersion' => '0.71', // Optional
|
||||
'version' => '0.0.1');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user