We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d64716 commit 6f61fffCopy full SHA for 6f61fff
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.1-DEV';
+ $this->version = '0.9.1';
65
$this->requires = array(
66
'MantisCore' => '1.2.6, <1.3.99',
67
);
doc/CHANGELOG.txt
@@ -1,5 +1,5 @@
1
Changelog:
2
-Dec 2015 - EmailReporting-0.9.1-DEV
+May 2016 - EmailReporting-0.9.1
3
- Modified error message incase no valid reporter could be found
4
- Allow numbers in the anchor name for the help link
5
- HTML Body will be added as attachment if mail_parse_html is off
0 commit comments