From b1355e959680654edf3aa31df628e0de4c3ffc89 Mon Sep 17 00:00:00 2001 From: app-publisher-bot Date: Sat, 3 Aug 2019 04:18:44 -0400 Subject: [PATCH] chore(release): 1.1.4 [skip ci] --- ApiExtend.php | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ApiExtend.php b/ApiExtend.php index 9cca08a..5e8f0ea 100644 --- a/ApiExtend.php +++ b/ApiExtend.php @@ -11,7 +11,7 @@ public function register() $this->description = plugin_lang_get("description"); $this->page = 'config'; - $this->version = "1.1.3"; + $this->version = "1.1.4"; $this->requires = array( "MantisCore" => "2.0.0", ); diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ff934a..fb2d7fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # APIEXTEND CHANGE LOG +## Version 1.1.4 (August 3rd, 2019) + +### Build System + +- **ap:** add gzip tarball to mantisbt and github release assets + ## Version 1.1.3 (August 3rd, 2019) ### Features