Skip to content

Commit 05852d9

Browse files
committed
Update changelog, SourceGithub reqs and version
1 parent 3324bd1 commit 05852d9

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

SourceGithub/SourceGithub.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
class SourceGithubPlugin extends MantisSourceGitBasePlugin {
1515

16-
const PLUGIN_VERSION = '2.1.0';
16+
const PLUGIN_VERSION = '2.2.0';
1717
const FRAMEWORK_VERSION_REQUIRED = '2.2.0';
18-
const MANTIS_VERSION = '2.3.0';
18+
const MANTIS_VERSION = '2.5.0';
1919

2020
const URL_API = 'https://api.github.com/';
2121
const URL_OAUTH = 'https://github.com/login/oauth/';

docs/CHANGELOG.md

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

1111
# Releases for MantisBT 2.x
1212

13+
## [Unreleased 2.x]
14+
15+
### Changed
16+
17+
- GitHub: use GuzzleHttp instead of cURL
18+
[#336](https://github.com/mantisbt-plugins/source-integration/issues/336)
19+
20+
### Fixed
21+
22+
- GitHub: authentication using query parameters is deprecated
23+
[#335](https://github.com/mantisbt-plugins/source-integration/issues/335)
24+
25+
1326
## [2.3.0] - 2019-09-06
1427

1528
### Fixed
1629

1730
- Support for BitBucket API 2.0
1831
[#320](https://github.com/mantisbt-plugins/source-integration/issues/320)
1932

33+
2034
## [2.2.0] - 2019-03-26
2135

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

0 commit comments

Comments
 (0)