File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 1.1.0 ] - 2024-03-15
9
9
10
10
### Added
11
11
12
12
- 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
+
Original file line number Diff line number Diff line change 21
21
<author >Teclib'</author >
22
22
</authors >
23
23
<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 >
24
29
<version >
25
30
<num >1.0.4</num >
26
31
<compatibility >^10.0.1</compatibility >
Original file line number Diff line number Diff line change 28
28
* -------------------------------------------------------------------------
29
29
*/
30
30
31
- define ('PLUGIN_GANTT_VERSION ' , '1.0.4 ' );
31
+ define ('PLUGIN_GANTT_VERSION ' , '1.1.0 ' );
32
32
33
33
// Minimal GLPI version, inclusive
34
34
define ("PLUGIN_GANTT_MIN_GLPI_VERSION " , "10.0.1 " );
You can’t perform that action at this time.
0 commit comments