From 3e2f0a9f8c4429572e15ec447d950c1cdb8e29b1 Mon Sep 17 00:00:00 2001 From: SL-Gundam Date: Mon, 28 May 2018 18:32:15 +0200 Subject: [PATCH] Update version number for release --- EmailReporting.php | 2 +- doc/CHANGELOG.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EmailReporting.php b/EmailReporting.php index 1f4f004..b5fc10e 100644 --- a/EmailReporting.php +++ b/EmailReporting.php @@ -11,7 +11,7 @@ function register() $this->description = plugin_lang_get( 'plugin_description' ); $this->page = 'manage_config'; - $this->version = '0.10.1-DEV'; + $this->version = '0.10.1'; $this->requires = array( 'MantisCore' => '1.3.0, <2.99.99', ); diff --git a/doc/CHANGELOG.txt b/doc/CHANGELOG.txt index 6b7bca8..e8c88a9 100644 --- a/doc/CHANGELOG.txt +++ b/doc/CHANGELOG.txt @@ -1,5 +1,5 @@ Changelog: -Okt 2017 - EmailReporting-0.10.1 +May 2018 - EmailReporting-0.10.1 - Added error if, on installation, 'api/soap/mc_file_api.php' is missing - Updated english and spanish language files - STARTTLS encryption only shown when available