diff --git a/README.md b/README.md index 692576d..c965d1c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,5 @@ # Icinga PDF Export -[![PHP Support](https://img.shields.io/badge/php-%3E%3D%208.2-777BB4?logo=PHP)](https://php.net/) -![Build Status](https://github.com/Icinga/icingaweb2-module-pdfexport/actions/workflows/php.yml/badge.svg?branch=main) -[![Github Tag](https://img.shields.io/github/tag/Icinga/icingaweb2-module-pdfexport.svg)](https://github.com/Icinga/icingaweb2-module-pdfexport) - PDF export functionality for Icinga Web 2 using Google Chrome/Chromium for rendering. ## Documentation diff --git a/doc/02-Installation.md b/doc/02-Installation.md index 4e179e9..733c63a 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -2,11 +2,11 @@ ## Requirements -* PHP (>= 8.2) -* Icinga Web 2 (>= 2.12) +* PHP ≥ 8.2 +* Icinga Web 2 ≥ 2.12.5 * Icinga Web 2 libraries: - * [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (>= 0.17.1) - * [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (>= 0.13) + * [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 ## Google Chrome/Chromium Setup diff --git a/module.info b/module.info index 4368dc6..0467d87 100644 --- a/module.info +++ b/module.info @@ -1,5 +1,5 @@ Module: PDF Export -Version: 0.12.0 +Version: 0.13.0 Requires: - Libraries: icinga-php-library (>=0.17.1), icinga-php-thirdparty (>=0.13.0) + Libraries: icinga-php-library (>=1.0.0), icinga-php-thirdparty (>=1.0.0) Description: PDF Export via Google Chrome/Chromium