File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,12 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## [ UNRELEASED ]
8+ ## [ 4.1.2 ] - 2026-01-08
99
1010### Fixed
1111
1212- Avoids a CSRF check error if print is clicked multiple times
1313- Fixes some SQL errors during export
14+ - Clean HTML tables to fit PDF page width to avoid overflow
15+ - Fix translation for "Observer"
1416
1517## [ 4.1.1] - 2025-10-30
1618
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.1.2</num >
43+ <compatibility >~11.0.0</compatibility >
44+ <download_url >https://github.com/pluginsGLPI/pdf/releases/download/4.1.2/glpi-pdf-4.1.2.tar.bz2</download_url >
45+ </version >
4146 <version >
4247 <num >4.1.1</num >
4348 <compatibility >~11.0.0</compatibility >
Original file line number Diff line number Diff line change 3535
3636
3737
38- define ('PLUGIN_PDF_VERSION ' , '4.1.1 ' );
38+ define ('PLUGIN_PDF_VERSION ' , '4.1.2 ' );
3939define ('PLUGIN_PDF_MIN_GLPI ' , '11.0.0 ' );
4040define ('PLUGIN_PDF_MAX_GLPI ' , '11.0.99 ' );
4141
You can’t perform that action at this time.
0 commit comments