From c4a91cc5863f66e19393a56166d49e510a4b8a08 Mon Sep 17 00:00:00 2001 From: Herafia Date: Tue, 7 Apr 2026 15:51:21 +0200 Subject: [PATCH 1/2] release --- CHANGELOG.md | 2 +- escalade.xml | 23 ++++++++++++++--------- setup.php | 2 +- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d2d071a..40df004c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.10.2] - 2026-07-04 ### Fixed diff --git a/escalade.xml b/escalade.xml index 2e9be634..0c9892a8 100644 --- a/escalade.xml +++ b/escalade.xml @@ -12,8 +12,8 @@ -Tento zásuvný modul zjednodušuje eskalaci požadavku na jiné skupiny. -Přidává následující funkce: +Tento zásuvný modul zjednodušuje eskalaci požadavku na jiné skupiny. +Přidává následující funkce: * Zobrazení vizuální historie přiřazení požadavku skupinám. * Zrychlená eskalace na skupinu nacházející se v historii. @@ -22,11 +22,11 @@ Přidává následující funkce: * Rychlé klonování požadavku. * Současné uzavření klonovaných požadavků. * Vzetí první nebo poslední skupiny technika (při změně požadavku). -* Nové tlačítko pro zrychlené přiřazení požadavku sám sobě. +* Nové tlačítko pro zrychlené přiřazení požadavku sám sobě. -This plugin simplifies the ticket escalation to different groups. -It adds the following features : +This plugin simplifies the ticket escalation to different groups. +It adds the following features : * Display a visual history of the assignement groups on a ticket. * Rapid escalation to a group present in history. @@ -35,10 +35,10 @@ It adds the following features : * Fast cloning of ticket. * Closing cloned tickets simultaneously. * Take the first or last group of technician (on ticket modification). -* New button for rapid self-assignment of a ticket. +* New button for rapid self-assignment of a ticket. -Cette extension permet de simplifier l'escalade de ticket vers des groupes différents. +Cette extension permet de simplifier l'escalade de ticket vers des groupes différents. Elle ajoute les fonctionnalités suivantes : * Affichage d'un historique visuel de l'assignation des groupes sur un ticket. @@ -61,6 +61,11 @@ Elle ajoute les fonctionnalités suivantes : Teclib' + + 2.10.2 + ~11.0.0 + https://github.com/pluginsGLPI/escalade/releases/download/2.10.2/glpi-escalade-2.10.2.tar.bz2 + 2.9.19 ~10.0.11 @@ -304,11 +309,11 @@ Elle ajoute les fonctionnalités suivantes : 2.0.2 0.84 - + 1.2 0.83 - + cs_CZ diff --git a/setup.php b/setup.php index 3fea4421..504c9652 100644 --- a/setup.php +++ b/setup.php @@ -30,7 +30,7 @@ use Glpi\Plugin\Hooks; -define('PLUGIN_ESCALADE_VERSION', '2.10.1'); +define('PLUGIN_ESCALADE_VERSION', '2.10.2'); // Minimal GLPI version, inclusive define("PLUGIN_ESCALADE_MIN_GLPI", "11.0.0"); // Maximum GLPI version, exclusive From f69e3c3bbebc440528dc5787017b8db8199877b1 Mon Sep 17 00:00:00 2001 From: "Romain B." <8530352+Rom1-B@users.noreply.github.com> Date: Tue, 7 Apr 2026 16:32:26 +0200 Subject: [PATCH 2/2] Apply suggestion from @Rom1-B --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40df004c..5ebb3eac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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/). -## [2.10.2] - 2026-07-04 +## [2.10.2] - 2026-04-07 ### Fixed