Skip to content

Commit 7c26bbe

Browse files
authored
Raise minimum required versions of ipl and icinga-php-thirdparty (#273)
Raise the minimum required version of icinga-php-library to >=1.0.0 and icinga-php-thirdparty to >=1.0.0. Both upgrade `react/promise`, which introduces breaking changes, and are required for PHP 8.5 support. The breaking changes have already been addressed in commit 311f154.
1 parent 8afb8af commit 7c26bbe

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

doc/80-Upgrading.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ path to the correct installation path.
1111

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

14+
## Upgrading to Version 1.1.0
15+
16+
Icinga Reporting 1.1.0 now requires `icinga-php-library` version 1.0.0 or later
17+
and `icinga-php-thirdparty` version 1.0.0 or later to support PHP 8.5. Make
18+
sure to upgrade these libraries along with the module upgrade.
19+
1420
## Upgrading to Version 1.0.3
1521

1622
Icinga Reporting version 1.0.3 requires a schema update for the database.

module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Module: Reporting
22
Version: 1.1.0
33
Requires:
4-
Libraries: icinga-php-library (>=0.13.0), icinga-php-thirdparty (>=0.12.0)
4+
Libraries: icinga-php-library (>=1.0.0), icinga-php-thirdparty (>=1.0.0)
55
Modules: pdfexport (>=0.11.0)
66
Description: Reporting

0 commit comments

Comments
 (0)