Skip to content

Commit 488a0ab

Browse files
stonebuzzRom1-B
andauthored
2.9.12 (#313)
* 2.9.12 * Update CHANGELOG.md Co-authored-by: Romain B. <[email protected]> --------- Co-authored-by: Romain B. <[email protected]>
1 parent 9993581 commit 488a0ab

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [unrelease] -
99

10+
## [2.9.12] - 2025-03-20
11+
1012
### Fixed
1113

1214
- Calculation of status when a technician self-assigns to a ticket
1315
- Fixed `Bypass filtering on the groups assignment` option
1416
- Fixed technician deletion when ticket updated
1517
- Fixed `Ticket status after an escalation` option
1618

17-
## [2.9.11] - 2024-03-11
19+
## [2.9.11] - 2025-03-11
1820

1921
### Fixed
2022

escalade.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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.12</num>
66+
<compatibility>~10.0.11</compatibility>
67+
<download_url>https://github.com/pluginsGLPI/escalade/releases/download/2.9.12/glpi-escalade-2.9.12.tar.bz2</download_url>
68+
</version>
6469
<version>
6570
<num>2.9.11</num>
6671
<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.11');
33+
define('PLUGIN_ESCALADE_VERSION', '2.9.12');
3434

3535
// Minimal GLPI version, inclusive
3636
define("PLUGIN_ESCALADE_MIN_GLPI", "10.0.11");

0 commit comments

Comments
 (0)