File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1111
1212class SourceGithubPlugin extends MantisSourceGitBasePlugin {
1313
14- const PLUGIN_VERSION = '2.1.0-dev ' ;
15- const FRAMEWORK_VERSION_REQUIRED = '2.0.0 ' ;
14+ const PLUGIN_VERSION = '2.1.0 ' ;
15+ const FRAMEWORK_VERSION_REQUIRED = '2.2.0-dev ' ;
16+ const MANTIS_VERSION = '2.3.0 ' ;
1617
1718 public $ linkPullRequest = '/pull/%s ' ;
1819
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ personal & organization repositories.
99
1010## Requirements
1111
12- The ** SourceGithub** plugin requires Mantis 1 .3.0 or later. See the
12+ The ** SourceGithub** plugin requires MantisBT version 2 .3.0 or later. See the
1313[ README] ( ../README.md#requirements ) for further information.
1414
1515Ensure both the ** Source** and ** SourceGithub** plugins are installed.
You can’t perform that action at this time.
0 commit comments