From 3ebc48145d9efccfc7d8d388167d748a8a26f5e1 Mon Sep 17 00:00:00 2001 From: Rom1-B <8530352+Rom1-B@users.noreply.github.com> Date: Thu, 30 Jul 2026 08:51:32 +0200 Subject: [PATCH] 4.1.4 --- CHANGELOG.md | 2 +- pdf.xml | 5 +++++ setup.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c015eaf..9fc7c52 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] +## [4.1.4] - 2026-07-30 ### Fixed diff --git a/pdf.xml b/pdf.xml index 28b4ac9..da0f623 100644 --- a/pdf.xml +++ b/pdf.xml @@ -39,6 +39,11 @@ Nelly MAHU-LASSON + + 4.1.4 + ~11.0.0 + https://github.com/pluginsGLPI/pdf/releases/download/4.1.4/glpi-pdf-4.1.4.tar.bz2 + 4.1.3 ~11.0.0 diff --git a/setup.php b/setup.php index 1fe647c..de8738f 100644 --- a/setup.php +++ b/setup.php @@ -35,7 +35,7 @@ -define('PLUGIN_PDF_VERSION', '4.1.3'); +define('PLUGIN_PDF_VERSION', '4.1.4'); define('PLUGIN_PDF_MIN_GLPI', '11.0.0'); define('PLUGIN_PDF_MAX_GLPI', '11.0.99');