Skip to content

Commit

Permalink
🔖 Prepare v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Molkobain committed Sep 9, 2023
1 parent f45076e commit cef9349
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [1.12.0]
### Added
* Add compatibility with iTop 3.1+
* Add compatibility with iTop 3.1+

### Changed
* Increase iTop min. version to 2.7.0
Expand Down
8 changes: 5 additions & 3 deletions dist/molkobain-datacenter-view/extension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
<author><![CDATA[Guillaume Lajarige]]></author>
<label><![CDATA[Datacenter view]]></label>
<description><![CDATA[Visual representation of racks, enclosures & devices]]></description>
<version>1.11.2</version>
<release_date>2022-09-20</release_date>
<version>1.12.0</version>
<release_date>2023-09-09</release_date>
<version_description><![CDATA[
* Add compatibility with iTop 3.1+
* Increase iTop min. version to 2.7.0
* Fix dependencies marked as optional instead of mandatory]]></version_description>
* Migrate usages of deprecated APIs
* Fix dependencies marked as optional instead of mandatory (thanks to @Hipska)]]></version_description>
<itop_version_min>2.7.0</itop_version_min>
<status>stable</status>
<mandatory>false</mandatory>
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.11.2', array(
'molkobain-datacenter-view/1.12.0', array(
// Identification
'label' => 'Datacenter view (racks visual representation)',
'category' => 'business',
Expand Down

0 comments on commit cef9349

Please sign in to comment.