From ac7abb3049642e162f19face0c26f8e549abdc4a Mon Sep 17 00:00:00 2001 From: Molkobain Date: Tue, 14 Mar 2023 09:55:18 +0100 Subject: [PATCH] Prepare iTop 3.0.3 release * Increase constants version to 3.0.3 * Increase modules version to 3.0.3 * Update licenses file --- approot.inc.php | 2 +- .../2.x/authent-cas/module.authent-cas.php | 2 +- .../module.authent-external.php | 2 +- .../2.x/authent-ldap/module.authent-ldap.php | 2 +- .../authent-local/module.authent-local.php | 2 +- ...dule.combodo-backoffice-darkmoon-theme.php | 2 +- .../module.combodo-db-tools.php | 2 +- .../module.itop-attachments.php | 2 +- .../2.x/itop-backup/module.itop-backup.php | 2 +- .../module.itop-bridge-cmdb-ticket.php | 2 +- ...ule.itop-bridge-virtualization-storage.php | 2 +- .../module.itop-change-mgmt-itil.php | 2 +- .../module.itop-change-mgmt.php | 2 +- .../module.itop-config-mgmt.php | 2 +- .../2.x/itop-config/module.itop-config.php | 2 +- .../module.itop-core-update.php | 2 +- .../module.itop-datacenter-mgmt.php | 2 +- .../module.itop-endusers-devices.php | 2 +- .../itop-faq-light/module.itop-faq-light.php | 2 +- .../module.itop-files-information.php | 2 +- .../itop-full-itil/module.itop-full-itil.php | 2 +- .../module.itop-hub-connector.php | 2 +- .../module.itop-incident-mgmt-itil.php | 2 +- .../module.itop-knownerror-mgmt.php | 2 +- .../module.itop-oauth-client.php | 2 +- .../module.itop-portal-base.php | 2 +- .../2.x/itop-portal/module.itop-portal.php | 2 +- .../module.itop-problem-mgmt.php | 2 +- .../module.itop-profiles-itil.php | 2 +- .../module.itop-request-mgmt-itil.php | 2 +- .../module.itop-request-mgmt.php | 2 +- .../module.itop-service-mgmt-provider.php | 2 +- .../module.itop-service-mgmt.php | 2 +- .../module.itop-sla-computation.php | 2 +- .../module.itop-storage-mgmt.php | 2 +- .../itop-structure/module.itop-structure.php | 2 +- .../module.itop-themes-compat.php | 2 +- .../2.x/itop-tickets/module.itop-tickets.php | 2 +- .../module.itop-virtualization-mgmt.php | 2 +- .../module.itop-welcome-itil.php | 2 +- datamodels/2.x/version.xml | 2 +- setup/licenses/community-licenses.xml | 1972 +++-------------- 42 files changed, 358 insertions(+), 1696 deletions(-) diff --git a/approot.inc.php b/approot.inc.php index 5ac60b2e4..f2a70685b 100644 --- a/approot.inc.php +++ b/approot.inc.php @@ -23,6 +23,6 @@ define('ITOP_DESIGN_LATEST_VERSION', '3.0'); * @used-by utils::GetItopVersionWikiSyntax() * @used-by iTopModulesPhpVersionIntegrationTest */ -define('ITOP_CORE_VERSION', '3.0.2'); +define('ITOP_CORE_VERSION', '3.0.3'); require_once APPROOT.'bootstrap.inc.php'; diff --git a/datamodels/2.x/authent-cas/module.authent-cas.php b/datamodels/2.x/authent-cas/module.authent-cas.php index 2e1a6cbf7..49c988332 100644 --- a/datamodels/2.x/authent-cas/module.authent-cas.php +++ b/datamodels/2.x/authent-cas/module.authent-cas.php @@ -5,7 +5,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'authent-cas/3.0.2', + 'authent-cas/3.0.3', array( // Identification // diff --git a/datamodels/2.x/authent-external/module.authent-external.php b/datamodels/2.x/authent-external/module.authent-external.php index 1eed031c2..2677c4e01 100755 --- a/datamodels/2.x/authent-external/module.authent-external.php +++ b/datamodels/2.x/authent-external/module.authent-external.php @@ -27,7 +27,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'authent-external/3.0.2', + 'authent-external/3.0.3', array( // Identification // diff --git a/datamodels/2.x/authent-ldap/module.authent-ldap.php b/datamodels/2.x/authent-ldap/module.authent-ldap.php index 2d5771bed..4d1f29ccd 100755 --- a/datamodels/2.x/authent-ldap/module.authent-ldap.php +++ b/datamodels/2.x/authent-ldap/module.authent-ldap.php @@ -9,7 +9,7 @@ if (function_exists('ldap_connect')) SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'authent-ldap/3.0.2', + 'authent-ldap/3.0.3', array( // Identification // diff --git a/datamodels/2.x/authent-local/module.authent-local.php b/datamodels/2.x/authent-local/module.authent-local.php index ed314d74b..80ba347dc 100755 --- a/datamodels/2.x/authent-local/module.authent-local.php +++ b/datamodels/2.x/authent-local/module.authent-local.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'authent-local/3.0.2', + 'authent-local/3.0.3', array( // Identification // diff --git a/datamodels/2.x/combodo-backoffice-darkmoon-theme/module.combodo-backoffice-darkmoon-theme.php b/datamodels/2.x/combodo-backoffice-darkmoon-theme/module.combodo-backoffice-darkmoon-theme.php index 6de2cfc13..3b439d281 100644 --- a/datamodels/2.x/combodo-backoffice-darkmoon-theme/module.combodo-backoffice-darkmoon-theme.php +++ b/datamodels/2.x/combodo-backoffice-darkmoon-theme/module.combodo-backoffice-darkmoon-theme.php @@ -5,7 +5,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'combodo-backoffice-darkmoon-theme/3.0.2', + 'combodo-backoffice-darkmoon-theme/3.0.3', array( // Identification // diff --git a/datamodels/2.x/combodo-db-tools/module.combodo-db-tools.php b/datamodels/2.x/combodo-db-tools/module.combodo-db-tools.php index dd9fe4087..7efb878b7 100644 --- a/datamodels/2.x/combodo-db-tools/module.combodo-db-tools.php +++ b/datamodels/2.x/combodo-db-tools/module.combodo-db-tools.php @@ -24,7 +24,7 @@ /** @noinspection PhpUnhandledExceptionInspection */ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'combodo-db-tools/3.0.2', + 'combodo-db-tools/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-attachments/module.itop-attachments.php b/datamodels/2.x/itop-attachments/module.itop-attachments.php index 3c7ff8c52..65e5627d7 100644 --- a/datamodels/2.x/itop-attachments/module.itop-attachments.php +++ b/datamodels/2.x/itop-attachments/module.itop-attachments.php @@ -19,7 +19,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-attachments/3.0.2', + 'itop-attachments/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-backup/module.itop-backup.php b/datamodels/2.x/itop-backup/module.itop-backup.php index a5f638d00..afcd02714 100644 --- a/datamodels/2.x/itop-backup/module.itop-backup.php +++ b/datamodels/2.x/itop-backup/module.itop-backup.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-backup/3.0.2', + 'itop-backup/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-bridge-cmdb-ticket/module.itop-bridge-cmdb-ticket.php b/datamodels/2.x/itop-bridge-cmdb-ticket/module.itop-bridge-cmdb-ticket.php index aac16ded9..23a1b7823 100644 --- a/datamodels/2.x/itop-bridge-cmdb-ticket/module.itop-bridge-cmdb-ticket.php +++ b/datamodels/2.x/itop-bridge-cmdb-ticket/module.itop-bridge-cmdb-ticket.php @@ -5,7 +5,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-bridge-cmdb-ticket/3.0.2', + 'itop-bridge-cmdb-ticket/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-bridge-virtualization-storage/module.itop-bridge-virtualization-storage.php b/datamodels/2.x/itop-bridge-virtualization-storage/module.itop-bridge-virtualization-storage.php index b80d21703..017e38ec1 100644 --- a/datamodels/2.x/itop-bridge-virtualization-storage/module.itop-bridge-virtualization-storage.php +++ b/datamodels/2.x/itop-bridge-virtualization-storage/module.itop-bridge-virtualization-storage.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-bridge-virtualization-storage/3.0.2', + 'itop-bridge-virtualization-storage/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-change-mgmt-itil/module.itop-change-mgmt-itil.php b/datamodels/2.x/itop-change-mgmt-itil/module.itop-change-mgmt-itil.php index 0e518ff69..fa8acf85f 100755 --- a/datamodels/2.x/itop-change-mgmt-itil/module.itop-change-mgmt-itil.php +++ b/datamodels/2.x/itop-change-mgmt-itil/module.itop-change-mgmt-itil.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-change-mgmt-itil/3.0.2', + 'itop-change-mgmt-itil/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-change-mgmt/module.itop-change-mgmt.php b/datamodels/2.x/itop-change-mgmt/module.itop-change-mgmt.php index e71cf33da..82598f4cc 100755 --- a/datamodels/2.x/itop-change-mgmt/module.itop-change-mgmt.php +++ b/datamodels/2.x/itop-change-mgmt/module.itop-change-mgmt.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-change-mgmt/3.0.2', + 'itop-change-mgmt/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-config-mgmt/module.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/module.itop-config-mgmt.php index 9ba9e3777..574a3eb9e 100755 --- a/datamodels/2.x/itop-config-mgmt/module.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/module.itop-config-mgmt.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-config-mgmt/3.0.2', + 'itop-config-mgmt/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-config/module.itop-config.php b/datamodels/2.x/itop-config/module.itop-config.php index 9e8692b2e..f6d50b8bf 100644 --- a/datamodels/2.x/itop-config/module.itop-config.php +++ b/datamodels/2.x/itop-config/module.itop-config.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-config/3.0.2', + 'itop-config/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-core-update/module.itop-core-update.php b/datamodels/2.x/itop-core-update/module.itop-core-update.php index ae17c8464..0ee5be04d 100644 --- a/datamodels/2.x/itop-core-update/module.itop-core-update.php +++ b/datamodels/2.x/itop-core-update/module.itop-core-update.php @@ -24,7 +24,7 @@ /** @noinspection PhpUnhandledExceptionInspection */ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-core-update/3.0.2', + 'itop-core-update/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-datacenter-mgmt/module.itop-datacenter-mgmt.php b/datamodels/2.x/itop-datacenter-mgmt/module.itop-datacenter-mgmt.php index 31d3fd3b7..5be91fa88 100755 --- a/datamodels/2.x/itop-datacenter-mgmt/module.itop-datacenter-mgmt.php +++ b/datamodels/2.x/itop-datacenter-mgmt/module.itop-datacenter-mgmt.php @@ -18,7 +18,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-datacenter-mgmt/3.0.2', + 'itop-datacenter-mgmt/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-endusers-devices/module.itop-endusers-devices.php b/datamodels/2.x/itop-endusers-devices/module.itop-endusers-devices.php index c47740d71..ddc07a0ed 100644 --- a/datamodels/2.x/itop-endusers-devices/module.itop-endusers-devices.php +++ b/datamodels/2.x/itop-endusers-devices/module.itop-endusers-devices.php @@ -25,7 +25,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-endusers-devices/3.0.2', + 'itop-endusers-devices/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-faq-light/module.itop-faq-light.php b/datamodels/2.x/itop-faq-light/module.itop-faq-light.php index fe6dd47cc..d3a9215e8 100755 --- a/datamodels/2.x/itop-faq-light/module.itop-faq-light.php +++ b/datamodels/2.x/itop-faq-light/module.itop-faq-light.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-faq-light/3.0.2', + 'itop-faq-light/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-files-information/module.itop-files-information.php b/datamodels/2.x/itop-files-information/module.itop-files-information.php index a694f8a0b..1cd309c3c 100644 --- a/datamodels/2.x/itop-files-information/module.itop-files-information.php +++ b/datamodels/2.x/itop-files-information/module.itop-files-information.php @@ -24,7 +24,7 @@ /** @noinspection PhpUnhandledExceptionInspection */ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-files-information/3.0.2', + 'itop-files-information/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-full-itil/module.itop-full-itil.php b/datamodels/2.x/itop-full-itil/module.itop-full-itil.php index 913261024..101c6adea 100644 --- a/datamodels/2.x/itop-full-itil/module.itop-full-itil.php +++ b/datamodels/2.x/itop-full-itil/module.itop-full-itil.php @@ -6,7 +6,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-full-itil/3.0.2', + 'itop-full-itil/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-hub-connector/module.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/module.itop-hub-connector.php index fc2857b4e..1fc6d332f 100644 --- a/datamodels/2.x/itop-hub-connector/module.itop-hub-connector.php +++ b/datamodels/2.x/itop-hub-connector/module.itop-hub-connector.php @@ -5,7 +5,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-hub-connector/3.0.2', + 'itop-hub-connector/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-incident-mgmt-itil/module.itop-incident-mgmt-itil.php b/datamodels/2.x/itop-incident-mgmt-itil/module.itop-incident-mgmt-itil.php index 1b0dd61c6..7fe01c79c 100755 --- a/datamodels/2.x/itop-incident-mgmt-itil/module.itop-incident-mgmt-itil.php +++ b/datamodels/2.x/itop-incident-mgmt-itil/module.itop-incident-mgmt-itil.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-incident-mgmt-itil/3.0.2', + 'itop-incident-mgmt-itil/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-knownerror-mgmt/module.itop-knownerror-mgmt.php b/datamodels/2.x/itop-knownerror-mgmt/module.itop-knownerror-mgmt.php index 058244ccb..7d631d3b6 100755 --- a/datamodels/2.x/itop-knownerror-mgmt/module.itop-knownerror-mgmt.php +++ b/datamodels/2.x/itop-knownerror-mgmt/module.itop-knownerror-mgmt.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-knownerror-mgmt/3.0.2', + 'itop-knownerror-mgmt/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-oauth-client/module.itop-oauth-client.php b/datamodels/2.x/itop-oauth-client/module.itop-oauth-client.php index 2cbdffcbd..5702387f0 100644 --- a/datamodels/2.x/itop-oauth-client/module.itop-oauth-client.php +++ b/datamodels/2.x/itop-oauth-client/module.itop-oauth-client.php @@ -5,7 +5,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-oauth-client/3.0.2', + 'itop-oauth-client/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-portal-base/module.itop-portal-base.php b/datamodels/2.x/itop-portal-base/module.itop-portal-base.php index b0ca5ba0c..d5cc217b7 100644 --- a/datamodels/2.x/itop-portal-base/module.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/module.itop-portal-base.php @@ -20,7 +20,7 @@ /** @noinspection PhpUnhandledExceptionInspection */ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-portal-base/3.0.2', array( + 'itop-portal-base/3.0.3', array( // Identification 'label' => 'Portal Development Library', 'category' => 'Portal', diff --git a/datamodels/2.x/itop-portal/module.itop-portal.php b/datamodels/2.x/itop-portal/module.itop-portal.php index 671f10f7a..630d8fd0e 100644 --- a/datamodels/2.x/itop-portal/module.itop-portal.php +++ b/datamodels/2.x/itop-portal/module.itop-portal.php @@ -20,7 +20,7 @@ /** @noinspection PhpUnhandledExceptionInspection */ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-portal/3.0.2', array( + 'itop-portal/3.0.3', array( // Identification 'label' => 'Enhanced Customer Portal', 'category' => 'Portal', diff --git a/datamodels/2.x/itop-problem-mgmt/module.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/module.itop-problem-mgmt.php index 873406dd1..cab3acbeb 100755 --- a/datamodels/2.x/itop-problem-mgmt/module.itop-problem-mgmt.php +++ b/datamodels/2.x/itop-problem-mgmt/module.itop-problem-mgmt.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-problem-mgmt/3.0.2', + 'itop-problem-mgmt/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-profiles-itil/module.itop-profiles-itil.php b/datamodels/2.x/itop-profiles-itil/module.itop-profiles-itil.php index 8860dc4f4..315e4a964 100755 --- a/datamodels/2.x/itop-profiles-itil/module.itop-profiles-itil.php +++ b/datamodels/2.x/itop-profiles-itil/module.itop-profiles-itil.php @@ -19,7 +19,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-profiles-itil/3.0.2', + 'itop-profiles-itil/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-request-mgmt-itil/module.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/module.itop-request-mgmt-itil.php index 78d4e5a1e..5feb48952 100755 --- a/datamodels/2.x/itop-request-mgmt-itil/module.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/module.itop-request-mgmt-itil.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-request-mgmt-itil/3.0.2', + 'itop-request-mgmt-itil/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-request-mgmt/module.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/module.itop-request-mgmt.php index 1359df8ae..2aa5b2faf 100755 --- a/datamodels/2.x/itop-request-mgmt/module.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/module.itop-request-mgmt.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-request-mgmt/3.0.2', + 'itop-request-mgmt/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-service-mgmt-provider/module.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/module.itop-service-mgmt-provider.php index 5a766cdcb..f35068110 100755 --- a/datamodels/2.x/itop-service-mgmt-provider/module.itop-service-mgmt-provider.php +++ b/datamodels/2.x/itop-service-mgmt-provider/module.itop-service-mgmt-provider.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-service-mgmt-provider/3.0.2', + 'itop-service-mgmt-provider/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-service-mgmt/module.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/module.itop-service-mgmt.php index b6d14682f..db6f301c6 100755 --- a/datamodels/2.x/itop-service-mgmt/module.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/module.itop-service-mgmt.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-service-mgmt/3.0.2', + 'itop-service-mgmt/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-sla-computation/module.itop-sla-computation.php b/datamodels/2.x/itop-sla-computation/module.itop-sla-computation.php index 5f373230d..2569daad1 100755 --- a/datamodels/2.x/itop-sla-computation/module.itop-sla-computation.php +++ b/datamodels/2.x/itop-sla-computation/module.itop-sla-computation.php @@ -18,7 +18,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-sla-computation/3.0.2', + 'itop-sla-computation/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-storage-mgmt/module.itop-storage-mgmt.php b/datamodels/2.x/itop-storage-mgmt/module.itop-storage-mgmt.php index 311dd1516..0644a8362 100644 --- a/datamodels/2.x/itop-storage-mgmt/module.itop-storage-mgmt.php +++ b/datamodels/2.x/itop-storage-mgmt/module.itop-storage-mgmt.php @@ -25,7 +25,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-storage-mgmt/3.0.2', + 'itop-storage-mgmt/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-structure/module.itop-structure.php b/datamodels/2.x/itop-structure/module.itop-structure.php index 854d7a18c..3dfe81d36 100644 --- a/datamodels/2.x/itop-structure/module.itop-structure.php +++ b/datamodels/2.x/itop-structure/module.itop-structure.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-structure/3.0.2', + 'itop-structure/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-themes-compat/module.itop-themes-compat.php b/datamodels/2.x/itop-themes-compat/module.itop-themes-compat.php index c877b4cc9..bcd478426 100644 --- a/datamodels/2.x/itop-themes-compat/module.itop-themes-compat.php +++ b/datamodels/2.x/itop-themes-compat/module.itop-themes-compat.php @@ -5,7 +5,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-themes-compat/3.0.2', + 'itop-themes-compat/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-tickets/module.itop-tickets.php b/datamodels/2.x/itop-tickets/module.itop-tickets.php index 6916479b9..adbc126ff 100755 --- a/datamodels/2.x/itop-tickets/module.itop-tickets.php +++ b/datamodels/2.x/itop-tickets/module.itop-tickets.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, - 'itop-tickets/3.0.2', + 'itop-tickets/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-virtualization-mgmt/module.itop-virtualization-mgmt.php b/datamodels/2.x/itop-virtualization-mgmt/module.itop-virtualization-mgmt.php index 67389e4d2..605cb8777 100644 --- a/datamodels/2.x/itop-virtualization-mgmt/module.itop-virtualization-mgmt.php +++ b/datamodels/2.x/itop-virtualization-mgmt/module.itop-virtualization-mgmt.php @@ -16,7 +16,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-virtualization-mgmt/3.0.2', + 'itop-virtualization-mgmt/3.0.3', array( // Identification // diff --git a/datamodels/2.x/itop-welcome-itil/module.itop-welcome-itil.php b/datamodels/2.x/itop-welcome-itil/module.itop-welcome-itil.php index 362da8c49..dcf4a0b75 100755 --- a/datamodels/2.x/itop-welcome-itil/module.itop-welcome-itil.php +++ b/datamodels/2.x/itop-welcome-itil/module.itop-welcome-itil.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-welcome-itil/3.0.2', + 'itop-welcome-itil/3.0.3', array( // Identification // diff --git a/datamodels/2.x/version.xml b/datamodels/2.x/version.xml index c8f1c5763..b6837e4c8 100755 --- a/datamodels/2.x/version.xml +++ b/datamodels/2.x/version.xml @@ -1,4 +1,4 @@ - 3.0.2 + 3.0.3 diff --git a/setup/licenses/community-licenses.xml b/setup/licenses/community-licenses.xml index f9d21cdc7..f22d4f5b5 100644 --- a/setup/licenses/community-licenses.xml +++ b/setup/licenses/community-licenses.xml @@ -1674,8 +1674,8 @@ to represent the company, product, or service to which they refer.** apereo/phpcas - Joachim Fritschi - Adam Franco - Henry Pan - Apache-2.0 + # + combodo/tcpdf - Nicola Asuni - Combodo - LGPL-3.0-only - - - - doctrine/lexer - Guilherme Blanco - Roman Borschel - Johannes Schmitt - MIT - - - - egulias/email-validator - Eduardo Gulias Davis - MIT - - - - nikic/php-parser - Nikita Popov - BSD-3-Clause - - - - paragonie/random_compat - Paragon Initiative Enterprises - MIT - - - - pear/archive_tar - Vincent Blavet - Greg Beaver - Michiel Rook - BSD-3-Clause - - - - pear/console_getopt - Andrei Zmievski - Stig Bakken - Greg Beaver - BSD-2-Clause - - - - pear/pear-core-minimal - Christian Weiske - BSD-3-Clause - - - - pear/pear_exception - Helgi Thormar - Greg Beaver - BSD-2-Clause - , - Gregory Beaver , - Helgi Þormar Þorbjörnsson , - Tomas V.V.Cox , - Martin Jansen . -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - ]]> - - - pelago/emogrifier - Oliver Klee - Zoli Szabó - John Reeve - Jake Hotson - Cameron Brooks - Jaime Prado - MIT - - - - psr/cache - PHP-FIG - MIT - - - - psr/container - PHP-FIG - MIT - - - - psr/log - PHP-FIG - MIT - - - - psr/simple-cache - PHP-FIG - MIT - Permission is hereby granted, free of charge, to any person obtaining a copy -> of this software and associated documentation files (the "Software"), to deal -> in the Software without restriction, including without limitation the rights -> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -> copies of the Software, and to permit persons to whom the Software is -> furnished to do so, subject to the following conditions: -> -> The above copyright notice and this permission notice shall be included in -> all copies or substantial portions of the Software. -> -> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -> THE SOFTWARE. - ]]> - - - scssphp/scssphp - Anthon Pang - Cédric Morin - MIT - - - - swiftmailer/swiftmailer - Chris Corbyn - Fabien Potencier - MIT - - - - symfony/cache - Nicolas Grekas - Symfony Community - MIT - - - - symfony/class-loader - Fabien Potencier - Symfony Community - MIT - - - - symfony/config - Fabien Potencier - Symfony Community - MIT - - - - symfony/console - Fabien Potencier - Symfony Community - MIT - - - - symfony/css-selector - Fabien Potencier - Jean-François Simon - Symfony Community - MIT - - - - symfony/debug - Fabien Potencier - Symfony Community - MIT - - - - symfony/dependency-injection - Fabien Potencier - Symfony Community - MIT - - - - symfony/dotenv - Fabien Potencier - Symfony Community - MIT - - - - symfony/event-dispatcher - Fabien Potencier - Symfony Community - MIT - - - - symfony/filesystem - Fabien Potencier - Symfony Community - MIT - - - - symfony/finder - Fabien Potencier - Symfony Community - MIT - - - - symfony/framework-bundle - Fabien Potencier - Symfony Community - MIT - - - - symfony/http-foundation - Fabien Potencier - Symfony Community - MIT - - - - symfony/http-kernel - Fabien Potencier - Symfony Community - MIT - - - - symfony/polyfill-apcu - Nicolas Grekas - Symfony Community - MIT - - - - symfony/polyfill-ctype - Gert de Pagter - Symfony Community - MIT - - - - symfony/polyfill-iconv - Nicolas Grekas - Symfony Community - MIT - - - - symfony/polyfill-intl-idn - Laurent Bassin - Trevor Rowbotham - Symfony Community - MIT - - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is furnished -to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - ]]> - - - symfony/polyfill-intl-normalizer - Nicolas Grekas - Symfony Community - MIT - - - - symfony/polyfill-mbstring - Nicolas Grekas - Symfony Community - MIT - - - - symfony/polyfill-php56 - Nicolas Grekas - Symfony Community - MIT - - - - symfony/polyfill-php70 - Nicolas Grekas - Symfony Community - MIT - - - - symfony/polyfill-php72 - Nicolas Grekas - Symfony Community - MIT - - - - symfony/polyfill-util - Nicolas Grekas - Symfony Community - MIT - - - - symfony/routing - Fabien Potencier - Symfony Community - MIT - - - - symfony/stopwatch - Fabien Potencier - Symfony Community - MIT - - - - symfony/twig-bridge - Fabien Potencier - Symfony Community - MIT - - - - symfony/twig-bundle - Fabien Potencier - Symfony Community - MIT - - - - symfony/var-dumper - Nicolas Grekas - Symfony Community - MIT - - - - symfony/web-profiler-bundle - Fabien Potencier - Symfony Community - MIT - - - - symfony/yaml - Fabien Potencier - Symfony Community - MIT - - - - twig/twig - Fabien Potencier - Twig Team - Armin Ronacher - BSD-3-Clause - - - - Freepik images - Freepik - Proprietary licensed - - - - icons8 images - icons8 - Proprietary licensed - - - - unDraw illustrations - Katerina Limpitsouni - Proprietary licensed - - - - bulma-scss - Jim Campbell - MIT - - - - datatables.net - SpryMedia Ltd - MIT - - - - datatables.net-fixedheader - SpryMedia Ltd - MIT - - - - datatables.net-responsive - SpryMedia Ltd - MIT - - - - datatables.net-scroller - SpryMedia Ltd - MIT - - - - datatables.net-select - SpryMedia Ltd - MIT - - - - popperjs/core - Federico Zivolo - MIT - - - - raleway-webfont - Pablo Impallari - MIT AND OFL-1.1 - - - - scrollmagic - Jan Paepke - MIT OR GPL-3.0+ - - - - tippy.js - atomiks - MIT - - - - combodo/tcpdf - Nicola Asuni - Combodo - LGPL-3.0-only + # + container-interop/container-interop - MIT + doctrine/lexer - Guilherme Blanco - Roman Borschel - Johannes Schmitt - MIT + # + egulias/email-validator - Eduardo Gulias Davis - MIT + # + firebase/php-jwt - Neuman Vong - Anant Narayanan - BSD-3-Clause + # + guzzlehttp/guzzle - Graham Campbell - Michael Dowling - Jeremy Lindblom - George Mponos - Tobias Nyholm - Márk Sági-Kazár - Tobias Schultze - MIT + # + guzzlehttp/promises - Graham Campbell - Michael Dowling - Tobias Nyholm - Tobias Schultze - MIT + # + guzzlehttp/psr7 - Graham Campbell - Michael Dowling - George Mponos - Tobias Nyholm - Márk Sági-Kazár - Tobias Schultze - MIT + # + laminas/laminas-loader - BSD-3-Clause + laminas/laminas-mail - BSD-3-Clause + laminas/laminas-mime - BSD-3-Clause + laminas/laminas-servicemanager - BSD-3-Clause + laminas/laminas-stdlib - BSD-3-Clause + laminas/laminas-validator - BSD-3-Clause + laminas/laminas-zendframework-bridge - BSD-3-Clause + league/oauth2-client - Alex Bilbie - Woody Gilk - MIT + # + league/oauth2-google - Woody Gilk - MIT + # + nikic/php-parser - Nikita Popov - BSD-3-Clause + # + paragonie/random_compat - Paragon Initiative Enterprises - MIT + # + pear/archive_tar - Vincent Blavet - Greg Beaver - Michiel Rook - BSD-3-Clause + # + pear/console_getopt - Andrei Zmievski - Stig Bakken - Greg Beaver - BSD-2-Clause + # + pear/pear-core-minimal - Christian Weiske - BSD-3-Clause + # + pear/pear_exception - Helgi Thormar - Greg Beaver - BSD-2-Clause + # + , @@ -5687,8 +4180,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. pelago/emogrifier - Oliver Klee - Zoli Szabó - John Reeve - Jake Hotson - Cameron Brooks - Jaime Prado - MIT + # + psr/cache - PHP-FIG - MIT + # + psr/container - PHP-FIG - MIT + # + psr/http-message - PHP-FIG - MIT + # + psr/log - PHP-FIG - MIT + # + psr/simple-cache - PHP-FIG - MIT + # + ralouphie/getallheaders - Ralph Khattar - MIT + # + scssphp/scssphp - Anthon Pang - Cédric Morin - MIT + # + swiftmailer/swiftmailer - Chris Corbyn - Fabien Potencier - MIT + # + symfony/cache - Nicolas Grekas - Symfony Community - MIT + # + symfony/class-loader - Fabien Potencier - Symfony Community - MIT + # + symfony/config - Fabien Potencier - Symfony Community - MIT + # + symfony/console - Fabien Potencier - Symfony Community - MIT + # + symfony/css-selector - Fabien Potencier - Jean-François Simon - Symfony Community - MIT + # + symfony/debug - Fabien Potencier - Symfony Community - MIT + # + symfony/dependency-injection - Fabien Potencier - Symfony Community - MIT + # + symfony/dotenv - Fabien Potencier - Symfony Community - MIT + # + symfony/event-dispatcher - Fabien Potencier - Symfony Community - MIT + # + symfony/filesystem - Fabien Potencier - Symfony Community - MIT + # + symfony/finder - Fabien Potencier - Symfony Community - MIT + # + symfony/framework-bundle - Fabien Potencier - Symfony Community - MIT + # + symfony/http-foundation - Fabien Potencier - Symfony Community - MIT + # + symfony/http-kernel - Fabien Potencier - Symfony Community - MIT + # + symfony/polyfill-apcu - Nicolas Grekas - Symfony Community - MIT + # + symfony/polyfill-ctype - Gert de Pagter - Symfony Community - MIT + # + symfony/polyfill-iconv - Nicolas Grekas - Symfony Community - MIT + # + symfony/polyfill-intl-idn - Laurent Bassin - Trevor Rowbotham - Symfony Community - MIT + # + @@ -6398,8 +4891,8 @@ THE SOFTWARE. symfony/polyfill-intl-normalizer - Nicolas Grekas - Symfony Community - MIT + # + symfony/polyfill-mbstring - Nicolas Grekas - Symfony Community - MIT + # + symfony/polyfill-php56 - Nicolas Grekas - Symfony Community - MIT + # + symfony/polyfill-php70 - Nicolas Grekas - Symfony Community - MIT + # + symfony/polyfill-php72 - Nicolas Grekas - Symfony Community - MIT + # + symfony/polyfill-util - Nicolas Grekas - Symfony Community - MIT + # + symfony/routing - Fabien Potencier - Symfony Community - MIT + # + symfony/stopwatch - Fabien Potencier - Symfony Community - MIT + # + symfony/twig-bridge - Fabien Potencier - Symfony Community - MIT + # + symfony/twig-bundle - Fabien Potencier - Symfony Community - MIT + # + symfony/var-dumper - Nicolas Grekas - Symfony Community - MIT + # + symfony/web-profiler-bundle - Fabien Potencier - Symfony Community - MIT + # + symfony/yaml - Fabien Potencier - Symfony Community - MIT + # + thenetworg/oauth2-azure - Jan Hajek - MIT + # + true/punycode - Renan Gonçalves - MIT + # + twig/twig - Fabien Potencier - Twig Team - Armin Ronacher - BSD-3-Clause + # + + + Freepik images + Freepik + Proprietary licensed + + + + icons8 images + icons8 + Proprietary licensed + + + + unDraw illustrations + Katerina Limpitsouni + Proprietary licensed + + + + bulma-scss + Jim Campbell + MIT + + + + datatables.net + SpryMedia Ltd + MIT + + + + datatables.net-fixedheader + SpryMedia Ltd + MIT + + + + datatables.net-responsive + SpryMedia Ltd + MIT + + + + datatables.net-scroller + SpryMedia Ltd + MIT + + + + datatables.net-select + SpryMedia Ltd + MIT + + + + popperjs/core + Federico Zivolo + MIT + + + + raleway-webfont + Pablo Impallari + MIT AND OFL-1.1 + + + + scrollmagic + Jan Paepke + MIT OR GPL-3.0+ + + + + tippy.js + atomiks + MIT + +