Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions doc/80-Upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ path to the correct installation path.

<!-- {% endif %} -->

## Upgrading to Version 1.1.0

Icinga Reporting 1.1.0 now requires `icinga-php-library` version 1.0.0 or later
and `icinga-php-thirdparty` version 1.0.0 or later to support PHP 8.5. Make
sure to upgrade these libraries along with the module upgrade.

## Upgrading to Version 1.0.3

Icinga Reporting version 1.0.3 requires a schema update for the database.
Expand Down
2 changes: 1 addition & 1 deletion module.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Module: Reporting
Version: 1.0.5
Requires:
Libraries: icinga-php-library (>=0.13.0), icinga-php-thirdparty (>=0.12.0)
Libraries: icinga-php-library (>=1.0.0), icinga-php-thirdparty (>=1.0.0)
Modules: pdfexport (>=0.11.0)
Description: Reporting
Loading