File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ unrelease] -
99
10+
11+ ## [ 2.9.13] - 2025-03-31
12+
13+ - Fix ` show_history ` option when using the ` Escalate ` button.
14+ - Fix ` use_assign_user_group ` option wich delete assing users
15+
1016## [ 2.9.12] - 2025-03-20
1117
1218### Fixed
@@ -15,7 +21,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1521- Fixed ` Bypass filtering on the groups assignment ` option
1622- Fixed technician deletion when ticket updated
1723- Fixed ` Ticket status after an escalation ` option
18- - Fixed ` show_history ` option when using the ` Escalate ` button.
1924- Do not perform escalation when mandatory ticket fields are missing
2025
2126## [ 2.9.11] - 2025-03-11
Original file line number Diff line number Diff line change @@ -66,6 +66,11 @@ Elle ajoute les fonctionnalités suivantes :
6666 <compatibility >~10.0.11</compatibility >
6767 <download_url >https://github.com/pluginsGLPI/escalade/releases/download/2.9.12/glpi-escalade-2.9.12.tar.bz2</download_url >
6868 </version >
69+ <version >
70+ <num >2.9.13</num >
71+ <compatibility >~10.0.11</compatibility >
72+ <download_url >https://github.com/pluginsGLPI/escalade/releases/download/2.9.13/glpi-escalade-2.9.13.tar.bz2</download_url >
73+ </version >
6974 <version >
7075 <num >2.9.11</num >
7176 <compatibility >~10.0.11</compatibility >
Original file line number Diff line number Diff line change 3030
3131use Glpi \Plugin \Hooks ;
3232
33- define ('PLUGIN_ESCALADE_VERSION ' , '2.9.12 ' );
33+ define ('PLUGIN_ESCALADE_VERSION ' , '2.9.13 ' );
3434
3535// Minimal GLPI version, inclusive
3636define ("PLUGIN_ESCALADE_MIN_GLPI " , "10.0.11 " );
You can’t perform that action at this time.
0 commit comments