Skip to content

Commit

Permalink
release 2.0
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
tessus committed Sep 11, 2017
1 parent 2db8f54 commit 090f14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mantis.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 090f14a

Please sign in to comment.