Skip to content

Commit 29cdc3c

Browse files
committed
Bump minimum MantisBT version to 2.26.0
This is a prerequisite to fix issue #372.
1 parent 3b2f9bf commit 29cdc3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/MantisSourceBase.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ abstract class MantisSourceBase extends MantisPlugin
2626
* Used to define the default MantisCore dependency for all child plugins;
2727
* VCS plugins may override this based on their individual requirements.
2828
*/
29-
const MANTIS_VERSION = '2.24.0';
29+
const MANTIS_VERSION = '2.26.0';
3030
}

0 commit comments

Comments
 (0)