Skip to content

Commit 389c1cb

Browse files
committed
Bump version to 2.9.1
1 parent 7a0d70f commit 389c1cb

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-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-
constFRAMEWORK_VERSION = '2.9.0';
22+
constFRAMEWORK_VERSION = '2.9.1';
2323

2424
/**
2525
* Minimum required MantisBT version.

docs/CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ specification.
1010

1111
# Releases for MantisBT 2.x
1212

13+
## 2.9.1 - 2025-01-26
14+
15+
### Fixed
16+
17+
- Commits time is displayed in the wrong timezone
18+
[#419](https://github.com/mantisbt-plugins/source-integration/issues/419)
19+
20+
1321
## 2.9.0 - 2025-01-17
1422

1523
### Changed
@@ -707,9 +715,10 @@ Support for the 0.x branch ended on 2017-06-30.
707715
## [0.9] - 2008-04-11
708716

709717

710-
[Unreleased]: https://github.com/mantisbt-plugins/source-integration/compare/v2.9.0...HEAD
718+
[Unreleased]: https://github.com/mantisbt-plugins/source-integration/compare/v2.9.1...HEAD
711719

712-
[2.9.0]: https://github.com/mantisbt-plugins/source-integration/compare/v2.78.0...v2.9.0
720+
[2.9.1]: https://github.com/mantisbt-plugins/source-integration/compare/v2.9.0...v2.9.1
721+
[2.9.0]: https://github.com/mantisbt-plugins/source-integration/compare/v2.8.0...v2.9.0
713722
[2.8.0]: https://github.com/mantisbt-plugins/source-integration/compare/v2.7.0...v2.8.0
714723
[2.7.0]: https://github.com/mantisbt-plugins/source-integration/compare/v2.6.0...v2.7.0
715724
[2.6.0]: https://github.com/mantisbt-plugins/source-integration/compare/v2.5.2...v2.6.0

0 commit comments

Comments
 (0)
close