File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ abstract class MantisSourceBase extends MantisPlugin
19
19
* a change in the minimum required MantisBT version: 0=1.2; 1=1.3, 2=2.x.
20
20
* The framework version is incremented when the plugin's core files change.
21
21
*/
22
- const FRAMEWORK_VERSION = '2.0.2 ' ;
22
+ const FRAMEWORK_VERSION = '2.0.3 ' ;
23
23
24
24
/**
25
25
* Minimum required MantisBT version.
Original file line number Diff line number Diff line change 11
11
12
12
class SourceGitwebPlugin extends MantisSourceGitBasePlugin {
13
13
14
- const PLUGIN_VERSION = '2.0.0 ' ;
14
+ const PLUGIN_VERSION = '2.0.1 ' ;
15
15
const FRAMEWORK_VERSION_REQUIRED = '2.0.0 ' ;
16
16
17
17
public function register () {
Original file line number Diff line number Diff line change 19
19
20
20
class SourceHgWebPlugin extends MantisSourcePlugin {
21
21
22
- const PLUGIN_VERSION = '2.0.0 ' ;
22
+ const PLUGIN_VERSION = '2.0.1 ' ;
23
23
const FRAMEWORK_VERSION_REQUIRED = '2.0.0 ' ;
24
24
25
25
function register () {
You can’t perform that action at this time.
0 commit comments