Skip to content

Commit

Permalink
chore(release): 1.1.8 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
app-publisher-bot committed Aug 17, 2019
1 parent df51fb9 commit bb72b15
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Releases.php
Original file line number Diff line number Diff line change
Expand Up @@ -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",
);
Expand Down

0 comments on commit bb72b15

Please sign in to comment.