Skip to content

Commit c28b61c

Browse files
committed
Bump minimum required versions of ipl and icinga-php-thirdparty
Raises the minimum required version of icinga-php-library to >=1.0.0 and icinga-php-thirdparty to >=1.0.0. The bump of icinga-php-thirdparty is required because the `clue/block-react` package was removed in version 1.0.0. Earlier versions of this module depended on that package being available through icinga-php-thirdparty, so requiring at least 1.0.0 ensures compatibility with the updated dependency set. Add upgrading notes for version 1.1.0.
1 parent 11e34f5 commit c28b61c

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

doc/80-Upgrading.md

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

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

14+
## Upgrading to Version 1.1.0
15+
16+
Icinga Reporting version 1.1.0 raises the minimum required versions of
17+
`icinga-php-library` to `>=1.0.0` and `icinga-php-thirdparty` to `>=1.0.0`.
18+
This is due to the removal of `clue/block-react` from `icinga-php-thirdparty`.
19+
20+
Please make sure to upgrade these libraries before upgrading this module.
21+
1422
## Upgrading to Version 1.0.3
1523

1624
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.0.5
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)