Skip to content

Commit efd4fc3

Browse files
committed
Bump version to 2.2.0
1 parent 6524ded commit efd4fc3

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff 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

Snippets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Licensed under the MIT license
66

77
class 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");

0 commit comments

Comments
 (0)