Skip to content

Commit

Permalink
Update XML & URL
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmr committed Feb 25, 2019
1 parent f2443b5 commit 5c4bc5b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions manageentities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
<author>Infotel</author>
</authors>
<versions>
<version>
<num>3.1.0</num>
<compatibility>9.4</compatibility>
</version>
<version>
<num>3.0.1</num>
<compatibility>9.3</compatibility>
</version>
<version>
<num>3.0.0</num>
<compatibility>9.3</compatibility>
Expand Down
4 changes: 2 additions & 2 deletions setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
--------------------------------------------------------------------------
*/

define('PLUGIN_MANAGEENTITIES_VERSION', '4.0.0');
define('PLUGIN_MANAGEENTITIES_VERSION', '3.1.0');

// Init the hooks of the plugins -Needed
function plugin_init_manageentities() {
Expand Down Expand Up @@ -119,7 +119,7 @@ function plugin_version_manageentities() {
'name' => __('Entities portal', 'manageentities'),
'version' => PLUGIN_MANAGEENTITIES_VERSION,
'oldname' => 'manageentity',
'author' => 'Infotel',
'author' => "<a href='http://blogglpi.infotel.com'>Infotel</a>",
'license' => 'GPLv2+',
'homepage' => 'https://github.com/InfotelGLPI/manageentities',
'requirements' => [
Expand Down

0 comments on commit 5c4bc5b

Please sign in to comment.