@@ -8,6 +8,27 @@ specification.
88
99--------------------------------------------------------------------------------
1010
11+ ## [ 2.3.0] - 2021-02-12
12+
13+ ### Changed
14+
15+ - {handler} placeholder replaced by default string if issue is not assigned
16+ [ #48 ] ( https://github.com/mantisbt-plugins/snippets/issues/48 )
17+ - Added page titles
18+ [ #50 ] ( https://github.com/mantisbt-plugins/snippets/issues/50 )
19+ - Redirect to originating page from Config page
20+ [ #51 ] ( https://github.com/mantisbt-plugins/snippets/issues/51 )
21+
22+ ### Fixed
23+
24+ - {project} and {handler} placeholders in bug_reminder_page.php
25+ [ #46 ] ( https://github.com/mantisbt-plugins/snippets/issues/46 )
26+ - My/Global Snippets tabs are not marked as active
27+ [ #49 ] ( https://github.com/mantisbt-plugins/snippets/issues/49 )
28+ - Orphaned Snippet records in the database
29+ [ #52 ] ( https://github.com/mantisbt-plugins/snippets/issues/52 )
30+
31+
1132## [ 2.2.5] - 2018-03-18
1233
1334### Added
@@ -227,9 +248,10 @@ specification.
227248- Initial release
228249
229250
230- [ Unreleased ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2.5 ...HEAD
251+ [ Unreleased ] : https://github.com/mantisbt-plugins/snippets/compare/v2.3.0 ...HEAD
231252
232- [ 2.2.4 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2.4...v2.2.5
253+ [ 2.3.0 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2.5...v2.3.0
254+ [ 2.2.5 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2.4...v2.2.5
233255[ 2.2.4 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2.3...v2.2.4
234256[ 2.2.3 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2.2...v2.2.3
235257[ 2.2.2 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2.1...v2.2.2
0 commit comments