From 95d5141ef4b623804b9f565d4b7240ed85ad5520 Mon Sep 17 00:00:00 2001 From: moyooo Date: Sun, 5 Oct 2008 11:31:00 +0000 Subject: [PATCH] [example] minor compatibility git-svn-id: https://forge.glpi-project.org/svn/example/trunk@56 349b9182-4a13-0410-896f-e5e9767dd1b3 --- setup.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.php b/setup.php index c897ce1..f4456d3 100755 --- a/setup.php +++ b/setup.php @@ -116,7 +116,9 @@ function plugin_version_example(){ 'name' => 'Plugin Example', 'version' => '0.1.0', '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