Skip to content

Commit

Permalink
📦 Update redistributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Molkobain committed May 8, 2020
1 parent 25ac5df commit 2ce6fec
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 13 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions dist/molkobain-datacenter-view/extension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<author><![CDATA[Guillaume Lajarige]]></author>
<label><![CDATA[Datacenter view]]></label>
<description><![CDATA[Visual representation of racks, enclosures & devices]]></description>
<version>1.5.5</version>
<release_date>2020-03-04</release_date>
<version>1.5.6</version>
<release_date>2020-05-08</release_date>
<version_description><![CDATA[Update dependencies and their fixes]]></version_description>
<itop_version_min>2.4.0</itop_version_min>
<status>stable</status>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
/** @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',

// 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',
),
Expand Down

0 comments on commit 2ce6fec

Please sign in to comment.