Skip to content

Commit

Permalink
Updates for 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xtophe38 committed Jan 11, 2022
1 parent 5b5236c commit 42f4498
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions extension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<label><![CDATA[Network Management Extended]]></label>
<description><![CDATA[TeemIp extension that provides additional classes for network management]]></description>
<version>3.0.0</version>
<release_date>2022-01-01</release_date>
<version_description><![CDATA[Enhancements from 1.0.0: See wiki at https://wiki.teemip.net/doku.php?id=extensions:teemip-network-mgmt-extended]]></version_description>
<release_date>2022-01-11</release_date>
<version_description><![CDATA[Enhancements from 1.1.0: See wiki at https://wiki.teemip.net/doku.php?id=extensions:teemip-network-mgmt-extended]]></version_description>
<itop_version_min>2.7.0</itop_version_min>
<status>stable</status>
<mandatory>false</mandatory>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
'teemip-network-mgmt-extended/2.0.0',
'teemip-network-mgmt-extended/3.0.0',
array(
// Identification
//
'label' => 'Network Management Extended',
'category' => 'business',

// Setup
//
'dependencies' => array(
Expand Down

0 comments on commit 42f4498

Please sign in to comment.