Skip to content

Commit 5fc3b81

Browse files
committed
Set minimum MantisBT version to 2.26.4
This allows checkin.php to return a proper HTTP response code when an error occurs, instead of always returning 200. Fixes #266, see upstream Issue [1] [1]: https://mantisbt.org/bugs/view.php?id=34634
1 parent 93f1bc1 commit 5fc3b81

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Source/MantisSourceBase.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ abstract class MantisSourceBase extends MantisPlugin
2626
* Used to define the default MantisCore dependency for all child plugins;
2727
* VCS plugins may override this based on their individual requirements.
2828
*/
29-
const MANTIS_VERSION = '2.26.0';
29+
const MANTIS_VERSION = '2.26.4';
3030
}

docs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ specification.
1212

1313
## [Unreleased]
1414

15+
### Fixed
16+
17+
- checkin.php returning HTTP 200 when errors occur
18+
[#266](https://github.com/mantisbt-plugins/source-integration/issues/266)
19+
1520

1621
## [2.8.0] - 2024-09-06
1722

0 commit comments

Comments
 (0)