Skip to content

Commit 02ff2ba

Browse files
authored
2.11.1 (#447)
1 parent af2b6fe commit 02ff2ba

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.1] - 2025-07-11
11+
1012
### Fixed
1113

1214
- Fix ODT export generation

plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
<author>Benjamin Fontan</author>
3030
</authors>
3131
<versions>
32+
<version>
33+
<num>2.11.1</num>
34+
<compatibility>~10.0.0</compatibility>
35+
<download_url>https://github.com/pluginsGLPI/order/releases/download/2.11.1/glpi-order-2.11.1.tar.bz2</download_url>
36+
</version>
3237
<version>
3338
<num>2.11.0</num>
3439
<compatibility>~10.0.0</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.0');
31+
define('PLUGIN_ORDER_VERSION', '2.11.1');
3232

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

0 commit comments

Comments
 (0)