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',