Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
app-publisher-bot committed Aug 5, 2019
1 parent 1f2ed85 commit 6997212
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# SECURITYEXTEND CHANGE LOG

## Version 1.2.0 (August 4th, 2019)

### Features

- **bug blocking:** add support to block issue/bug report on a duplicate summary and description(script attack).

### Refactoring

- **general:** dont run blocking checks if the user has a threshhold higher than g_default_new_account_access_level
- **logging:** modify log display to allow for display of different types of bug blocking events

## Version 1.1.0 (August 4th, 2019)

### Documentation
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.1.0";
$this->version = "1.2.0";
$this->requires = array(
"MantisCore" => "2.0.0",
);
Expand Down

0 comments on commit 6997212

Please sign in to comment.