diff --git a/README.md b/README.md index 5e477d8..0703d09 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,5 @@ # Icinga Reporting -[![PHP Support](https://img.shields.io/badge/php-%3E%3D%207.2-777BB4?logo=PHP)](https://php.net/) -[![PHP Tests](https://github.com/Icinga/icingaweb2-module-reporting/actions/workflows/php.yml/badge.svg)](https://github.com/Icinga/icingaweb2-module-reporting/actions/workflows/php.yml) -[![Github Tag](https://img.shields.io/github/tag/Icinga/icingaweb2-module-reporting.svg)](https://github.com/Icinga/icingaweb2-module-reporting/releases/latest) - ![Icinga Logo](https://icinga.com/wp-content/uploads/2014/06/icinga_logo.png) Icinga Reporting is the central component for reporting related functionality in the monitoring web frontend and diff --git a/doc/02-Installation.md b/doc/02-Installation.md index c4bc7da..cd3a5a1 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -6,12 +6,12 @@ Make sure you use `reporting` as the module name. The following requirements mus ## Requirements -* PHP (≥7.2) +* PHP ≥ 8.2 * MySQL or PostgreSQL PDO PHP libraries * The following PHP modules must be installed: `mbstring` -* [Icinga Web](https://github.com/Icinga/icingaweb2) (≥2.9) -* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.19.0) -* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (≥0.12.0) +* [Icinga Web](https://github.com/Icinga/icingaweb2) ≥ 2.12.5 +* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) ≥ 1.0.0 +* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) ≥ 1.0.0 ## Setting up the Database diff --git a/doc/80-Upgrading.md b/doc/80-Upgrading.md index 1b5b237..3ec8e63 100644 --- a/doc/80-Upgrading.md +++ b/doc/80-Upgrading.md @@ -11,6 +11,12 @@ path to the correct installation path. +## Upgrading to Version 1.1.0 + +Icinga Reporting 1.1.0 now requires `icinga-php-library ≥ 1.0.0` and +`icinga-php-thirdparty ≥ 1.0.0`. This update also adds support for 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. diff --git a/module.info b/module.info index 19a9e15..e3c0081 100644 --- a/module.info +++ b/module.info @@ -1,6 +1,6 @@ Module: Reporting -Version: 1.0.5 +Version: 1.1.0 Requires: - Libraries: icinga-php-library (>=0.13.0), icinga-php-thirdparty (>=0.12.0) - Modules: pdfexport (>=0.11.0) + Libraries: icinga-php-library (>=1.0.0), icinga-php-thirdparty (>=1.0.0) + Modules: pdfexport (>=0.13.0) Description: Reporting