Skip to content

Commit 2c52034

Browse files
committed
Bump version to 2.2.2
1 parent f659d4b commit 2c52034

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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.2.1';
8+
const VERSION = '2.2.2';
99

1010
public function register() {
1111
$this->name = plugin_lang_get("name");

0 commit comments

Comments
 (0)