Skip to content

Commit ae176be

Browse files
authored
2.9.13 (#321)
test
1 parent 5de4a4b commit ae176be

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

escalade.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
use 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
3636
define("PLUGIN_ESCALADE_MIN_GLPI", "10.0.11");

0 commit comments

Comments
 (0)