Skip to content

Commit 88a27c7

Browse files
authored
Merge pull request #107 from pluginsGLPI/9.1/compat
GLPi 9.1 compatibility
2 parents eb8e00d + 562f138 commit 88a27c7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

genericobject.xml

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
<author>Walid Nouh</author>
2323
</authors>
2424
<versions>
25+
<version>
26+
<num>0.85-1.1</num>
27+
<compatibility>0.85</compatibility>
28+
<compatibility>0.90</compatibility>
29+
<compatibility>9.1</compatibility>
30+
</version>
2531
<version>
2632
<num>0.85-1.0</num>
2733
<compatibility>0.85</compatibility>

setup.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ function plugin_post_init_genericobject() {
166166
// Get the name and the version of the plugin - Needed
167167
function plugin_version_genericobject() {
168168
return array ('name' => __("Objects management", "genericobject"),
169-
'version' => '0.85-1.1',
169+
'version' => '0.85-1.2',
170170
'author' => "<a href=\"mailto:[email protected]\">Teclib'</a> & <a href='http://www.siprossii.com/'>siprossii</a>",
171171
'homepage' => 'https://github.com/teclib/genericobject',
172172
'license' => 'GPLv2+',

0 commit comments

Comments
 (0)