We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9a93b commit fffe5b9Copy full SHA for fffe5b9
SourceBitBucket/SourceBitBucket.php
@@ -11,7 +11,7 @@
11
12
class SourceBitBucketPlugin extends MantisSourcePlugin {
13
14
- const PLUGIN_VERSION = '2.0.1';
+ const PLUGIN_VERSION = '2.1.0';
15
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
16
17
protected $main_url = "https://bitbucket.org/";
docs/CHANGELOG.md
@@ -10,6 +10,13 @@ specification.
10
# Releases for MantisBT 2.x
+## [2.3.0] - Unreleased
+
+### Fixed
+- Support for BitBucket API 2.0
18
+ [#320](https://github.com/mantisbt-plugins/source-integration/issues/320)
19
20
## [2.2.0] - 2019-03-26
21
22
Includes all changes and fixes from [1.6.0](#160---2019-01-31) and [1.6.1](#161---2019-03-26).
0 commit comments