Skip to content

Commit 99e13ed

Browse files
authored
2.12.1 (#481)
1 parent fb6564f commit 99e13ed

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [UNRELEASED]
99

10+
## [2.12.1] - 2025-10-14
11+
1012
### Fixed
1113

1214
- SQL expression in supplier survey total calculation
@@ -18,6 +20,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1820

1921
- GLPI 11 compatibility
2022

23+
## [2.11.3] - 2025-10-14
24+
25+
### Fixed
26+
27+
- SQL expression in supplier survey total calculation
28+
2129
## [2.11.2] - 2025-08-07
2230

2331
- Update exemple.odt file to include ecotax tags

plugin.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,21 @@
2929
<author>Benjamin Fontan</author>
3030
</authors>
3131
<versions>
32+
<version>
33+
<num>2.12.1</num>
34+
<compatibility>~11.0.0</compatibility>
35+
<download_url>https://github.com/pluginsGLPI/order/releases/download/2.12.1/glpi-order-2.12.1.tar.bz2</download_url>
36+
</version>
3237
<version>
3338
<num>2.12.0</num>
3439
<compatibility>~11.0.0</compatibility>
3540
<download_url>https://github.com/pluginsGLPI/order/releases/download/2.12.0/glpi-order-2.12.0.tar.bz2</download_url>
3641
</version>
42+
<version>
43+
<num>2.11.3</num>
44+
<compatibility>~10.0.11</compatibility>
45+
<download_url>https://github.com/pluginsGLPI/order/releases/download/2.11.3/glpi-order-2.11.3.tar.bz2</download_url>
46+
</version>
3747
<version>
3848
<num>2.11.2</num>
3949
<compatibility>~10.0.11</compatibility>

setup.php

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

3131
use function Safe\define;
3232

33-
define('PLUGIN_ORDER_VERSION', '2.12.0');
33+
define('PLUGIN_ORDER_VERSION', '2.12.1');
3434

3535
// Minimal GLPI version, inclusive
3636
define("PLUGIN_ORDER_MIN_GLPI", "11.0.0");

0 commit comments

Comments
 (0)