Hello,
We are interested by the plugin mantisbt_autosuggest https://github.com/nenes25/mantisbt_autosuggest, but its installation fails because our MantisBT version is 2.25.x
Could it be possible to allow newer MantisBT releases ?
I add a quick look at the code, and it seems that the code checks that Mantis version is 2.2.x (I am not a PHP expert, though)
Maybe have you another solution equivalent to this plugin ?
Thanks
plugin mantisbt_autosuggest
Moderators: Developer, Contributor
Re: plugin mantisbt_autosuggest
open autosuggest.php and change the line
To :
If that does not work, contact the creators (which you already did)
Code: Select all
'MantisCore' => '2.2',
Code: Select all
'MantisCore' => '2.0.0',