File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ unrelease] -
99
10+ ## [ 2.9.8] - 2024-07-15
11+
1012### Fixed
1113
12- - Trigger escalation for ticket updates not related to the plugin
14+ - Prevent an escalation when a ticket is updated
1315
1416## [ 2.9.7] - 2024-07-04
1517
Original file line number Diff line number Diff line change @@ -61,6 +61,11 @@ Elle ajoute les fonctionnalités suivantes :
6161 <author >Teclib'</author >
6262 </authors >
6363 <versions >
64+ <version >
65+ <num >2.9.8</num >
66+ <compatibility >~10.0.11</compatibility >
67+ <download_url >https://github.com/pluginsGLPI/escalade/releases/download/2.9.8/glpi-escalade-2.9.8.tar.bz2</download_url >
68+ </version >
6469 <version >
6570 <num >2.9.7</num >
6671 <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.7 ' );
33+ define ('PLUGIN_ESCALADE_VERSION ' , '2.9.8 ' );
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