From 6b188621557ed255aa23e0c96e71bb24dbb2359e Mon Sep 17 00:00:00 2001 From: Stanislas Kita <7335054+stonebuzz@users.noreply.github.com> Date: Mon, 7 Sep 2026 09:08:46 +0200 Subject: [PATCH] 1.14.3 --- 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 cd74d30..e14a344 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.14.3] - 2026-09-07 ### Fixed diff --git a/plugin.xml b/plugin.xml index 23d61f3..f56a145 100644 --- a/plugin.xml +++ b/plugin.xml @@ -24,6 +24,11 @@ TECLIB' + + 1.14.3 + ~10.0.0 + https://github.com/pluginsGLPI/credit/releases/download/1.14.3/glpi-credit-1.14.3.tar.bz2 + 1.14.2 ~10.0.0 diff --git a/setup.php b/setup.php index 09fe733..4c743ea 100644 --- a/setup.php +++ b/setup.php @@ -29,7 +29,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_CREDIT_VERSION', '1.14.2'); +define('PLUGIN_CREDIT_VERSION', '1.14.3'); // Minimal GLPI version, inclusive define("PLUGIN_CREDIT_MIN_GLPI", "10.0.0");