From 3fe82d2115162e42c5e02e8318608d045fa6f648 Mon Sep 17 00:00:00 2001 From: app-publisher-bot Date: Sat, 3 Aug 2019 04:16:29 -0400 Subject: [PATCH] chore(release): 1.0.2 [skip ci] --- CHANGELOG.md | 6 ++++++ SecurityExtend.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6b1029..ada6c1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # SECURITYEXTEND CHANGE LOG +## Version 1.0.2 (August 3rd, 2019) + +### Build System + +- **ap:** add missing core files to release + ## Version 1.0.1 (August 3rd, 2019) ### Build System diff --git a/SecurityExtend.php b/SecurityExtend.php index 64f5b85..18e6d67 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.1"; + $this->version = "1.0.2"; $this->requires = array( "MantisCore" => "2.0.0", );