Skip to content

Commit

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

## Version 1.1.0 (August 4th, 2019)

### Documentation

- **readme:** add configuration section, touch sections
- **readme:** add general security config section
- **readme:** add usage section
- **readme:** update info and screenshots

### Features

- **logging:** add event logging and log tab
- **miscellaneous:** add support for the 'bird window' to show to spammers just before being booted
- **account blocking:** add supprt for account blocking on signup, based on email address
- **account blocking:** add support to automatically add email addresses to account blocking component on a triggered account disable or delete
- **management:** display confirmation dialog before clearing/deleting items when using the 'clear' button
- **management:** add info page andframework for supporting viewing of readme and changelog in info tab

### Bug Fixes

- **management:** management tab is showing for users without view access
- **management:** user with edit access cannot edit options if user does not have plugin_threshhold_level

### Visual Enhancements

- **management:** make tab content fill the width of container

## Version 1.0.3 (August 3rd, 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.0.3";
$this->version = "1.1.0";
$this->requires = array(
"MantisCore" => "2.0.0",
);
Expand Down

0 comments on commit 12fdb87

Please sign in to comment.