@@ -10,6 +10,32 @@ specification.
10
10
11
11
# Releases for MantisBT 2.x
12
12
13
+ ## [ 2.6.0] - 2022-07-15
14
+
15
+ ### Changed
16
+
17
+ - Use constants instead of hardcoded strings for SourceFile actions
18
+ [ #400 ] ( https://github.com/mantisbt-plugins/source-integration/issues/400 )
19
+ - Only display the Diff/File buttons when needed
20
+ [ #401 ] ( https://github.com/mantisbt-plugins/source-integration/issues/401 )
21
+ - Code cleanup
22
+
23
+ ### Fixed
24
+
25
+ - Allow file rename action for GitHub and Bitbucket
26
+ [ #374 ] ( https://github.com/mantisbt-plugins/source-integration/issues/374 )
27
+ - Fix deprecated usage of ${} string interpolation
28
+ [ #396 ] ( https://github.com/mantisbt-plugins/source-integration/issues/396 )
29
+ - Fix errors in language strings
30
+ [ #397 ] ( https://github.com/mantisbt-plugins/source-integration/issues/397 )
31
+ - Make sure status colors CSS is available
32
+ [ #398 ] ( https://github.com/mantisbt-plugins/source-integration/issues/398 )
33
+ - Fix Details/Diff buttons' position in Changesets list
34
+ [ #402 ] ( https://github.com/mantisbt-plugins/source-integration/issues/402 )
35
+ - bitbucket: end of support for API authentication with account password
36
+ [ #399 ] ( https://github.com/mantisbt-plugins/source-integration/issues/399 )
37
+
38
+
13
39
## [ 2.5.2] - 2022-04-28
14
40
15
41
### Fixed
@@ -634,8 +660,9 @@ Support for the 0.x branch ended on 2017-06-30.
634
660
## [ 0.9] - 2008-04-11
635
661
636
662
637
- [ Unreleased ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.5.2 ...HEAD
663
+ [ Unreleased ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.6.0 ...HEAD
638
664
665
+ [ 2.6.0 ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.5.2...v2.6.0
639
666
[ 2.5.2 ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.5.1...v2.5.2
640
667
[ 2.5.1 ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.5.0...v2.5.1
641
668
[ 2.5.0 ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.4.1...v2.5.0
0 commit comments