File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ specification.
88
99--------------------------------------------------------------------------------
1010
11- ## [ Unreleased ]
11+ ## [ 2.2.4 ] - 2018-03-18
1212
1313### Fixed
1414
@@ -214,8 +214,9 @@ specification.
214214- Initial release
215215
216216
217- [ Unreleased ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2.3 ...HEAD
217+ [ Unreleased ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2.4 ...HEAD
218218
219+ [ 2.2.4 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2.3...v2.2.4
219220[ 2.2.3 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2.2...v2.2.3
220221[ 2.2.2 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2.1...v2.2.2
221222[ 2.2.1 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2.0...v2.2.1
Original file line number Diff line number Diff line change 55# Licensed under the MIT license
66
77class SnippetsPlugin extends MantisPlugin {
8- const VERSION = '2.2.3 ' ;
8+ const VERSION = '2.2.4 ' ;
99
1010 public function register () {
1111 $ this ->name = plugin_lang_get ("name " );
You can’t perform that action at this time.
0 commit comments