diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cb5bf1..79a2b86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # SECURITYEXTEND CHANGE LOG +## Version 1.3.2 (August 11st, 2019) + +### Bug Fixes + +- installing plugin causes new account notification email to not get sent to admins + ## Version 1.3.1 (August 9th, 2019) ### Bug Fixes diff --git a/SecurityExtend.php b/SecurityExtend.php index fff949c..31d6a8e 100644 --- a/SecurityExtend.php +++ b/SecurityExtend.php @@ -15,7 +15,7 @@ function register() $this->description = plugin_lang_get("description"); $this->page = 'config'; - $this->version = "1.3.1"; + $this->version = "1.3.2"; $this->requires = array( "MantisCore" => "2.0.0", );