diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc29be6..7a5143a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
+## [1.5.6] - 2020-05-08
+### Changed
+- Update dependencies to include their fixes
+
## [1.5.5] - 2020-03-04
### Changed
- Update dependencies to include their fixes
@@ -72,7 +76,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
- Initial release
-[Unreleased]: https://github.com/Molkobain/itop-datacenter-view/compare/v1.5.5...HEAD
+[Unreleased]: https://github.com/Molkobain/itop-datacenter-view/compare/v1.5.6...HEAD
+[1.5.6]: https://github.com/Molkobain/itop-datacenter-view/releases/tag/v1.5.6
[1.5.5]: https://github.com/Molkobain/itop-datacenter-view/releases/tag/v1.5.5
[1.5.3]: https://github.com/Molkobain/itop-datacenter-view/releases/tag/v1.5.3
[1.5.1]: https://github.com/Molkobain/itop-datacenter-view/releases/tag/v1.5.1
diff --git a/dist/molkobain-datacenter-view/extension.xml b/dist/molkobain-datacenter-view/extension.xml
index d6ad5e7..244c493 100644
--- a/dist/molkobain-datacenter-view/extension.xml
+++ b/dist/molkobain-datacenter-view/extension.xml
@@ -5,8 +5,8 @@
- 1.5.5
- 2020-03-04
+ 1.5.6
+ 2020-05-08
2.4.0
stable
diff --git a/dist/molkobain-datacenter-view/molkobain-console-tooltips/module.molkobain-console-tooltips.php b/dist/molkobain-datacenter-view/molkobain-console-tooltips/module.molkobain-console-tooltips.php
index a234815..391e7c6 100644
--- a/dist/molkobain-datacenter-view/molkobain-console-tooltips/module.molkobain-console-tooltips.php
+++ b/dist/molkobain-datacenter-view/molkobain-console-tooltips/module.molkobain-console-tooltips.php
@@ -10,7 +10,7 @@
/** @noinspection PhpUnhandledExceptionInspection */
SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
- 'molkobain-console-tooltips/1.1.1', array(
+ 'molkobain-console-tooltips/1.1.2', array(
// Identification
'label' => 'Attributes description tooltip',
'category' => 'ui',
diff --git a/dist/molkobain-datacenter-view/molkobain-datacenter-view/module.molkobain-datacenter-view.php b/dist/molkobain-datacenter-view/molkobain-datacenter-view/module.molkobain-datacenter-view.php
index b3a4a84..c181e9d 100644
--- a/dist/molkobain-datacenter-view/molkobain-datacenter-view/module.molkobain-datacenter-view.php
+++ b/dist/molkobain-datacenter-view/molkobain-datacenter-view/module.molkobain-datacenter-view.php
@@ -18,7 +18,7 @@
// Setup
'dependencies' => array(
'itop-datacenter-mgmt/2.2.0||itop-config-mgmt/2.2.0||itop-storage-mgmt/2.2.0',
- 'molkobain-handy-framework/1.4.0',
+ 'molkobain-handy-framework/1.4.1',
'molkobain-console-tooltips/1.1.1',
'molkobain-newsroom-provider/1.1.0',
),
diff --git a/dist/molkobain-datacenter-view/molkobain-handy-framework/common/css/handy-framework.scss b/dist/molkobain-datacenter-view/molkobain-handy-framework/common/css/handy-framework.scss
index 90a322e..6cbba4c 100644
--- a/dist/molkobain-datacenter-view/molkobain-handy-framework/common/css/handy-framework.scss
+++ b/dist/molkobain-datacenter-view/molkobain-handy-framework/common/css/handy-framework.scss
@@ -183,8 +183,8 @@
outline: 0;
display: inline-block;
vertical-align: middle;
- width: 1.8em;
- height: 1.0em;
+ width: 1.8rem;
+ height: 1.0rem;
position: relative;
cursor: pointer;
user-select: none;
@@ -217,7 +217,7 @@
.mhf-tb-input{
+ .mhf-tb-button{
padding: 2px;
- border-radius: 2em;
+ border-radius: 2rem;
background-color: $toggle-button-off-bg-color;
box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.15);
transition: all .4s ease;
diff --git a/dist/molkobain-datacenter-view/molkobain-handy-framework/common/css/variables.scss b/dist/molkobain-datacenter-view/molkobain-handy-framework/common/css/variables.scss
index 6d3869a..01f0b20 100644
--- a/dist/molkobain-datacenter-view/molkobain-handy-framework/common/css/variables.scss
+++ b/dist/molkobain-datacenter-view/molkobain-handy-framework/common/css/variables.scss
@@ -7,6 +7,7 @@
*/
@import '../datamodels/2.x/itop-portal-base/portal/web/css/variables.scss';
+@import '../datamodels/2.x/itop-portal-base/portal/public/css/variables.scss';
/* Variables */
/* |- Helpers */
diff --git a/dist/molkobain-datacenter-view/molkobain-handy-framework/module.molkobain-handy-framework.php b/dist/molkobain-datacenter-view/molkobain-handy-framework/module.molkobain-handy-framework.php
index 7eb26ad..bf9e004 100644
--- a/dist/molkobain-datacenter-view/molkobain-handy-framework/module.molkobain-handy-framework.php
+++ b/dist/molkobain-datacenter-view/molkobain-handy-framework/module.molkobain-handy-framework.php
@@ -14,7 +14,7 @@
/** @noinspection PhpUnhandledExceptionInspection */
SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
- 'molkobain-handy-framework/1.4.0',
+ 'molkobain-handy-framework/1.4.1',
array(
// Identification
//
diff --git a/dist/molkobain-datacenter-view/molkobain-handy-framework/portal/apis/extensions/portaluiextension.class.inc.php b/dist/molkobain-datacenter-view/molkobain-handy-framework/portal/apis/extensions/portaluiextension.class.inc.php
index 50d99b6..61d5e74 100644
--- a/dist/molkobain-datacenter-view/molkobain-handy-framework/portal/apis/extensions/portaluiextension.class.inc.php
+++ b/dist/molkobain-datacenter-view/molkobain-handy-framework/portal/apis/extensions/portaluiextension.class.inc.php
@@ -13,7 +13,7 @@
use Molkobain\iTop\Extension\HandyFramework\Common\Helper\ConfigHelper;
use Symfony\Component\DependencyInjection\Container;
-// Protection for iTop 2.6 and older
+// Protection, for iTop 2.7 and newer
if(!class_exists('Molkobain\\iTop\\Extension\\HandyFramework\\Portal\\Extension\\PortalUIExtensionLegacy'))
{
/**
diff --git a/dist/molkobain-datacenter-view/molkobain-handy-framework/portal/apis/extensions/portaluiextensionlegacy.class.inc.php b/dist/molkobain-datacenter-view/molkobain-handy-framework/portal/apis/extensions/portaluiextensionlegacy.class.inc.php
index 1fc0aa4..1868317 100644
--- a/dist/molkobain-datacenter-view/molkobain-handy-framework/portal/apis/extensions/portaluiextensionlegacy.class.inc.php
+++ b/dist/molkobain-datacenter-view/molkobain-handy-framework/portal/apis/extensions/portaluiextensionlegacy.class.inc.php
@@ -14,7 +14,7 @@
use Silex\Application;
// Protection, only for iTop 2.4-2.6
-if(version_compare(ITOP_VERSION, '2.3', '>') && version_compare(ITOP_VERSION, '2.7', '<') && (ITOP_VERSION !== 'develop'))
+if(file_exists(APPROOT.'lib/silex'))
{
/**
* Class PortalUIExtensionLegacy
diff --git a/src/molkobain-datacenter-view/module.molkobain-datacenter-view.php b/src/molkobain-datacenter-view/module.molkobain-datacenter-view.php
index b3a4a84..28ecbd6 100644
--- a/src/molkobain-datacenter-view/module.molkobain-datacenter-view.php
+++ b/src/molkobain-datacenter-view/module.molkobain-datacenter-view.php
@@ -10,7 +10,7 @@
/** @noinspection PhpUnhandledExceptionInspection */
SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
- 'molkobain-datacenter-view/1.5.5', array(
+ 'molkobain-datacenter-view/1.5.6', array(
// Identification
'label' => 'Datacenter view (racks visual representation)',
'category' => 'business',
@@ -18,7 +18,7 @@
// Setup
'dependencies' => array(
'itop-datacenter-mgmt/2.2.0||itop-config-mgmt/2.2.0||itop-storage-mgmt/2.2.0',
- 'molkobain-handy-framework/1.4.0',
+ 'molkobain-handy-framework/1.4.1',
'molkobain-console-tooltips/1.1.1',
'molkobain-newsroom-provider/1.1.0',
),