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 @@ -5,6 +5,12 @@ 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+ ## [ 4.1.1] - 2025-10-30
9+
10+ ## Fixed
11+
12+ - Fix error message ` Unknown '__s' function `
13+
814## [ 4.1.0] - 2025-10-01
915
1016### 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.1.1</num >
43+ <compatibility >~11.0.0</compatibility >
44+ <download_url >https://github.com/pluginsGLPI/pdf/releases/download/4.1.1/glpi-pdf-4.1.1.tar.bz2</download_url >
45+ </version >
4146 <version >
4247 <num >4.0.2</num >
4348 <compatibility >~10.0.0</compatibility >
Original file line number Diff line number Diff line change 3535
3636
3737
38- define ('PLUGIN_PDF_VERSION ' , '4.1.0 ' );
38+ define ('PLUGIN_PDF_VERSION ' , '4.1.1 ' );
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