Skip to content

Commit 23e613e

Browse files
committed
Bump version to 2.1.0
VCS plugins changes: - SourceCgit 2.0.1 - SourceGithub 2.0.1 - SourceGitlab 2.0.1 - SourceGitphp 2.0.1 - SourceGitweb 2.0.2 - SourceHgWeb 2.1.0 - SourceSVN 2.1.0 - SourceWebSVN 2.0.1
1 parent 6871003 commit 23e613e

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
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-
const FRAMEWORK_VERSION = '2.0.3';
22+
const FRAMEWORK_VERSION = '2.1.0';
2323

2424
/**
2525
* Minimum required MantisBT version.

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-
const PLUGIN_VERSION = '2.0.0';
19+
const PLUGIN_VERSION = '2.0.1';
2020
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
2121

2222
public function register() {

SourceGithub/SourceGithub.php

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

1212
class SourceGithubPlugin extends MantisSourceGitBasePlugin {
1313

14-
const PLUGIN_VERSION = '2.0.0';
14+
const PLUGIN_VERSION = '2.0.1';
1515
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
1616

1717
public $linkPullRequest = '/pull/%s';

SourceGitlab/SourceGitlab.php

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

1414
class SourceGitlabPlugin extends MantisSourceGitBasePlugin {
1515

16-
const PLUGIN_VERSION = '2.0.0';
16+
const PLUGIN_VERSION = '2.0.1';
1717
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
1818

1919
public function register() {

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-
const PLUGIN_VERSION = '2.0.0';
14+
const PLUGIN_VERSION = '2.0.1';
1515
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
1616

1717
public function register() {

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-
const PLUGIN_VERSION = '2.0.1';
14+
const PLUGIN_VERSION = '2.0.2';
1515
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
1616

1717
public function register() {

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-
const PLUGIN_VERSION = '2.0.1';
22+
const PLUGIN_VERSION = '2.1.0';
2323
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
2424

2525
/**

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-
const PLUGIN_VERSION = '2.0.0';
12+
const PLUGIN_VERSION = '2.1.0';
1313
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
1414

1515
/**

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-
const PLUGIN_VERSION = '2.0.0';
12+
const PLUGIN_VERSION = '2.0.1';
1313
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
1414
const SOURCESVN_VERSION_REQUIRED = '2.0.0';
1515

0 commit comments

Comments
 (0)