Skip to content

Commit 945bd67

Browse files
authored
4.1.1 (#49)
1 parent 8ade741 commit 945bd67

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
## [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

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

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.0');
38+
define('PLUGIN_PDF_VERSION', '4.1.1');
3939
define('PLUGIN_PDF_MIN_GLPI', '11.0.0');
4040
define('PLUGIN_PDF_MAX_GLPI', '11.0.99');
4141

0 commit comments

Comments
 (0)