From def73a31aa507a3354b86a0a8205dbdb6f609f06 Mon Sep 17 00:00:00 2001 From: app-publisher-bot Date: Thu, 8 Aug 2019 23:09:01 -0400 Subject: [PATCH] chore(release): 2.0.4 [skip ci] --- CHANGELOG.md | 6 ++++++ GanttChart.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e29c8c1..75b7b15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # GANTTCHART CHANGE LOG +## Version 2.0.4 (August 8th, 2019) + +### Bug Fixes + +- tgz release package does not contain the plugin directory as the top level + ## Version 2.0.3 (August 3rd, 2019) ### Build System diff --git a/GanttChart.php b/GanttChart.php index 254ae06..0dfa8b4 100755 --- a/GanttChart.php +++ b/GanttChart.php @@ -26,7 +26,7 @@ public function register() $this->description = plugin_lang_get( 'description' ); $this->page = 'config'; - $this->version = '2.0.3'; + $this->version = '2.0.4'; $this->requires = array( 'MantisCore' => '2.0.1', 'MantisGraph' => '2.0.1',