From 9f0906c6b33068943dd87b3aefadba2a776c3102 Mon Sep 17 00:00:00 2001
From: Stanislas Kita <7335054+stonebuzz@users.noreply.github.com>
Date: Wed, 24 Jun 2026 10:50:42 +0200
Subject: [PATCH] 2.9.20
---
CHANGELOG.md | 4 +++-
ajax/cloneandlink_ticket.php | 1 +
escalade.xml | 5 +++++
setup.php | 2 +-
4 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7f8ac0f6..211da8f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
-## [unreleased]
+## [2.9.20] - 2026-06-24
+
+- Fix escape chars
## [2.9.19] - 2026-27-01
diff --git a/ajax/cloneandlink_ticket.php b/ajax/cloneandlink_ticket.php
index 77830dcd..c0259979 100644
--- a/ajax/cloneandlink_ticket.php
+++ b/ajax/cloneandlink_ticket.php
@@ -44,6 +44,7 @@
exit;
}
+$ticket = new Ticket();
if ($ticket->getFromDB($_REQUEST['tickets_id'])) {
if (
diff --git a/escalade.xml b/escalade.xml
index 4478648c..f56bcef4 100644
--- a/escalade.xml
+++ b/escalade.xml
@@ -61,6 +61,11 @@ Elle ajoute les fonctionnalités suivantes :
Teclib'
+
+ 2.9.20
+ ~10.0.11
+ https://github.com/pluginsGLPI/escalade/releases/download/2.9.20/glpi-escalade-2.9.20.tar.bz2
+
2.9.19
~10.0.11
diff --git a/setup.php b/setup.php
index a09e3c8f..b682e3ea 100644
--- a/setup.php
+++ b/setup.php
@@ -30,7 +30,7 @@
use Glpi\Plugin\Hooks;
-define('PLUGIN_ESCALADE_VERSION', '2.9.19');
+define('PLUGIN_ESCALADE_VERSION', '2.9.20');
// Minimal GLPI version, inclusive
define("PLUGIN_ESCALADE_MIN_GLPI", "10.0.11");