From 12fdb87063b4967cdeb205ddb6c9e783ae0abb7b Mon Sep 17 00:00:00 2001 From: app-publisher-bot Date: Sun, 4 Aug 2019 17:13:15 -0400 Subject: [PATCH] chore(release): 1.1.0 [skip ci] --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ SecurityExtend.php | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f834ffe..a3cc975 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/SecurityExtend.php b/SecurityExtend.php index af268f4..09def5d 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.0.3"; + $this->version = "1.1.0"; $this->requires = array( "MantisCore" => "2.0.0", );