Skip to content

Commit

Permalink
🔖 Prepare v1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Molkobain committed Nov 5, 2024
1 parent 6bf035f commit 46fa016
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [1.14.2] - 2024-11-05
### Changed
* Improve compatibility with "Location Hierarchy" extension (fix error during setup "[...] DatacenterViewInstaller [...] Unknown attribute locationtype_id from class Location")

## [1.14.1] - 2024-09-18
### Change
### Changed
* Fix crash when loading newsroom on a non-admin user in the backoffice

## [1.14.0] - 2024-08-29
Expand Down Expand Up @@ -167,7 +171,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.14.1...HEAD
[Unreleased]: https://github.com/Molkobain/itop-datacenter-view/compare/v1.14.2...HEAD
[1.14.2]: https://github.com/Molkobain/itop-datacenter-view/releases/tag/v1.14.2
[1.14.1]: https://github.com/Molkobain/itop-datacenter-view/releases/tag/v1.14.1
[1.14.0]: https://github.com/Molkobain/itop-datacenter-view/releases/tag/v1.14.0
[1.13.0]: https://github.com/Molkobain/itop-datacenter-view/releases/tag/v1.13.0
Expand Down
6 changes: 3 additions & 3 deletions dist/molkobain-datacenter-view/extension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<author><![CDATA[Guillaume Lajarige]]></author>
<label><![CDATA[Datacenter view]]></label>
<description><![CDATA[Visual representation of racks, enclosures & devices]]></description>
<version>1.14.1</version>
<release_date>2024-09-18</release_date>
<version>1.14.2</version>
<release_date>2024-11-05</release_date>
<version_description><![CDATA[
* Fix crash when loading newsroom on a non-admin user in the backoffice
* Improve compatibility with "Location Hierarchy" extension (fix error during setup "[...] DatacenterViewInstaller [...] Unknown attribute locationtype_id from class Location")
]]></version_description>
<itop_version_min>2.7.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-datacenter-view/1.14.0', array(
'molkobain-datacenter-view/1.14.2', array(
// Identification
'label' => 'Datacenter view (racks visual representation)',
'category' => 'business',
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-datacenter-view/1.14.0', array(
'molkobain-datacenter-view/1.14.2', array(
// Identification
'label' => 'Datacenter view (racks visual representation)',
'category' => 'business',
Expand Down

0 comments on commit 46fa016

Please sign in to comment.