Skip to content

Commit 2981a99

Browse files
authored
4.1.2 (#58)
* 4.1.2 * fix
1 parent dcde078 commit 2981a99

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and 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

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.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>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636

3737

38-
define('PLUGIN_PDF_VERSION', '4.1.1');
38+
define('PLUGIN_PDF_VERSION', '4.1.2');
3939
define('PLUGIN_PDF_MIN_GLPI', '11.0.0');
4040
define('PLUGIN_PDF_MAX_GLPI', '11.0.99');
4141

0 commit comments

Comments
 (0)