Skip to content

Commit c8c1257

Browse files
committed
Bump version to 2.1.4
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 b9a95b0 commit c8c1257

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
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.1.4-dev';
22+
const FRAMEWORK_VERSION = '2.1.4';
2323

2424
/**
2525
* Minimum required MantisBT version.

docs/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@ specification.
1010

1111
# Releases for MantisBT 2.x
1212

13+
## [Unreleased 2.x]
14+
15+
Includes all changes and fixes from 1.5.8.
16+
17+
### Changed
18+
19+
- Improve labels for RegEx strings
20+
[#283](https://github.com/mantisbt-plugins/source-integration/pull/283)
21+
- Update Russian translations
22+
[#280](https://github.com/mantisbt-plugins/source-integration/pull/280)
23+
- Cgit: Portuguese-Brazil translation
24+
[#267](https://github.com/mantisbt-plugins/source-integration/pull/267)
25+
- Gitlab: Improve integration Readme
26+
[#278](https://github.com/mantisbt-plugins/source-integration/pull/278)
27+
1328
## [2.1.3] - 2018-07-30
1429

1530
Includes all changes and fixes from 1.5.7.
@@ -369,6 +384,7 @@ Includes all changes and fixes from master-1.2.x branch, up to commit
369384
[Unreleased 2.x]: https://github.com/mantisbt-plugins/source-integration/compare/v2.1.3...HEAD
370385
[Unreleased 1.x]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.8...master-1.3.x
371386

387+
[2.1.4]: https://github.com/mantisbt-plugins/source-integration/compare/v2.1.3...v2.1.4
372388
[2.1.3]: https://github.com/mantisbt-plugins/source-integration/compare/v2.1.2...v2.1.3
373389
[2.1.2]: https://github.com/mantisbt-plugins/source-integration/compare/v2.1.1...v2.1.2
374390
[2.1.1]: https://github.com/mantisbt-plugins/source-integration/compare/v2.1.0...v2.1.1

0 commit comments

Comments
 (0)