Skip to content

Commit 4ea2ba9

Browse files
authored
Release version 2.6.0 (Icinga#497)
Require PHP 8.2. Raise the minimum required version of icinga-php-library to >=0.19.0 and icinga-php-thirdparty to >=0.15.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 9c356e9 commit 4ea2ba9

3 files changed

Lines changed: 8 additions & 11 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Icinga Business Process Modeling
22

3-
[![Build Status](https://github.com/Icinga/icingaweb2-module-businessprocess/actions/workflows/php.yml/badge.svg)](https://github.com/Icinga/icingaweb2-module-businessprocess/actions/workflows/php.yml)
4-
[![Github Tag](https://img.shields.io/github/tag/Icinga/icingaweb2-module-businessprocess.svg)](https://github.com/Icinga/icingaweb2-module-businessprocess/releases/latest)
5-
63
![Icinga Logo](https://icinga.com/wp-content/uploads/2014/06/icinga_logo.png)
74

85
If you want to visualize and monitor hierarchical business processes based on

doc/02-Installation.md.d/From-Source.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Make sure you use `businessprocess` as the module name. The following requiremen
66

77
## Requirements
88

9-
* PHP (≥7.2)
10-
* [Icinga Web](https://github.com/Icinga/icingaweb2) (≥2.9)
11-
* [Icinga DB Web](https://github.com/Icinga/icingadb-web) (≥1.0)
12-
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.15.0)
13-
* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (≥0.12.0)
9+
* PHP ≥ 8.2
10+
* [Icinga Web](https://github.com/Icinga/icingaweb2) ≥ 2.12.5
11+
* [Icinga DB Web](https://github.com/Icinga/icingadb-web) ≥ 1.1.0
12+
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) ≥ 0.19.0
13+
* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) ≥ 0.15.0
1414

1515
<!-- {% include "02-Installation.md" %} -->

module.info

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Name: Businessprocess
2-
Version: 2.5.2
2+
Version: 2.6.0
33
Requires:
4-
Libraries: icinga-php-library (>=0.15.0), icinga-php-thirdparty (>=0.12.0)
5-
Modules: monitoring (>=2.9.0), icingadb (>=1.1.0)
4+
Libraries: icinga-php-library (>=0.19.0), icinga-php-thirdparty (>=0.15.0)
5+
Modules: monitoring (>=2.12.5), icingadb (>=1.1.0)
66
Description: A Business Process viewer and modeler
77
Provides a web-based process modeler for Icinga. It integrates as a module
88
into Icinga Web 2 and provides a plugin check command for Icinga. Tile and tree

0 commit comments

Comments
 (0)