Skip to content

Commit 531ee29

Browse files
committed
Change version number for 0.9.2 release
1 parent 278c0d0 commit 531ee29

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

EmailReporting.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function register()
6161
$this->description = plugin_lang_get( 'plugin_description' );
6262
$this->page = 'manage_config';
6363

64-
$this->version = '0.9.2-DEV';
64+
$this->version = '0.9.2';
6565
$this->requires = array(
6666
'MantisCore' => '1.2.6, <1.3.99',
6767
);

doc/CHANGELOG.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Changelog:
2-
Jun 2016 - EmailReporting-0.9.2-DEV
2+
Jul 2016 - EmailReporting-0.9.2
33
- Fixed collation check issue with MantisBT 1.3.x
44
- Modified the user option list to also check user accessible projects
55
- Show missing user id behind the error in the user option list

0 commit comments

Comments
 (0)