Skip to content

Commit

Permalink
Merge pull request #107 from pluginsGLPI/9.1/compat
Browse files Browse the repository at this point in the history
GLPi 9.1 compatibility
  • Loading branch information
orthagh authored Sep 13, 2016
2 parents eb8e00d + 562f138 commit 88a27c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions genericobject.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
<author>Walid Nouh</author>
</authors>
<versions>
<version>
<num>0.85-1.1</num>
<compatibility>0.85</compatibility>
<compatibility>0.90</compatibility>
<compatibility>9.1</compatibility>
</version>
<version>
<num>0.85-1.0</num>
<compatibility>0.85</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function plugin_post_init_genericobject() {
// Get the name and the version of the plugin - Needed
function plugin_version_genericobject() {
return array ('name' => __("Objects management", "genericobject"),
'version' => '0.85-1.1',
'version' => '0.85-1.2',
'author' => "<a href=\"mailto:[email protected]\">Teclib'</a> & <a href='http://www.siprossii.com/'>siprossii</a>",
'homepage' => 'https://github.com/teclib/genericobject',
'license' => 'GPLv2+',
Expand Down

0 comments on commit 88a27c7

Please sign in to comment.