Skip to content

Commit c262d4e

Browse files
committed
2.5.0
1 parent d3499c6 commit c262d4e

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

itilcategorygroups.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,9 @@ Potom, pro každou z kategorií požadavku je možné určit která skupina bude
3838
</authors>
3939
<versions>
4040
<version>
41-
<num>2.5.0-rc2</num>
41+
<num>2.5.0</num>
4242
<compatibility>~10.0.0</compatibility>
43-
<download_url>https://github.com/pluginsGLPI/itilcategorygroups/releases/download/2.5.0-rc2/glpi-itilcategorygroups-2.5.0-rc2.tar.bz2</download_url>
44-
</version>
45-
<version>
46-
<num>2.5.0-rc1</num>
47-
<compatibility>~10.0.0</compatibility>
48-
<download_url>https://github.com/pluginsGLPI/itilcategorygroups/releases/download/2.5.0-rc1/glpi-itilcategorygroups-2.5.0-rc1.tar.bz2</download_url>
43+
<download_url>https://github.com/pluginsGLPI/itilcategorygroups/releases/download/2.5.0/glpi-itilcategorygroups-2.5.0.tar.bz2</download_url>
4944
</version>
5045
<version>
5146
<num>2.4.2</num>

setup.php

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

3131
use Glpi\Plugin\Hooks;
3232

33-
define ('PLUGIN_ITILCATEGORYGROUPS_VERSION', '2.4.2');
33+
define ('PLUGIN_ITILCATEGORYGROUPS_VERSION', '2.5.0');
3434

3535
// Minimal GLPI version, inclusive
3636
define("PLUGIN_ITILCATEGORYGROUPS_MIN_GLPI", "10.0.0");

0 commit comments

Comments
 (0)