Skip to content

Commit 0fb4008

Browse files
authored
Release version 0.13.0 (#90)
Require PHP 8.2. Raise the minimum required version of icinga-php-library to >=1.0.0 and icinga-php-thirdparty to >=1.0.0. Both are required for PHP 8.5 support. Additionally, raise Icinga Web to >=2.12.5 for the same. Remove badges from README as their information is already visible in the GitHub UI.
1 parent df2a0bf commit 0fb4008

3 files changed

Lines changed: 6 additions & 10 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Icinga PDF Export
22

3-
[![PHP Support](https://img.shields.io/badge/php-%3E%3D%208.2-777BB4?logo=PHP)](https://php.net/)
4-
![Build Status](https://github.com/Icinga/icingaweb2-module-pdfexport/actions/workflows/php.yml/badge.svg?branch=main)
5-
[![Github Tag](https://img.shields.io/github/tag/Icinga/icingaweb2-module-pdfexport.svg)](https://github.com/Icinga/icingaweb2-module-pdfexport)
6-
73
PDF export functionality for Icinga Web 2 using Google Chrome/Chromium for rendering.
84

95
## Documentation

doc/02-Installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## Requirements <a id="installation-requirements"></a>
44

5-
* PHP (>= 8.2)
6-
* Icinga Web 2 (>= 2.12)
5+
* PHP 8.2
6+
* Icinga Web 2 2.12.5
77
* Icinga Web 2 libraries:
8-
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (>= 0.17.1)
9-
* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (>= 0.13)
8+
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) ≥ 1.0.0
9+
* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) ≥ 1.0.0
1010

1111
## Google Chrome/Chromium Setup <a id="installation-chrome-setup"></a>
1212

module.info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: PDF Export
2-
Version: 0.12.0
2+
Version: 0.13.0
33
Requires:
4-
Libraries: icinga-php-library (>=0.17.1), icinga-php-thirdparty (>=0.13.0)
4+
Libraries: icinga-php-library (>=1.0.0), icinga-php-thirdparty (>=1.0.0)
55
Description: PDF Export via Google Chrome/Chromium

0 commit comments

Comments
 (0)