File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
Expand file tree Collapse file tree 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/).
77
88## [ UNRELEASE]
99
10+ ## [ 4.0.1] - 2025-03-10
11+
1012### Fixed
1113
1214- Change default font for special letters
1315
16+ ### Added
17+
18+ - Checking the compatibility of the Branding plugin
19+
1420## [ 4.0.0] - 2025-03-06
1521
1622### Added
Original file line number Diff line number Diff line change 3838 <author >Nelly MAHU-LASSON</author >
3939 </authors >
4040 <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 >
4146 <version >
4247 <num >4.0.0</num >
4348 <compatibility >10.0.0</compatibility >
Original file line number Diff line number Diff line change 3333 * --------------------------------------------------------------------------
3434 */
3535
36- define ('PLUGIN_PDF_VERSION ' , '4.0.0 ' );
36+ define ('PLUGIN_PDF_VERSION ' , '4.0.1 ' );
3737define ('PLUGIN_PDF_MIN_GLPI ' , '10.0.0 ' );
3838define ('PLUGIN_PDF_MAX_GLPI ' , '10.0.99 ' );
3939
You can’t perform that action at this time.
0 commit comments