Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xtophe38 committed Sep 6, 2022
1 parent 99d5c5e commit 8c4e5f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# <img src="https://wiki.teemip.net/lib/exe/fetch.php?media=extensions:classicon_ipdiscovery.png"> TeemIp IP Discovery
TeemIp extension that enables IP discovery management
# <img src="https://wiki.teemip.net/lib/exe/fetch.php?media=extensions:icons8-binoculars-48.png"> TeemIp IP Discovery

TeemIp extension that enables IP discovery management

## Description

This extension adapts TeemIp's standard data model to manage remote IP Discovery Applications. It enables communication with the different discovery engines and store their outputs in TeemIp database.

This extension adapts TeemIp's standard data model to manage remote IP Discovery Applications. It enables communication with the different
discovery engines and store their outputs in TeemIp database.

## Documentation

Expand All @@ -14,4 +14,5 @@ Comprehensive documentation can be found on TeemIp’s [wiki][1], namely in the
[IP Discovery - Extension][2]

[1]: https://wiki.teemip.net

[2]: https://wiki.teemip.net/doku.php?id=extensions:teemip-ip-discovery-extension
4 changes: 2 additions & 2 deletions extension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<author><![CDATA[Christophe Naud]]></author>
<label><![CDATA[TeemIp IP Discovery]]></label>
<description><![CDATA[TeemIp extension that enables IP discovery management]]></description>
<version>3.0.0</version>
<release_date>2022-02-21</release_date>
<version>3.0.1</version>
<release_date>2022-09-01</release_date>
<version_description><![CDATA[Enhancements from 1.0.0: See Wiki at https://wiki.teemip.net/doku
.php?id=extensions:teemip-zone-mgmt]]></version_description>
<itop_version_min>2.7.0</itop_version_min>
Expand Down
2 changes: 1 addition & 1 deletion teemip-ip-discovery/module.teemip-ip-discovery.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// Setup
//
'dependencies' => array(
'teemip-ip-mgmt/3.0.0',
'teemip-ip-mgmt/3.0.1',
),
'mandatory' => false,
'visible' => true,
Expand Down

0 comments on commit 8c4e5f5

Please sign in to comment.