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.
88
99--------------------------------------------------------------------------------
1010
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+
1121## [ 2.3.0] - 2021-02-12
1222
1323### Changed
@@ -248,8 +258,9 @@ specification.
248258- Initial release
249259
250260
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
252262
263+ [ 2.3.1 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.3.0...v2.3.1
253264[ 2.3.0 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2.5...v2.3.0
254265[ 2.2.5 ] : https://github.com/mantisbt-plugins/snippets/compare/v2.2.4...v2.2.5
255266[ 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 55# Licensed under the MIT license
66
77class SnippetsPlugin extends MantisPlugin {
8- const VERSION = '2.3.0 ' ;
8+ const VERSION = '2.3.1 ' ;
99
1010 public function register () {
1111 $ this ->name = plugin_lang_get ("name " );
You can’t perform that action at this time.
0 commit comments