From ccaf5a0e9409b7a7b206a40e75346ff513e6d6ef Mon Sep 17 00:00:00 2001 From: Stanislas Kita <7335054+stonebuzz@users.noreply.github.com> Date: Mon, 7 Sep 2026 09:18:56 +0200 Subject: [PATCH] 4.0.5 --- 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 3637eef0..093c561e 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.0.5] - 2026-09-07 ### Fixed diff --git a/pdf.xml b/pdf.xml index 48428b8b..792768ce 100644 --- a/pdf.xml +++ b/pdf.xml @@ -38,6 +38,11 @@ Nelly MAHU-LASSON + + 4.0.5 + 10.0.11 + https://github.com/pluginsGLPI/pdf/releases/download/4.0.5/glpi-pdf-4.0.5.tar.bz2 + 4.0.4 10.0.11 diff --git a/setup.php b/setup.php index deb32f1b..5a734205 100644 --- a/setup.php +++ b/setup.php @@ -33,7 +33,7 @@ * -------------------------------------------------------------------------- */ -define('PLUGIN_PDF_VERSION', '4.0.4'); +define('PLUGIN_PDF_VERSION', '4.0.5'); define('PLUGIN_PDF_MIN_GLPI', '10.0.11'); define('PLUGIN_PDF_MAX_GLPI', '10.0.99');