Skip to content

Commit

Permalink
2.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz authored Jul 4, 2024
1 parent d469aff commit c1813a9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unrelease] -


## [2.9.7] - 2024-07-04

### Added

- Add config option for default assignation

### Fixed

- Fix rules execution before escalation
- Set assign as observer unchecked by default
- Set ```assign as observer``` unchecked by default
- Fixed ```blocking of user deletion```
- Fix ```use technician group``` option

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

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

0 comments on commit c1813a9

Please sign in to comment.