File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ abstract class MantisSourceBase extends MantisPlugin
19
19
* a change in the minimum required MantisBT version: 0=1.2; 1=1.3, 2=2.x.
20
20
* The framework version is incremented when the plugin's core files change.
21
21
*/
22
- const FRAMEWORK_VERSION = '2.9.0 ' ;
22
+ const FRAMEWORK_VERSION = '2.9.1 ' ;
23
23
24
24
/**
25
25
* Minimum required MantisBT version.
Original file line number Diff line number Diff line change @@ -10,6 +10,14 @@ specification.
10
10
11
11
# Releases for MantisBT 2.x
12
12
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
+
13
21
## 2.9.0 - 2025-01-17
14
22
15
23
### Changed
@@ -707,9 +715,10 @@ Support for the 0.x branch ended on 2017-06-30.
707
715
## [ 0.9] - 2008-04-11
708
716
709
717
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
711
719
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
713
722
[ 2.8.0 ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.7.0...v2.8.0
714
723
[ 2.7.0 ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.6.0...v2.7.0
715
724
[ 2.6.0 ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.5.2...v2.6.0
You can’t perform that action at this time.
0 commit comments