Skip to content

Commit

Permalink
2.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz authored May 17, 2024
1 parent a50fe20 commit 6fb003f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.6] - 2024-05-17

### Fixed

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.6</num>
<compatibility>~10.0.11</compatibility>
<download_url>https://github.com/pluginsGLPI/escalade/releases/download/2.9.6/glpi-escalade-2.9.6.tar.bz2</download_url>
</version>
<version>
<num>2.9.5</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.5');
define('PLUGIN_ESCALADE_VERSION', '2.9.6');

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

0 comments on commit 6fb003f

Please sign in to comment.