Skip to content

Commit c344016

Browse files
committed
Add 2.4.2 version definition
1 parent 12148b4 commit c344016

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

itilcategorygroups.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ Potom, pro každou z kategorií požadavku je možné určit která skupina bude
3737
<author>François Legastelois</author>
3838
</authors>
3939
<versions>
40+
<version>
41+
<num>2.4.2</num>
42+
<compatibility>~9.5.0</compatibility>
43+
<download_url>https://github.com/pluginsGLPI/itilcategorygroups/releases/download/2.4.2/glpi-itilcategorygroups-2.4.2.tar.bz2</download_url>
44+
</version>
4045
<version>
4146
<num>2.4.1</num>
4247
<compatibility>~9.5.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
@since 2009
2929
---------------------------------------------------------------------- */
3030

31-
define ('PLUGIN_ITILCATEGORYGROUPS_VERSION', '2.4.1');
31+
define ('PLUGIN_ITILCATEGORYGROUPS_VERSION', '2.4.2');
3232

3333
// Minimal GLPI version, inclusive
3434
define("PLUGIN_ITILCATEGORYGROUPS_MIN_GLPI", "9.5");

0 commit comments

Comments
 (0)