mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-05-04 18:08:42 +02:00
new version for 0.83
git-svn-id: https://forge.glpi-project.org/svn/example/trunk@156 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
parent
da883239d5
commit
24176ef4cb
@ -160,10 +160,10 @@ function plugin_init_example() {
|
|||||||
function plugin_version_example() {
|
function plugin_version_example() {
|
||||||
|
|
||||||
return array('name' => 'Plugin Example',
|
return array('name' => 'Plugin Example',
|
||||||
'version' => '4.0',
|
'version' => '5.0',
|
||||||
'author' => 'Julien Dombre',
|
'author' => 'Julien Dombre',
|
||||||
'homepage' => 'https://forge.indepnet.net/projects/example',
|
'homepage' => 'https://forge.indepnet.net/projects/example',
|
||||||
'minGlpiVersion' => '0.80');// For compatibility / no install in version < 0.80
|
'minGlpiVersion' => '0.83');// For compatibility / no install in version < 0.80
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user