Skip to content

Commit 138075d

Browse files
authored
4.0.0 (#17)
* 4.0.0 * fix XML
1 parent 6ba65ee commit 138075d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

88
## [UNRELEASE]
99

10+
11+
## [4.0.0] - 2025-03-06
12+
1013
### Added
1114

12-
- New option to use the Branding plugin logo in PDF headers
15+
- New option to use the Branding plugin logo in PDF headers

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.0</num>
43+
<compatibility>~10.0.3</compatibility>
44+
<download_url>https://github.com/pluginsGLPI/pdf/releases/download/4.0.0/glpi-pdf-4.0.0.tar.bz2</download_url>
45+
</version>
4146
<version>
4247
<num>3.0.0</num>
4348
<compatibility>~10.0.3</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', '3.0.0');
36+
define('PLUGIN_PDF_VERSION', '4.0.0');
3737
define('PLUGIN_PDF_MIN_GLPI', '10.0.0');
3838
define('PLUGIN_PDF_MAX_GLPI', '10.0.99');
3939

0 commit comments

Comments
 (0)