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");