File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1313
1414class 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/ ' ;
Original file line number Diff line number Diff 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
2236Includes all changes and fixes from [ 1.6.0] ( #160---2019-01-31 ) and [ 1.6.1] ( #161---2019-03-26 ) .
You can’t perform that action at this time.
0 commit comments