Skip to content

Commit bac190c

Browse files
committed
Bump version to 2.2.0
VCS plugins changes: - SourceCgit 2.0.3 - SourceGithub 2.1.0 - SourceSVN 2.2.0
1 parent fd4120f commit bac190c

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Source/MantisSourceBase.class.php

Lines changed: 1 addition & 1 deletion
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.2.0-dev';
22+
const FRAMEWORK_VERSION = '2.2.0';
2323

2424
/**
2525
* Minimum required MantisBT version.

SourceGithub/SourceGithub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class SourceGithubPlugin extends MantisSourceGitBasePlugin {
1313

1414
const PLUGIN_VERSION = '2.1.0';
15-
const FRAMEWORK_VERSION_REQUIRED = '2.2.0-dev';
15+
const FRAMEWORK_VERSION_REQUIRED = '2.2.0';
1616
const MANTIS_VERSION = '2.3.0';
1717

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

SourceSVN/SourceSVN.php

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

1010
class SourceSVNPlugin extends MantisSourcePlugin {
1111

12-
const PLUGIN_VERSION = '2.1.1';
12+
const PLUGIN_VERSION = '2.2.0';
1313
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
1414

1515
/**

docs/CHANGELOG.md

Lines changed: 3 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.2.0] - 2019-03-26
1414

1515
Includes all changes and fixes from [1.6.0](#160---2019-01-31) and [1.6.1](#161---2019-03-26).
1616

@@ -457,8 +457,9 @@ Includes all changes and fixes from master-1.2.x branch, up to commit
457457
## [0.9] - 2008-04-11
458458

459459

460-
[Unreleased 2.x]: https://github.com/mantisbt-plugins/source-integration/compare/v2.1.5...HEAD
460+
[Unreleased 2.x]: https://github.com/mantisbt-plugins/source-integration/compare/v2.2.0...HEAD
461461

462+
[2.2.0]: https://github.com/mantisbt-plugins/source-integration/compare/v2.1.5...v2.2.0
462463
[2.1.5]: https://github.com/mantisbt-plugins/source-integration/compare/v2.1.4...v2.1.5
463464
[2.1.4]: https://github.com/mantisbt-plugins/source-integration/compare/v2.1.3...v2.1.4
464465
[2.1.3]: https://github.com/mantisbt-plugins/source-integration/compare/v2.1.2...v2.1.3

0 commit comments

Comments
 (0)