File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ specification.
88
99--------------------------------------------------------------------------------
1010
11+ ## [ 2.4.1] - 2022-08-04
12+
13+ - Snippet selects are not in expected tab order on Bug Update page
14+ [ #63 ] ( https://github.com/mantisbt-plugins/snippets/issues/63 )
15+
16+
1117## [ 2.4.0] - 2022-02-06
1218
1319### Changed
@@ -284,8 +290,9 @@ specification.
284290- Initial release
285291
286292
287- [ Unreleased ] : https://github.com/mantisbt-plugins/snippets/compare/v2.4.0 ...HEAD
293+ [ Unreleased ] : https://github.com/mantisbt-plugins/snippets/compare/v2.4.1 ...HEAD
288294
295+ [ 2.4.1 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.4.0...v2.4.1
289296[ 2.4.0 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.3.2...v2.4.0
290297[ 2.3.2 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.3.1...v2.3.2
291298[ 2.3.1 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.3.0...v2.3.1
Original file line number Diff line number Diff line change 66
77class SnippetsPlugin extends MantisPlugin
88{
9- const VERSION = '2.4.0 ' ;
9+ const VERSION = '2.4.1 ' ;
1010
1111 public function register () {
1212 $ this ->name = plugin_lang_get ( "name " );
You can’t perform that action at this time.
0 commit comments