We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e7c33b commit 9873930Copy full SHA for 9873930
Source/MantisSourceBase.class.php
@@ -19,11 +19,11 @@ abstract class MantisSourceBase extends MantisPlugin
19
* a change in the minimum required MantisBT version: 0=1.2; 1=1.3, 2=2.x.
20
* The framework version is incremented when the plugin's core file change.
21
*/
22
- const FRAMEWORK_VERSION = '1.4.0';
+ const FRAMEWORK_VERSION = '2.0.0';
23
24
/**
25
* Minimum required MantisBT version.
26
* Used to define the MantisCore dependency for all child plugins
27
28
- const MANTIS_VERSION = '1.3.0';
+ const MANTIS_VERSION = '2.0.0';
29
}
0 commit comments