Skip to content

Commit

Permalink
chore(release): 1.3.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
app-publisher-bot committed Aug 11, 2019
1 parent 3b1d25c commit 51ca861
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion SecurityExtend.php
Original file line number Diff line number Diff line change
Expand Up @@ -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",
);
Expand Down

0 comments on commit 51ca861

Please sign in to comment.