Skip to content

Commit 89c71d6

Browse files
committed
Bump version to 1.5.3
VCS plugins changes: - SourceCgit 1.1.1 - SourceGithub 1.4.1 - SourceGitlab 1.1.1 - SourceGitphp 1.1.1 - SourceGitweb 1.1.1 - SourceHgWeb 1.0.1
1 parent 40922a9 commit 89c71d6

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Source/MantisSourceBase.class.php

+1-1
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.2';
22+
const FRAMEWORK_VERSION = '1.5.3';
2323

2424
/**
2525
* Minimum required MantisBT version.

SourceCgit/SourceCgit.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
class SourceCgitPlugin extends MantisSourceGitBasePlugin {
1818

19-
const PLUGIN_VERSION = '1.1.0';
19+
const PLUGIN_VERSION = '1.1.1';
2020
const FRAMEWORK_VERSION_REQUIRED = '1.5.0';
2121

2222
public function register() {

SourceGithub/SourceGithub.php

+1-1
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.0';
14+
const PLUGIN_VERSION = '1.4.1';
1515
const FRAMEWORK_VERSION_REQUIRED = '1.5.0';
1616

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

SourceGitlab/SourceGitlab.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
class SourceGitlabPlugin extends MantisSourceGitBasePlugin {
1515

16-
const PLUGIN_VERSION = '1.1.0';
16+
const PLUGIN_VERSION = '1.1.1';
1717
const FRAMEWORK_VERSION_REQUIRED = '1.5.0';
1818

1919
public function register() {

SourceGitphp/SourceGitphp.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class SourceGitphpPlugin extends MantisSourceGitBasePlugin {
1313

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

1717
public function register() {

SourceGitweb/SourceGitweb.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class SourceGitwebPlugin extends MantisSourceGitBasePlugin {
1313

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

1717
public function register() {

SourceHgWeb/SourceHgWeb.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
class SourceHgWebPlugin extends MantisSourcePlugin {
2121

22-
const PLUGIN_VERSION = '1.0.0';
22+
const PLUGIN_VERSION = '1.0.1';
2323
const FRAMEWORK_VERSION_REQUIRED = '1.3.2';
2424

2525
function register() {

0 commit comments

Comments
 (0)