Skip to content

Commit ded57a4

Browse files
committed
Bump SourceGithub version and requirements
- SourceGithub 2.1.0 - Source 2.2.0-dev - MantisBT 2.3.0
1 parent 497bbe5 commit ded57a4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

SourceGithub/SourceGithub.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111

1212
class SourceGithubPlugin extends MantisSourceGitBasePlugin {
1313

14-
const PLUGIN_VERSION = '2.1.0-dev';
15-
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
14+
const PLUGIN_VERSION = '2.1.0';
15+
const FRAMEWORK_VERSION_REQUIRED = '2.2.0-dev';
16+
const MANTIS_VERSION = '2.3.0';
1617

1718
public $linkPullRequest = '/pull/%s';
1819

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.3.0 or later. See the
12+
The **SourceGithub** plugin requires MantisBT version 2.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)