Skip to content

Commit c015b52

Browse files
authored
2.6.1 (#96)
1 parent 89c639e commit c015b52

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

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.6.1] - 2025-11-13
99

1010
### Fixed
1111

itilcategorygroups.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ Potom, pro každou z kategorií požadavku je možné určit která skupina bude
3333
<author>TECLIB</author>
3434
</authors>
3535
<versions>
36+
<version>
37+
<num>2.6.1</num>
38+
<compatibility>~11.0.0</compatibility>
39+
<download_url>https://github.com/pluginsGLPI/itilcategorygroups/releases/download/2.6.1/glpi-itilcategorygroups-2.6.1.tar.bz2</download_url>
40+
</version>
3641
<version>
3742
<num>2.6.0</num>
3843
<compatibility>~11.0.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
use function Safe\define;
3434

35-
define('PLUGIN_ITILCATEGORYGROUPS_VERSION', '2.6.0');
35+
define('PLUGIN_ITILCATEGORYGROUPS_VERSION', '2.6.1');
3636
define('PLUGIN_ITILCATEGORYGROUPS_MIN_GLPI', '11.0.0');
3737
define('PLUGIN_ITILCATEGORYGROUPS_MAX_GLPI', '11.0.99');
3838

0 commit comments

Comments
 (0)