File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,16 @@ specification.
8
8
9
9
--------------------------------------------------------------------------------
10
10
11
+ ## [ 2.3.1] - 2021-03-05
12
+
13
+ ### Fixed
14
+
15
+ - MantisBT install page included instead of plugin's install functions
16
+ [ #53 ] ( https://github.com/mantisbt-plugins/snippets/issues/53 )
17
+ - Install functions always included even if not needed
18
+ [ #54 ] ( https://github.com/mantisbt-plugins/snippets/issues/54 )
19
+
20
+
11
21
## [ 2.3.0] - 2021-02-12
12
22
13
23
### Changed
@@ -248,8 +258,9 @@ specification.
248
258
- Initial release
249
259
250
260
251
- [ Unreleased ] : https://github.com/mantisbt-plugins/snippets/compare/v2.3.0 ...HEAD
261
+ [ Unreleased ] : https://github.com/mantisbt-plugins/snippets/compare/v2.3.1 ...HEAD
252
262
263
+ [ 2.3.1 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.3.0...v2.3.1
253
264
[ 2.3.0 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2.5...v2.3.0
254
265
[ 2.2.5 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2.4...v2.2.5
255
266
[ 2.2.4 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2.3...v2.2.4
Original file line number Diff line number Diff line change 5
5
# Licensed under the MIT license
6
6
7
7
class SnippetsPlugin extends MantisPlugin {
8
- const VERSION = '2.3.0 ' ;
8
+ const VERSION = '2.3.1 ' ;
9
9
10
10
public function register () {
11
11
$ this ->name = plugin_lang_get ("name " );
You can’t perform that action at this time.
0 commit comments