We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278c0d0 commit 531ee29Copy full SHA for 531ee29
2 files changed
EmailReporting.php
@@ -61,7 +61,7 @@ function register()
61
$this->description = plugin_lang_get( 'plugin_description' );
62
$this->page = 'manage_config';
63
64
- $this->version = '0.9.2-DEV';
+ $this->version = '0.9.2';
65
$this->requires = array(
66
'MantisCore' => '1.2.6, <1.3.99',
67
);
doc/CHANGELOG.txt
@@ -1,5 +1,5 @@
1
Changelog:
2
-Jun 2016 - EmailReporting-0.9.2-DEV
+Jul 2016 - EmailReporting-0.9.2
3
- Fixed collation check issue with MantisBT 1.3.x
4
- Modified the user option list to also check user accessible projects
5
- Show missing user id behind the error in the user option list
0 commit comments