File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 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
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.9.0 ' ;
22+ const FRAMEWORK_VERSION = '2.9.1 ' ;
2323
2424 /**
2525 * Minimum required MantisBT version.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments