Skip to content

Commit 2db30d3

Browse files
HerafiaRom1-B
andauthored
2.10.2 (#454)
* release * Apply suggestion from @Rom1-B --------- Co-authored-by: Romain B. <8530352+Rom1-B@users.noreply.github.com>
1 parent e8aac5d commit 2db30d3

3 files changed

Lines changed: 16 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [UNRELEASED]
8+
## [2.10.2] - 2026-04-07
99

1010
### Fixed
1111

escalade.xml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
</short>
1313
<long>
1414
<cs>
15-
Tento zásuvný modul zjednodušuje eskalaci požadavku na jiné skupiny.
16-
Přidává následující funkce:
15+
Tento zásuvný modul zjednodušuje eskalaci požadavku na jiné skupiny.
16+
Přidává následující funkce:
1717

1818
* Zobrazení vizuální historie přiřazení požadavku skupinám.
1919
* Zrychlená eskalace na skupinu nacházející se v historii.
@@ -22,11 +22,11 @@ Přidává následující funkce:
2222
* Rychlé klonování požadavku.
2323
* Současné uzavření klonovaných požadavků.
2424
* Vzetí první nebo poslední skupiny technika (při změně požadavku).
25-
* Nové tlačítko pro zrychlené přiřazení požadavku sám sobě.
25+
* Nové tlačítko pro zrychlené přiřazení požadavku sám sobě.
2626
</cs>
2727
<en>
28-
This plugin simplifies the ticket escalation to different groups.
29-
It adds the following features :
28+
This plugin simplifies the ticket escalation to different groups.
29+
It adds the following features :
3030

3131
* Display a visual history of the assignement groups on a ticket.
3232
* Rapid escalation to a group present in history.
@@ -35,10 +35,10 @@ It adds the following features :
3535
* Fast cloning of ticket.
3636
* Closing cloned tickets simultaneously.
3737
* Take the first or last group of technician (on ticket modification).
38-
* New button for rapid self-assignment of a ticket.
38+
* New button for rapid self-assignment of a ticket.
3939
</en>
4040
<fr>
41-
Cette extension permet de simplifier l'escalade de ticket vers des groupes différents.
41+
Cette extension permet de simplifier l'escalade de ticket vers des groupes différents.
4242
Elle ajoute les fonctionnalités suivantes :
4343

4444
* Affichage d'un historique visuel de l'assignation des groupes sur un ticket.
@@ -61,6 +61,11 @@ Elle ajoute les fonctionnalités suivantes :
6161
<author>Teclib'</author>
6262
</authors>
6363
<versions>
64+
<version>
65+
<num>2.10.2</num>
66+
<compatibility>~11.0.0</compatibility>
67+
<download_url>https://github.com/pluginsGLPI/escalade/releases/download/2.10.2/glpi-escalade-2.10.2.tar.bz2</download_url>
68+
</version>
6469
<version>
6570
<num>2.9.19</num>
6671
<compatibility>~10.0.11</compatibility>
@@ -304,11 +309,11 @@ Elle ajoute les fonctionnalités suivantes :
304309
<version>
305310
<num>2.0.2</num>
306311
<compatibility>0.84</compatibility>
307-
</version>
312+
</version>
308313
<version>
309314
<num>1.2</num>
310315
<compatibility>0.83</compatibility>
311-
</version>
316+
</version>
312317
</versions>
313318
<langs>
314319
<lang>cs_CZ</lang>

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.10.1');
33+
define('PLUGIN_ESCALADE_VERSION', '2.10.2');
3434
// Minimal GLPI version, inclusive
3535
define("PLUGIN_ESCALADE_MIN_GLPI", "11.0.0");
3636
// Maximum GLPI version, exclusive

0 commit comments

Comments
 (0)