Skip to content

Commit 877cf48

Browse files
committed
Update version number for release
1 parent c8785e2 commit 877cf48

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

EmailReporting.php

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

14-
$this->version = '0.10.0-DEV';
14+
$this->version = '0.10.0';
1515
$this->requires = array(
1616
'MantisCore' => '1.3.0, <2.99.99',
1717
);

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ EmailReporting v0.9.x:
2323
Optional:
2424

2525
* PHP 7.0 is supported from EmailReporting 0.9.2 and higher
26-
* PHP 7.1 is supported from EmailReporting 0.10.0-DEV and higher
26+
* PHP 7.1 is supported from EmailReporting 0.10.0 and higher
2727
* MantisBT 1.3.x is supported from EmailReporting 0.9.2 and higher
2828
* Preliminary support for MantisBT 2.0.x is available from EmailReporting 0.9.3 and higher. This is not ready for production environments. Please report any issues encountered.
2929
* Full support for MantisBT 2.x.x is available from EmailReporting 0.10.0 and higher.

doc/CHANGELOG.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Changelog:
2-
Sep 2017 - EmailReporting-0.10.0-DEV
2+
Sep 2017 - EmailReporting-0.10.0
33
- Officially compatible with MantisBT 2.x.x
44
- Drop support for MantisBT 1.2.x
55
- Updated PEAR packages: PEAR, Auth_SASL, Net_Socket

0 commit comments

Comments
 (0)