From 7e5ff4a43f5d2119a918965815377d23fa0ea256 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 1 Jul 2025 16:59:11 +0200 Subject: [PATCH 1/2] README.md: Drop PHP support badge --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2caf704..671bf29 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Icinga Business Process Modeling -[![PHP Support](https://img.shields.io/badge/php-%3E%3D%207.2-777BB4?logo=PHP)](https://php.net/) [![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) [![Github Tag](https://img.shields.io/github/tag/Icinga/icingaweb2-module-businessprocess.svg)](https://github.com/Icinga/icingaweb2-module-businessprocess/releases/latest) From 52c4a6832a45bdd68848279b349aa6b300bba66f Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 1 Jul 2025 16:59:29 +0200 Subject: [PATCH 2/2] module.info: Raise version to 2.5.2 --- module.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.info b/module.info index 07131ea..d996377 100644 --- a/module.info +++ b/module.info @@ -1,5 +1,5 @@ Name: Businessprocess -Version: 2.5.1 +Version: 2.5.2 Requires: Libraries: icinga-php-library (>=0.15.0), icinga-php-thirdparty (>=0.12.0) Modules: monitoring (>=2.9.0), icingadb (>=1.1.0)