Skip to content

Commit 728a2ad

Browse files
committed
Actually Commit the 2.1.4 version bumps
Forgot to stage the changes before committing c8c1257... VCS plugins changes: - SourceBitBucket 2.0.1 - SourceCgit 2.0.2 - SourceGithub 2.0.2 - SourceGitlab 2.0.3 - SourceGitphp 2.0.2 - SourceGitweb 2.0.3 - SourceViewVC 2.0.2
1 parent c8c1257 commit 728a2ad

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

SourceBitBucket/SourceBitBucket.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class SourceBitBucketPlugin extends MantisSourcePlugin {
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
protected $main_url = "https://bitbucket.org/";

SourceCgit/SourceCgit.php

Lines changed: 1 addition & 1 deletion
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.1';
19+
const PLUGIN_VERSION = '2.0.2';
2020
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
2121

2222
public function register() {

SourceGithub/SourceGithub.php

Lines changed: 1 addition & 1 deletion
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.1';
14+
const PLUGIN_VERSION = '2.0.2';
1515
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
1616

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

SourceGitlab/SourceGitlab.php

Lines changed: 1 addition & 1 deletion
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.2';
16+
const PLUGIN_VERSION = '2.0.3';
1717
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
1818

1919
/**

SourceGitphp/SourceGitphp.php

Lines changed: 1 addition & 1 deletion
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.1';
14+
const PLUGIN_VERSION = '2.0.2';
1515
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
1616

1717
public function register() {

SourceGitweb/SourceGitweb.php

Lines changed: 1 addition & 1 deletion
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.2';
14+
const PLUGIN_VERSION = '2.0.3';
1515
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
1616

1717
public function register() {

SourceViewVC/SourceViewVC.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class SourceViewVCPlugin extends SourceSVNPlugin {
1212

13-
const PLUGIN_VERSION = '2.0.1';
13+
const PLUGIN_VERSION = '2.0.2';
1414
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
1515
const SOURCESVN_VERSION_REQUIRED = '2.0.0';
1616

docs/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ specification.
1010

1111
# Releases for MantisBT 2.x
1212

13-
## [Unreleased 2.x]
13+
## [2.1.5] - 2018-08-30
1414

1515
Includes all changes and fixes from 1.5.8.
1616

@@ -381,7 +381,7 @@ Includes all changes and fixes from master-1.2.x branch, up to commit
381381
## [0.9] - 2008-04-11
382382

383383

384-
[Unreleased 2.x]: https://github.com/mantisbt-plugins/source-integration/compare/v2.1.3...HEAD
384+
[Unreleased 2.x]: https://github.com/mantisbt-plugins/source-integration/compare/v2.1.4...HEAD
385385
[Unreleased 1.x]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.8...master-1.3.x
386386

387387
[2.1.4]: https://github.com/mantisbt-plugins/source-integration/compare/v2.1.3...v2.1.4

0 commit comments

Comments
 (0)