Skip to content

Commit 886adf4

Browse files
authored
2.11.3 (#480)
1 parent 384c088 commit 886adf4

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 2 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.11.3] - 2025-10-14
11+
1012
### Fixed
1113

1214
- SQL expression in supplier survey total calculation

plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
<compatibility>~11.0.0</compatibility>
3535
<download_url>https://github.com/pluginsGLPI/order/releases/download/2.12.0/glpi-order-2.12.0.tar.bz2</download_url>
3636
</version>
37+
<version>
38+
<num>2.11.3</num>
39+
<compatibility>~10.0.11</compatibility>
40+
<download_url>https://github.com/pluginsGLPI/order/releases/download/2.11.3/glpi-order-2.11.3.tar.bz2</download_url>
41+
</version>
3742
<version>
3843
<num>2.11.2</num>
3944
<compatibility>~10.0.11</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* -------------------------------------------------------------------------
2929
*/
3030

31-
define('PLUGIN_ORDER_VERSION', '2.11.2');
31+
define('PLUGIN_ORDER_VERSION', '2.11.3');
3232

3333
// Minimal GLPI version, inclusive
3434
define("PLUGIN_ORDER_MIN_GLPI", "10.0.11");

0 commit comments

Comments
 (0)