Skip to content

Commit 8ce9f08

Browse files
authored
4.0.2 (#39)
1 parent 4e86afa commit 8ce9f08

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [UNRELEASE]
99

10+
## [4.0.2] - 2025-09-30
11+
1012
- Fix missing images in exported Knowledge Base PDFs
1113
- Enhanced display of HTML content
1214

pdf.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
<author>Nelly MAHU-LASSON</author>
3939
</authors>
4040
<versions>
41+
<version>
42+
<num>4.0.2</num>
43+
<compatibility>~10.0.0</compatibility>
44+
<download_url>https://github.com/pluginsGLPI/pdf/releases/download/4.0.2/glpi-pdf-4.0.2.tar.bz2</download_url>
45+
</version>
4146
<version>
4247
<num>4.1.0-beta2</num>
4348
<compatibility>~11.0.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* --------------------------------------------------------------------------
3434
*/
3535

36-
define('PLUGIN_PDF_VERSION', '4.0.1');
36+
define('PLUGIN_PDF_VERSION', '4.0.2');
3737
define('PLUGIN_PDF_MIN_GLPI', '10.0.11');
3838
define('PLUGIN_PDF_MAX_GLPI', '10.0.99');
3939

0 commit comments

Comments
 (0)