Skip to content

Commit 2b9a155

Browse files
committed
Bump version to 2.5.2
VCS plugins changes: - SourceGithub 2.3.1
1 parent 9301c9d commit 2b9a155

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = '2.5.1';
22+
const FRAMEWORK_VERSION = '2.5.2';
2323

2424
/**
2525
* Minimum required MantisBT version.

SourceGithub/SourceGithub.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
class SourceGithubPlugin extends MantisSourceGitBasePlugin {
1717

18-
const PLUGIN_VERSION = '2.3.0';
18+
const PLUGIN_VERSION = '2.3.1';
1919
const FRAMEWORK_VERSION_REQUIRED = '2.5.0';
2020

2121
const URL_API = 'https://api.github.com/';

docs/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ specification.
1414

1515
### Fixed
1616

17-
- PHP 8.1 compatibility
17+
- github: PHP 8.1 compatibility
1818
[#391](https://github.com/mantisbt-plugins/source-integration/issues/391)
1919

2020

0 commit comments

Comments
 (0)