Skip to content

Commit ff59d3c

Browse files
1.1.0 (#70)
* 1.1.0 * Add date
1 parent 473c1dc commit ff59d3c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [Unreleased]
8+
## [1.1.0] - 2024-03-15
99

1010
### Added
1111

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

gantt.xml

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
<author>Teclib'</author>
2222
</authors>
2323
<versions>
24+
<version>
25+
<num>1.1.0</num>
26+
<compatibility>^10.0.1</compatibility>
27+
<download_url>https://github.com/pluginsGLPI/gantt/releases/download/1.1.0/glpi-gantt-1.1.0.tar.bz2</download_url>
28+
</version>
2429
<version>
2530
<num>1.0.4</num>
2631
<compatibility>^10.0.1</compatibility>

setup.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* -------------------------------------------------------------------------
2929
*/
3030

31-
define('PLUGIN_GANTT_VERSION', '1.0.4');
31+
define('PLUGIN_GANTT_VERSION', '1.1.0');
3232

3333
// Minimal GLPI version, inclusive
3434
define("PLUGIN_GANTT_MIN_GLPI_VERSION", "10.0.1");

0 commit comments

Comments
 (0)