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", );