File tree 13 files changed +27
-27
lines changed
13 files changed +27
-27
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.5.0-dev ' ;
22
+ const FRAMEWORK_VERSION = '2.5.0 ' ;
23
23
24
24
/**
25
25
* Minimum required MantisBT version.
Original file line number Diff line number Diff line change 14
14
class SourceAzureDevOpsPlugin extends MantisSourceGitBasePlugin {
15
15
16
16
const PLUGIN_VERSION = '1.0.0 ' ;
17
- const FRAMEWORK_VERSION_REQUIRED = '2.3.1 ' ;
17
+ const FRAMEWORK_VERSION_REQUIRED = '2.5.0 ' ;
18
18
19
19
/**
20
20
* Error constants
Original file line number Diff line number Diff line change 9
9
10
10
class SourceBitBucketPlugin extends MantisSourceGitBasePlugin {
11
11
12
- const PLUGIN_VERSION = '2.1 .0 ' ;
12
+ const PLUGIN_VERSION = '2.2 .0 ' ;
13
13
const FRAMEWORK_VERSION_REQUIRED = '2.5.0 ' ;
14
14
15
15
protected $ main_url = "https://bitbucket.org/ " ;
Original file line number Diff line number Diff line change 14
14
15
15
class SourceGithubPlugin extends MantisSourceGitBasePlugin {
16
16
17
- const PLUGIN_VERSION = '2.2 .0 ' ;
18
- const FRAMEWORK_VERSION_REQUIRED = '2.2 .0 ' ;
17
+ const PLUGIN_VERSION = '2.3 .0 ' ;
18
+ const FRAMEWORK_VERSION_REQUIRED = '2.5 .0 ' ;
19
19
20
20
const URL_API = 'https://api.github.com/ ' ;
21
21
const URL_OAUTH = 'https://github.com/login/oauth/ ' ;
Original file line number Diff line number Diff line change 15
15
16
16
class SourceGitlabPlugin extends MantisSourceGitBasePlugin {
17
17
18
- const PLUGIN_VERSION = '2.0.5 ' ;
19
- const FRAMEWORK_VERSION_REQUIRED = '2.0 .0 ' ;
18
+ const PLUGIN_VERSION = '2.1.0 ' ;
19
+ const FRAMEWORK_VERSION_REQUIRED = '2.5 .0 ' ;
20
20
21
21
public $ type = 'gitlab ' ;
22
22
Original file line number Diff line number Diff line change 11
11
12
12
class SourceGitphpPlugin extends MantisSourceGitBasePlugin {
13
13
14
- const PLUGIN_VERSION = '2.0.2 ' ;
15
- const FRAMEWORK_VERSION_REQUIRED = '2.0 .0 ' ;
14
+ const PLUGIN_VERSION = '2.1.0 ' ;
15
+ const FRAMEWORK_VERSION_REQUIRED = '2.5 .0 ' ;
16
16
17
17
public $ type = 'gitphp ' ;
18
18
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.3 ' ;
15
- const FRAMEWORK_VERSION_REQUIRED = '2.0 .0 ' ;
14
+ const PLUGIN_VERSION = '2.1.0 ' ;
15
+ const FRAMEWORK_VERSION_REQUIRED = '2.5 .0 ' ;
16
16
17
17
public $ type = 'gitweb ' ;
18
18
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.1.3 ' ;
23
- const FRAMEWORK_VERSION_REQUIRED = '2.0 .0 ' ;
22
+ const PLUGIN_VERSION = '2.2.0 ' ;
23
+ const FRAMEWORK_VERSION_REQUIRED = '2.5 .0 ' ;
24
24
25
25
/**
26
26
* Various PCRE patterns used to parse HgWeb output when retrieving
Original file line number Diff line number Diff line change 9
9
10
10
class SourceSFSVNPlugin extends SourceSVNPlugin {
11
11
12
- const PLUGIN_VERSION = '2.0 .0 ' ;
13
- const FRAMEWORK_VERSION_REQUIRED = '2.0 .0 ' ;
14
- const SOURCESVN_VERSION_REQUIRED = '2.0 .0 ' ;
12
+ const PLUGIN_VERSION = '2.1 .0 ' ;
13
+ const FRAMEWORK_VERSION_REQUIRED = '2.5 .0 ' ;
14
+ const SOURCESVN_VERSION_REQUIRED = '2.5 .0 ' ;
15
15
16
16
public $ type = 'sfsvn ' ;
17
17
Original file line number Diff line number Diff line change 9
9
10
10
class SourceSVNPlugin extends MantisSourcePlugin {
11
11
12
- const PLUGIN_VERSION = '2.3 .0 ' ;
13
- const FRAMEWORK_VERSION_REQUIRED = '2.0 .0 ' ;
12
+ const PLUGIN_VERSION = '2.4 .0 ' ;
13
+ const FRAMEWORK_VERSION_REQUIRED = '2.5 .0 ' ;
14
14
15
15
/**
16
16
* Error constants
Original file line number Diff line number Diff line change 10
10
11
11
class SourceViewVCPlugin extends SourceSVNPlugin {
12
12
13
- const PLUGIN_VERSION = '2.0.2 ' ;
14
- const FRAMEWORK_VERSION_REQUIRED = '2.0 .0 ' ;
15
- const SOURCESVN_VERSION_REQUIRED = '2.0 .0 ' ;
13
+ const PLUGIN_VERSION = '2.1.0 ' ;
14
+ const FRAMEWORK_VERSION_REQUIRED = '2.5 .0 ' ;
15
+ const SOURCESVN_VERSION_REQUIRED = '2.5 .0 ' ;
16
16
17
17
public $ type = 'viewvc ' ;
18
18
Original file line number Diff line number Diff line change 11
11
12
12
class SourceVisualSVNServerPlugin extends SourceSVNPlugin {
13
13
14
- const PLUGIN_VERSION = '2.0.2 ' ;
15
- const FRAMEWORK_VERSION_REQUIRED = '2.0 .0 ' ;
16
- const SOURCESVN_VERSION_REQUIRED = '2.0 .0 ' ;
14
+ const PLUGIN_VERSION = '2.1.0 ' ;
15
+ const FRAMEWORK_VERSION_REQUIRED = '2.5 .0 ' ;
16
+ const SOURCESVN_VERSION_REQUIRED = '2.5 .0 ' ;
17
17
18
18
public $ type = 'vsvns ' ;
19
19
Original file line number Diff line number Diff line change 9
9
10
10
class SourceWebSVNPlugin extends SourceSVNPlugin {
11
11
12
- const PLUGIN_VERSION = '2.0.1 ' ;
13
- const FRAMEWORK_VERSION_REQUIRED = '2.0 .0 ' ;
14
- const SOURCESVN_VERSION_REQUIRED = '2.0 .0 ' ;
12
+ const PLUGIN_VERSION = '2.1.0 ' ;
13
+ const FRAMEWORK_VERSION_REQUIRED = '2.5 .0 ' ;
14
+ const SOURCESVN_VERSION_REQUIRED = '2.5 .0 ' ;
15
15
16
16
public $ type = 'websvn ' ;
17
17
You can’t perform that action at this time.
0 commit comments