Skip to content

Commit

Permalink
1.1.0 (#70)
Browse files Browse the repository at this point in the history
* 1.1.0

* Add date
  • Loading branch information
AdrienClairembault authored Mar 15, 2024
1 parent 473c1dc commit ff59d3c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.1.0] - 2024-03-15

### Added

- Added the ability to export gantt view data in JSON format
- Use real dates as priority over planned dates for tasks and projects
- Use real dates if they exist over planned dates for tasks and projects

5 changes: 5 additions & 0 deletions gantt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
<author>Teclib'</author>
</authors>
<versions>
<version>
<num>1.1.0</num>
<compatibility>^10.0.1</compatibility>
<download_url>https://github.com/pluginsGLPI/gantt/releases/download/1.1.0/glpi-gantt-1.1.0.tar.bz2</download_url>
</version>
<version>
<num>1.0.4</num>
<compatibility>^10.0.1</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/

define('PLUGIN_GANTT_VERSION', '1.0.4');
define('PLUGIN_GANTT_VERSION', '1.1.0');

// Minimal GLPI version, inclusive
define("PLUGIN_GANTT_MIN_GLPI_VERSION", "10.0.1");
Expand Down

0 comments on commit ff59d3c

Please sign in to comment.