From 0e8838c07200a54c835e824b25ca21df7d9ce3fb Mon Sep 17 00:00:00 2001 From: Rom1-B Date: Mon, 22 Dec 2025 13:48:27 +0100 Subject: [PATCH] 1.15.2 --- CHANGELOG.md | 2 +- plugin.xml | 5 +++++ setup.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb77f34..ecedd51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [UNRELEASED] +## [1.15.2] - 2025-12-22 ### Fixed diff --git a/plugin.xml b/plugin.xml index d840fed..79a2ed4 100644 --- a/plugin.xml +++ b/plugin.xml @@ -24,6 +24,11 @@ TECLIB' + + 1.15.2 + ~11.0.0 + https://github.com/pluginsGLPI/credit/releases/download/1.15.2/glpi-credit-1.15.2.tar.bz2 + 1.15.1 ~11.0.0 diff --git a/setup.php b/setup.php index 39e44f2..ff29c86 100644 --- a/setup.php +++ b/setup.php @@ -31,7 +31,7 @@ use function Safe\define; -define('PLUGIN_CREDIT_VERSION', '1.15.1'); +define('PLUGIN_CREDIT_VERSION', '1.15.2'); // Minimal GLPI version, inclusive define("PLUGIN_CREDIT_MIN_GLPI", "11.0.0");