diff --git a/CHANGELOG.md b/CHANGELOG.md index 3637eef..093c561 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 48428b8..792768c 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 deb32f1..5a73420 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');