Skip to content

Commit b691845

Browse files
committed
Extensions loadable
- New option: It is now possible to load the needed files for up to 12 extension like tooltips and other stuff - check out also the help in the attributes of a Gantt region - thanks to github.com/ShantveerS to show me this missing feature
1 parent ef190af commit b691845

File tree

6 files changed

+409
-79
lines changed

6 files changed

+409
-79
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This is the GPLv2 version of the library with a reduced set of functions
77
* If you need all functionality you can buy a Pro version
88
* I was asked to create this plugin and I have nothing to do with the company DHTMLX, so please do not complain ;-)
9-
* Currently supported is only APEX 5.1
9+
* Minimum supported APEX version is 5.1
1010
* Features of the APEX integration:
1111
* Data can be delivered as XML (string) or JSON (string or object)
1212
* For the XML format there is an own parser integrated to support easy SQL queries - see example below
@@ -161,6 +161,11 @@ This project uses [semantic versioning][6].
161161

162162
Please use for all comments and discussions the [issues functionality on GitHub][4].
163163

164+
### 0.7.0 (2017-08-02)
165+
166+
- New option: It is now possible to load the needed files for up to 12 extension like tooltips and other stuff - check out also the help in the attributes of a Gantt region - thanks to github.com/ShantveerS to show me this missing feature
167+
168+
164169
### 0.6.0 (2017-07-24)
165170

166171
- New options regarding non working days - thanks to github.com/GasparYYC for the ideas:

apexplugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "dhtmlxGantt",
3-
"version" : "0.6.0",
3+
"version" : "0.7.0",
44
"description" : "HTML5 gantt chart based on a dhtmlx.com library",
55
"keywords" : ["JavaScript", "chart", "gantt"],
66
"homepage" : "https://github.com/ogobrecht/apex-plugin-dhtmlx-gantt",

0 commit comments

Comments
 (0)