diff --git a/EmailReporting.php b/EmailReporting.php index 2b2b592..a3ce84e 100644 --- a/EmailReporting.php +++ b/EmailReporting.php @@ -61,7 +61,7 @@ function register() $this->description = plugin_lang_get( 'plugin_description' ); $this->page = 'manage_config'; - $this->version = '0.9.3-DEV'; + $this->version = '0.9.3'; $this->requires = array( 'MantisCore' => '1.2.6, <2.0.99', ); diff --git a/doc/CHANGELOG.txt b/doc/CHANGELOG.txt index a001168..c1b84fc 100644 --- a/doc/CHANGELOG.txt +++ b/doc/CHANGELOG.txt @@ -1,5 +1,5 @@ Changelog: -Jul 2016 - EmailReporting-0.9.3-DEV +Jul 2016 - EmailReporting-0.9.3 - Preliminary support for MantisBT 2.0.x and ModernUI - Fix possible fatal error on return value - Added error when __construct is not run when it should have