File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ specification.
88
99--------------------------------------------------------------------------------
1010
11+ ## [ 2.2.3] - 2018-03-17
12+
13+ ### Fixed
14+
15+ - Always replace User Placeholders with username
16+ [ #37 ] ( https://github.com/mantisbt-plugins/snippets/issues/37 )
17+
18+
1119## [ 2.2.2] - 2018-02-26
1220
1321### Fixed
@@ -198,8 +206,9 @@ specification.
198206- Initial release
199207
200208
201- [ Unreleased ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2.2 ...HEAD
209+ [ Unreleased ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2.3 ...HEAD
202210
211+ [ 2.2.3 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2.2...v2.2.3
203212[ 2.2.2 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2.1...v2.2.2
204213[ 2.2.1 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2.0...v2.2.1
205214[ 2.2.0 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.1.0...v2.2.0
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.2 ' ;
8+ const VERSION = '2.2.3 ' ;
99
1010 public function register () {
1111 $ this ->name = plugin_lang_get ("name " );
You can’t perform that action at this time.
0 commit comments