File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ specification.
88
99--------------------------------------------------------------------------------
1010
11- ## [ Unreleased ]
11+ ## [ 2.0.0 ] - 2022-05-08
1212
1313### Added
1414
@@ -66,7 +66,6 @@ specification.
6666- Initial release
6767
6868
69- [ Unreleased ] : https://github.com/mantisbt-plugins/LinkedCustomFields/compare/v1.0.1...master
70-
69+ [ 2.0.0 ] : https://github.com/mantisbt-plugins/LinkedCustomFields/compare/v1.0.1...2.0.0
7170[ 1.0.1 ] : https://github.com/mantisbt-plugins/LinkedCustomFields/compare/v1.0.0...v1.0.1
7271[ 1.0 ] : https://github.com/mantisbt-plugins/LinkedCustomFields/compare/1b2a1482f931ae21b5cdad7e710b8c8a574b3915...v1.0.0
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public function register() {
3131 $ this ->name = plugin_lang_get ( "title " );
3232 $ this ->description = plugin_lang_get ( "description " );
3333
34- $ this ->version = "2.0.0-dev " ;
34+ $ this ->version = "2.0.0 " ;
3535 $ this ->requires = array (
3636 "MantisCore " => "2.3.0 " ,
3737 );
You can’t perform that action at this time.
0 commit comments