From bb72b150e04714fce109e22037aee204f80b12c9 Mon Sep 17 00:00:00 2001 From: app-publisher-bot Date: Sat, 17 Aug 2019 00:33:05 -0400 Subject: [PATCH] chore(release): 1.1.8 [skip ci] --- CHANGELOG.md | 12 ++++++++++++ Releases.php | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d7821f..f946752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # RELEASES CHANGE LOG +## Version 1.1.8 (August 17th, 2019) + +### Bug Fixes + +- fix security vulnerabilities with delete/enable/upload actions on release page +- gantt chart buttons no longer appear after remaing of GanttChart2 plugin to GanttChart + +### Visual Enhancements + +- convert download links to buttons +- show assets to users with view_threshhold_level but not download button + ## Version 1.1.7 (August 15th, 2019) ### Refactoring diff --git a/Releases.php b/Releases.php index 7284157..59bcb89 100644 --- a/Releases.php +++ b/Releases.php @@ -11,7 +11,7 @@ public function register() $this->description = plugin_lang_get("description"); $this->page = 'config'; - $this->version = "1.1.7"; + $this->version = "1.1.8"; $this->requires = array( "MantisCore" => "2.0.0", );