Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit ef1477c

Browse files
committed
Add 4.4.1 version definition
1 parent ffe7da2 commit ef1477c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

mantis.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@
5454
<author>TECLIB'</author>
5555
</authors>
5656
<versions>
57+
<version>
58+
<num>4.4.1</num>
59+
<compatibility>~9.5.0</compatibility>
60+
 <download_url>https://github.com/pluginsGLPI/mantis/releases/download/4.4.1/glpi-mantis-4.4.1.tar.bz2</download_url>
61+
</version>
5762
<version>
5863
<num>4.4.0</num>
5964
<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
* -------------------------------------------------------------------------
2929
*/
3030

31-
define("PLUGIN_MANTIS_VERSION", "4.4.0");
31+
define("PLUGIN_MANTIS_VERSION", "4.4.1");
3232

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

0 commit comments

Comments
 (0)