Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [UNRELEASED]
## [4.1.2] - 2026-01-08

### Fixed

- Avoids a CSRF check error if print is clicked multiple times
- Fixes some SQL errors during export
- Clean HTML tables to fit PDF page width to avoid overflow
- Fix translation for "Observer"

## [4.1.1] - 2025-10-30

Expand Down
5 changes: 5 additions & 0 deletions pdf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
<author>Nelly MAHU-LASSON</author>
</authors>
<versions>
<version>
<num>4.1.2</num>
<compatibility>~11.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/pdf/releases/download/4.1.2/glpi-pdf-4.1.2.tar.bz2</download_url>
</version>
<version>
<num>4.1.1</num>
<compatibility>~11.0.0</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@



define('PLUGIN_PDF_VERSION', '4.1.1');
define('PLUGIN_PDF_VERSION', '4.1.2');
define('PLUGIN_PDF_MIN_GLPI', '11.0.0');
define('PLUGIN_PDF_MAX_GLPI', '11.0.99');

Expand Down