Skip to content

Commit 9270488

Browse files
committed
Bump version to 1.6.0
VCS plugins changes: - SourceGithub 1.5.0
1 parent 9e53feb commit 9270488

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-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.5.9';
22+
const FRAMEWORK_VERSION = '1.6.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
@@ -11,7 +11,7 @@
1111

1212
class SourceGithubPlugin extends MantisSourceGitBasePlugin {
1313

14-
const PLUGIN_VERSION = '1.4.1';
14+
const PLUGIN_VERSION = '1.5.0';
1515
const FRAMEWORK_VERSION_REQUIRED = '1.5.0';
1616

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

docs/CHANGELOG.md

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

1111
# Releases for MantisBT 1.3
1212

13+
## [1.6.0] - 2019-01-31
14+
15+
### Changed
16+
17+
- Github: adapt checkin following retirement of GitHub Services
18+
[#292](https://github.com/mantisbt-plugins/source-integration/issues/292)
19+
- Github: support payload signature validation from webhook
20+
[#295](https://github.com/mantisbt-plugins/source-integration/issues/295)
21+
1322
## [1.5.9] - 2018-09-02
1423

1524
### Security
@@ -236,6 +245,7 @@ Includes all changes and fixes from master-1.2.x branch, up to commit
236245

237246
[Unreleased 1.x]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.9...master-1.3.x
238247

248+
[1.6.0]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.9...v1.6.0
239249
[1.5.9]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.8...v1.5.9
240250
[1.5.8]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.7...v1.5.8
241251
[1.5.7]: https://github.com/mantisbt-plugins/source-integration/compare/v1.5.6...v1.5.7

docs/CONFIGURING.SourceGithub.md

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

1010
## Requirements
1111

12-
The **SourceGithub** plugin requires Mantis 1.2.16. See the
12+
The **SourceGithub** plugin requires Mantis 1.3.0 or later. See the
1313
[README](../README.md#requirements) for further information.
1414

1515
Ensure both the **Source** and **SourceGithub** plugins are installed.

0 commit comments

Comments
 (0)