From 090f14acb9ae6704cb418e64cb025d4aa4e14bb8 Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Mon, 11 Sep 2017 00:21:53 -0400 Subject: [PATCH] release 2.0 - filter tickets by multiple `username` - filter tickets by multiple `version` - filter tickets by multiple `target_version` - filter tickets by multiple `fixed_in_version` - filter tickets by multiple `resolution` - add support for multiple values for `severity` - add support for multiple values for `status` - add to `show`: `username`, `version`, `target_version`, `fixed_in_version, `resolution` - add option `headername`: change header names for columns - add option `align`: change the alignment of columns - add multiple order by (with sort order) - add range filtering for `version`, `target_version`, `fixed_in_target` check out the documentation for more details: https://www.mediawiki.org/wiki/Extension:Mantis --- Mantis.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mantis.php b/Mantis.php index e8b2690..fed6f2e 100644 --- a/Mantis.php +++ b/Mantis.php @@ -37,7 +37,7 @@ 'url' => 'https://www.mediawiki.org/wiki/Extension:Mantis', 'description' => 'Mantis Bug Tracker integration', 'license-name' => 'GPL-2.0+', - 'version' => '1.6' + 'version' => '2.0' ); // Configuration variables