File tree 3 files changed +12
-1
lines changed
3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ UNRELEASE]
9
9
10
+ ## [ 4.0.1] - 2025-03-10
11
+
10
12
### Fixed
11
13
12
14
- Change default font for special letters
13
15
16
+ ### Added
17
+
18
+ - Checking the compatibility of the Branding plugin
19
+
14
20
## [ 4.0.0] - 2025-03-06
15
21
16
22
### Added
Original file line number Diff line number Diff line change 38
38
<author >Nelly MAHU-LASSON</author >
39
39
</authors >
40
40
<versions >
41
+ <version >
42
+ <num >4.0.1</num >
43
+ <compatibility >10.0.0</compatibility >
44
+ <download_url >https://github.com/pluginsGLPI/pdf/releases/download/4.0.1/glpi-pdf-4.0.1.tar.bz2</download_url >
45
+ </version >
41
46
<version >
42
47
<num >4.0.0</num >
43
48
<compatibility >10.0.0</compatibility >
Original file line number Diff line number Diff line change 33
33
* --------------------------------------------------------------------------
34
34
*/
35
35
36
- define ('PLUGIN_PDF_VERSION ' , '4.0.0 ' );
36
+ define ('PLUGIN_PDF_VERSION ' , '4.0.1 ' );
37
37
define ('PLUGIN_PDF_MIN_GLPI ' , '10.0.0 ' );
38
38
define ('PLUGIN_PDF_MAX_GLPI ' , '10.0.99 ' );
39
39
You can’t perform that action at this time.
0 commit comments