Skip to content

Commit 7827d4e

Browse files
committed
Bump version to 2.4.1
1 parent 472405f commit 7827d4e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ specification.
88

99
--------------------------------------------------------------------------------
1010

11+
## [2.4.1] - 2022-08-04
12+
13+
- Snippet selects are not in expected tab order on Bug Update page
14+
[#63](https://github.com/mantisbt-plugins/snippets/issues/63)
15+
16+
1117
## [2.4.0] - 2022-02-06
1218

1319
### Changed
@@ -284,8 +290,9 @@ specification.
284290
- Initial release
285291

286292

287-
[Unreleased]: https://github.com/mantisbt-plugins/snippets/compare/v2.4.0...HEAD
293+
[Unreleased]: https://github.com/mantisbt-plugins/snippets/compare/v2.4.1...HEAD
288294

295+
[2.4.1]: https://github.com/mantisbt-plugins/snippets/compare/v2.4.0...v2.4.1
289296
[2.4.0]: https://github.com/mantisbt-plugins/snippets/compare/v2.3.2...v2.4.0
290297
[2.3.2]: https://github.com/mantisbt-plugins/snippets/compare/v2.3.1...v2.3.2
291298
[2.3.1]: https://github.com/mantisbt-plugins/snippets/compare/v2.3.0...v2.3.1

Snippets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class SnippetsPlugin extends MantisPlugin
88
{
9-
const VERSION = '2.4.0';
9+
const VERSION = '2.4.1';
1010

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

0 commit comments

Comments
 (0)