Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions doc/02-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

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

* 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 <a id="installation-chrome-setup"></a>

Expand Down
4 changes: 2 additions & 2 deletions module.info
Original file line number Diff line number Diff line change
@@ -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
Loading