File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,16 +8,19 @@ specification.
88
99--------------------------------------------------------------------------------
1010
11- ## [ Unreleased ]
11+ ## [ 2.2.0 ] - 2018-01-14
1212
1313### Changed
1414
1515- Require MantisBT 2.3 or later
1616- Use REST API instead of xmlhttprequest
1717 [ #16 ] ( https://github.com/mantisbt-plugins/snippets/issues/16 )
18- - Replaced simpletip.js with qTip2
18+ - Replaced simpletip.js library with qTip2
1919 [ #25 ] ( https://github.com/mantisbt-plugins/snippets/issues/25 )
20- - Remove unused version information from JSON payload
20+
21+ ### Removed
22+
23+ - Unused version information from JSON payload
2124 [ #27 ] ( https://github.com/mantisbt-plugins/snippets/issues/27 )
2225
2326### Fixed
@@ -179,8 +182,9 @@ specification.
179182- Initial release
180183
181184
182- [ Unreleased ] : https://github.com/mantisbt-plugins/snippets/compare/v2.1 .0...HEAD
185+ [ Unreleased ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2 .0...HEAD
183186
187+ [ 2.2.0 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.1.0...v2.2.0
184188[ 2.1.0 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.0.0...v2.1.0
185189[ 2.0.0 ] : https://github.com/mantisbt-plugins/snippets/compare/v1.2.0...v2.0.0
186190
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.1 .0 ' ;
8+ const VERSION = '2.2 .0 ' ;
99
1010 public function register () {
1111 $ this ->name = plugin_lang_get ("name " );
You can’t perform that action at this time.
0 commit comments