Skip to content

Commit 962bd40

Browse files
committed
Bump version to 1.6.1
VCS plugins changes: - SourceCgit 1.1.2
1 parent e7532b4 commit 962bd40

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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 = '1.6.0';
22+
const FRAMEWORK_VERSION = '1.6.1';
2323

2424
/**
2525
* Minimum required MantisBT version.

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 1.3
1212

13-
## [Unreleased 1.x]
13+
## [1.6.1] - 2019-03-26
1414

1515
### Fixed
1616

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

252252

253-
[Unreleased 1.x]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.9...master-1.3.x
253+
[Unreleased 1.x]: https://github.com/mantisbt-plugins/source-integration/compare/v1.6.1...master-1.3.x
254254

255+
[1.6.1]: https://github.com/mantisbt-plugins/source-integration/compare/v1.6.0...v1.6.1
255256
[1.6.0]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.9...v1.6.0
256257
[1.5.9]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.8...v1.5.9
257258
[1.5.8]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.7...v1.5.8

0 commit comments

Comments
 (0)