From 8c4e5f5b4cb05c5d6ff7d739f4e448d1033a1877 Mon Sep 17 00:00:00 2001 From: xtophe38 Date: Tue, 6 Sep 2022 20:52:53 +0200 Subject: [PATCH] Release 3.0.1 --- README.md | 9 +++++---- extension.xml | 4 ++-- teemip-ip-discovery/module.teemip-ip-discovery.php | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 94e1cb1..df01ba4 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# TeemIp IP Discovery -TeemIp extension that enables IP discovery management +# 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 @@ -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 diff --git a/extension.xml b/extension.xml index 4069f60..91b12fa 100755 --- a/extension.xml +++ b/extension.xml @@ -5,8 +5,8 @@ - 3.0.0 - 2022-02-21 + 3.0.1 + 2022-09-01 2.7.0 diff --git a/teemip-ip-discovery/module.teemip-ip-discovery.php b/teemip-ip-discovery/module.teemip-ip-discovery.php index 27057fa..e952089 100755 --- a/teemip-ip-discovery/module.teemip-ip-discovery.php +++ b/teemip-ip-discovery/module.teemip-ip-discovery.php @@ -16,7 +16,7 @@ // Setup // 'dependencies' => array( - 'teemip-ip-mgmt/3.0.0', + 'teemip-ip-mgmt/3.0.1', ), 'mandatory' => false, 'visible' => true,