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.2] - 2018-02-26
12+
13+ ### Fixed
14+
15+ - qTip2 library throws 'Source map error' in browser console
16+ [ #32 ] ( https://github.com/mantisbt-plugins/snippets/issues/32 )
17+
18+
1119## [ 2.2.1] - 2018-01-31
1220
1321### Fixed
@@ -190,8 +198,9 @@ specification.
190198- Initial release
191199
192200
193- [ Unreleased ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2.1 ...HEAD
201+ [ Unreleased ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2.2 ...HEAD
194202
203+ [ 2.2.2 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2.1...v2.2.2
195204[ 2.2.1 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2.0...v2.2.1
196205[ 2.2.0 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.1.0...v2.2.0
197206[ 2.1.0 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.0.0...v2.1.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.1 ' ;
8+ const VERSION = '2.2.2 ' ;
99
1010 public function register () {
1111 $ this ->name = plugin_lang_get ("name " );
You can’t perform that action at this time.
0 commit comments