Skip to content

Commit bce5d6c

Browse files
authored
2.9.18 (#387)
1 parent 46f23d0 commit bce5d6c

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [unreleased]
99

10+
## [2.9.18] - 2025-30-09
11+
1012
### Fixed
1113

1214
- Fix template mandatory field validation interference when adding solutions to tickets
@@ -15,7 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1517

1618
## [2.9.17] - 2025-08-27
1719

18-
### Fixed
20+
### Fixed
1921

2022
- Rename options related to ticket cloning and closure to avoid ambiguity
2123
- Fix rule doesn't trigger when user uses "Assign myself" button

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.18</num>
66+
<compatibility>~10.0.11</compatibility>
67+
<download_url>https://github.com/pluginsGLPI/escalade/releases/download/2.9.18/glpi-escalade-2.9.18.tar.bz2</download_url>
68+
</version>
6469
<version>
6570
<num>2.9.17</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.17');
33+
define('PLUGIN_ESCALADE_VERSION', '2.9.18');
3434

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

0 commit comments

Comments
 (0)