Skip to content

Commit 8ef983d

Browse files
committed
Bump version to 2.6.0
VCS plugins changes: - SourceAzureDevOps 1.0.1 - SourceBitBucket 2.3.0 - SourceCgit 2.1.1 - SourceGithub 2.3.2 - SourceGitlab 2.1.1 - SourceGitphp 2.1.1 - SourceGitweb 2.1.1 - SourceHgWeb 2.2.1 - SourceSFSVN 2.1.2 - SourceSVN 2.4.1 - SourceViewVC 2.1.2 - SourceVisualSVNServer 2.1.2 - SourceWebSVN 2.1.2
1 parent 81cf3a9 commit 8ef983d

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

Source/MantisSourceBase.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ abstract class MantisSourceBase extends MantisPlugin
1919
* a change in the minimum required MantisBT version: 0=1.2; 1=1.3, 2=2.x.
2020
* The framework version is incremented when the plugin's core files change.
2121
*/
22-
constFRAMEWORK_VERSION = '2.5.2';
22+
constFRAMEWORK_VERSION = '2.6.0';
2323

2424
/**
2525
* Minimum required MantisBT version.

SourceAzureDevOps/SourceAzureDevOps.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
class SourceAzureDevOpsPlugin extends MantisSourceGitBasePlugin {
1515

16-
constPLUGIN_VERSION = '1.0.0';
16+
constPLUGIN_VERSION = '1.0.1';
1717
constFRAMEWORK_VERSION_REQUIRED = '2.5.0';
1818

1919
/**

SourceBitBucket/SourceBitBucket.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class SourceBitBucketPlugin extends MantisSourceGitBasePlugin {
1313

14-
constPLUGIN_VERSION = '2.2.1';
14+
constPLUGIN_VERSION = '2.3.0';
1515
constFRAMEWORK_VERSION_REQUIRED = '2.5.0';
1616

1717
/**

SourceCgit/SourceCgit.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
class SourceCgitPlugin extends MantisSourceGitBasePlugin {
1818

19-
constPLUGIN_VERSION = '2.1.0';
19+
constPLUGIN_VERSION = '2.1.1';
2020
constFRAMEWORK_VERSION_REQUIRED = '2.5.0';
2121

2222
public$type = 'cgit';

SourceGithub/SourceGithub.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
class SourceGithubPlugin extends MantisSourceGitBasePlugin {
1717

18-
constPLUGIN_VERSION = '2.3.1';
18+
constPLUGIN_VERSION = '2.3.2';
1919
constFRAMEWORK_VERSION_REQUIRED = '2.5.0';
2020

2121
/**

SourceGitlab/SourceGitlab.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
class SourceGitlabPlugin extends MantisSourceGitBasePlugin {
1717

18-
constPLUGIN_VERSION = '2.1.0';
18+
constPLUGIN_VERSION = '2.1.1';
1919
constFRAMEWORK_VERSION_REQUIRED = '2.5.0';
2020

2121
public$type = 'gitlab';

SourceGitphp/SourceGitphp.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class SourceGitphpPlugin extends MantisSourceGitBasePlugin {
1313

14-
constPLUGIN_VERSION = '2.1.0';
14+
constPLUGIN_VERSION = '2.1.1';
1515
constFRAMEWORK_VERSION_REQUIRED = '2.5.0';
1616

1717
public$type = 'gitphp';

SourceGitweb/SourceGitweb.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class SourceGitwebPlugin extends MantisSourceGitBasePlugin {
1313

14-
constPLUGIN_VERSION = '2.1.0';
14+
constPLUGIN_VERSION = '2.1.1';
1515
constFRAMEWORK_VERSION_REQUIRED = '2.5.0';
1616

1717
public$type = 'gitweb';

SourceHgWeb/SourceHgWeb.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
class SourceHgWebPlugin extends MantisSourcePlugin {
2121

22-
constPLUGIN_VERSION = '2.2.0';
22+
constPLUGIN_VERSION = '2.2.1';
2323
constFRAMEWORK_VERSION_REQUIRED = '2.5.0';
2424

2525
/**

SourceSFSVN/SourceSFSVN.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class SourceSFSVNPlugin extends SourceSVNPlugin {
1111

12-
constPLUGIN_VERSION = '2.1.1';
12+
constPLUGIN_VERSION = '2.1.2';
1313
constFRAMEWORK_VERSION_REQUIRED = '2.5.0';
1414
constSOURCESVN_VERSION_REQUIRED = '2.4.0';
1515

SourceSVN/SourceSVN.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class SourceSVNPlugin extends MantisSourcePlugin {
1111

12-
constPLUGIN_VERSION = '2.4.0';
12+
constPLUGIN_VERSION = '2.4.1';
1313
constFRAMEWORK_VERSION_REQUIRED = '2.5.0';
1414

1515
/**

SourceViewVC/SourceViewVC.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class SourceViewVCPlugin extends SourceSVNPlugin {
1212

13-
constPLUGIN_VERSION = '2.1.1';
13+
constPLUGIN_VERSION = '2.1.2';
1414
constFRAMEWORK_VERSION_REQUIRED = '2.5.0';
1515
constSOURCESVN_VERSION_REQUIRED = '2.4.0';
1616

SourceVisualSVNServer/SourceVisualSVNServer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class SourceVisualSVNServerPlugin extends SourceSVNPlugin {
1313

14-
constPLUGIN_VERSION = '2.1.1';
14+
constPLUGIN_VERSION = '2.1.2';
1515
constFRAMEWORK_VERSION_REQUIRED = '2.5.0';
1616
constSOURCESVN_VERSION_REQUIRED = '2.4.0';
1717

SourceWebSVN/SourceWebSVN.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class SourceWebSVNPlugin extends SourceSVNPlugin {
1111

12-
constPLUGIN_VERSION = '2.1.1';
12+
constPLUGIN_VERSION = '2.1.2';
1313
constFRAMEWORK_VERSION_REQUIRED = '2.5.0';
1414
constSOURCESVN_VERSION_REQUIRED = '2.4.0';
1515

0 commit comments

Comments
 (0)
close