Skip to content

Commit 342978f

Browse files
authored
2.10.1 (#413)
1 parent 29fc991 commit 342978f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

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.1] - 2025-12-09
99

1010
### Fixed
1111

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.10.1</num>
66+
<compatibility>~11.0.0</compatibility>
67+
<download_url>https://github.com/pluginsGLPI/escalade/releases/download/2.10.1/glpi-escalade-2.10.1.tar.bz2</download_url>
68+
</version>
6469
<version>
6570
<num>2.9.18</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.10.0');
33+
define('PLUGIN_ESCALADE_VERSION', '2.10.1');
3434
// Minimal GLPI version, inclusive
3535
define("PLUGIN_ESCALADE_MIN_GLPI", "11.0.0");
3636
// Maximum GLPI version, exclusive

0 commit comments

Comments
 (0)