From 4a28aa316fbafe076e5880f30cb57b1485455fe3 Mon Sep 17 00:00:00 2001 From: Ben <59471182+BenGrenoble@users.noreply.github.com> Date: Wed, 28 Apr 2021 16:51:33 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B03217=20Change=20module=20version=20to=20?= =?UTF-8?q?3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In dependencies --- datamodels/2.x/itop-faq-light/module.itop-faq-light.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 28b8e2d640..55cdbd8f21 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 @@ -13,7 +13,7 @@ SetupWebPage::AddModule( // Setup // 'dependencies' => array( - 'itop-structure/2.7.0 || itop-portal/2.7.0' , + 'itop-structure/3.0.0 || itop-portal/3.0.0', ), 'mandatory' => false, 'visible' => true,