From a937d086555f253b9f4371fa6ab0b0c8a1916552 Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Thu, 3 Mar 2022 10:42:24 +0100 Subject: [PATCH] Fix CI (wrong module version) --- .../2.x/itop-themes-compat/datamodel.itop-themes-compat.xml | 2 +- .../2.x/itop-themes-compat/module.itop-themes-compat.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/datamodels/2.x/itop-themes-compat/datamodel.itop-themes-compat.xml b/datamodels/2.x/itop-themes-compat/datamodel.itop-themes-compat.xml index 492c47447..38c2b781a 100644 --- a/datamodels/2.x/itop-themes-compat/datamodel.itop-themes-compat.xml +++ b/datamodels/2.x/itop-themes-compat/datamodel.itop-themes-compat.xml @@ -1,5 +1,5 @@ - + 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 d262dc89e..056e0714f 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.1', + 'itop-themes-compat/3.1.0', array( // Identification // @@ -15,7 +15,7 @@ SetupWebPage::AddModule( // Setup // 'dependencies' => array( - 'itop-structure/3.0.1', + 'itop-structure/3.1.0', ), 'mandatory' => false, 'visible' => true,