Skip to content

Commit 81cf3a9

Browse files
committed
Update Changelog
1 parent 50bb913 commit 81cf3a9

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

docs/CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,32 @@ specification.
1010

1111
# Releases for MantisBT 2.x
1212

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+
1339
## [2.5.2] - 2022-04-28
1440

1541
### Fixed
@@ -634,8 +660,9 @@ Support for the 0.x branch ended on 2017-06-30.
634660
## [0.9] - 2008-04-11
635661

636662

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
638664

665+
[2.6.0]: https://github.com/mantisbt-plugins/source-integration/compare/v2.5.2...v2.6.0
639666
[2.5.2]: https://github.com/mantisbt-plugins/source-integration/compare/v2.5.1...v2.5.2
640667
[2.5.1]: https://github.com/mantisbt-plugins/source-integration/compare/v2.5.0...v2.5.1
641668
[2.5.0]: https://github.com/mantisbt-plugins/source-integration/compare/v2.4.1...v2.5.0

0 commit comments

Comments
 (0)