Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]

## [2.9.19] - 2026-27-01

### Fixed

- Handle mandatory template fields in history button escalation
Expand Down
5 changes: 5 additions & 0 deletions escalade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ Elle ajoute les fonctionnalités suivantes :
<author>Teclib'</author>
</authors>
<versions>
<version>
<num>2.9.19</num>
<compatibility>~10.0.11</compatibility>
<download_url>https://github.com/pluginsGLPI/escalade/releases/download/2.9.19/glpi-escalade-2.9.19.tar.bz2</download_url>
</version>
<version>
<num>2.9.18</num>
<compatibility>~10.0.11</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

use Glpi\Plugin\Hooks;

define('PLUGIN_ESCALADE_VERSION', '2.9.18');
define('PLUGIN_ESCALADE_VERSION', '2.9.19');

// Minimal GLPI version, inclusive
define("PLUGIN_ESCALADE_MIN_GLPI", "10.0.11");
Expand Down