Page 1 of 1

plugin mantisbt_autosuggest

Posted: 24 Mar 2023, 13:51
by melcie
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

Re: plugin mantisbt_autosuggest

Posted: 24 Mar 2023, 15:09
by cas
open autosuggest.php and change the line

Code: Select all

 'MantisCore' => '2.2',
 
To :

Code: Select all

'MantisCore'       => '2.0.0',
If that does not work, contact the creators (which you already did) :mrgreen: