Skip to content
Merged

2.6.2 #102

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.6.2] - 2026-05-12

###

Expand Down
5 changes: 5 additions & 0 deletions itilcategorygroups.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ Potom, pro každou z kategorií požadavku je možné určit která skupina bude
<author>TECLIB</author>
</authors>
<versions>
<version>
<num>2.6.2</num>
<compatibility>~11.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/itilcategorygroups/releases/download/2.6.2/glpi-itilcategorygroups-2.6.2.tar.bz2</download_url>
</version>
<version>
<num>2.6.1</num>
<compatibility>~11.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 @@ -32,7 +32,7 @@

use function Safe\define;

define('PLUGIN_ITILCATEGORYGROUPS_VERSION', '2.6.1');
define('PLUGIN_ITILCATEGORYGROUPS_VERSION', '2.6.2');
define('PLUGIN_ITILCATEGORYGROUPS_MIN_GLPI', '11.0.0');
define('PLUGIN_ITILCATEGORYGROUPS_MAX_GLPI', '11.0.99');

Expand Down