Skip to content

Commit

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

## [Unreleased]

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

## [1.14.0] - 2024-08-29
### Added
* Add compatibility with iTop 3.2+
Expand Down Expand Up @@ -163,7 +167,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.0...HEAD
[Unreleased]: https://github.com/Molkobain/itop-datacenter-view/compare/v1.14.1...HEAD
[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
[1.12.1]: https://github.com/Molkobain/itop-datacenter-view/releases/tag/v1.12.1
Expand Down
8 changes: 4 additions & 4 deletions dist/molkobain-datacenter-view/extension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<author><![CDATA[Guillaume Lajarige]]></author>
<label><![CDATA[Datacenter view]]></label>
<description><![CDATA[Visual representation of racks, enclosures & devices]]></description>
<version>1.14.0</version>
<release_date>2024-08-29</release_date>
<version>1.14.1</version>
<release_date>2024-09-18</release_date>
<version_description><![CDATA[
* Add compatibility with iTop 3.2+
* Migrate deprecated usages of `WebPage::add_linked_script()` and `WebPage::add_linked_stylesheet()`]]></version_description>
* Fix crash when loading newsroom on a non-admin user in the backoffice
]]></version_description>
<itop_version_min>2.7.0</itop_version_min>
<status>stable</status>
<mandatory>false</mandatory>
Expand Down

0 comments on commit 8345d29

Please sign in to comment.