mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-05-04 18:08:42 +02:00
correct version
git-svn-id: https://forge.glpi-project.org/svn/example/trunk@146 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
parent
cba8235d1f
commit
a2ddb37c0a
@ -150,7 +150,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.3.0',
|
'version' => '4.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.80');// For compatibility / no install in version < 0.80
|
||||||
@ -183,4 +183,4 @@ function plugin_example_check_config($verbose=false) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user