Skip to content

Commit

Permalink
2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz authored Feb 21, 2024
1 parent 1ac9eee commit 18e40b8
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Change Log

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.3] - 2024-02-21

### Added

- Add short label for split action buttons in timeline footer

### Fixed

- Fix group dropdown depending on the configuration ```use_filter_assign_group```
- Fix permission checks in ticket escalation
- Fix group filtering in escalation process
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.3</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/escalade/releases/download/2.9.3/glpi-escalade-2.9.3.tar.bz2</download_url>
</version>
<version>
<num>2.9.2</num>
<compatibility>~10.0.0</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.2');
define ('PLUGIN_ESCALADE_VERSION', '2.9.3');

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

0 comments on commit 18e40b8

Please sign in to comment.