File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 3030
3131use 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
3636define ("PLUGIN_ORDER_MIN_GLPI " , "11.0.0 " );
You can’t perform that action at this time.
0 commit comments