Skip to content

Commit

Permalink
Extensions loadable
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
ogobrecht committed Aug 2, 2017
1 parent ef190af commit b691845
Show file tree
Hide file tree
Showing 6 changed files with 409 additions and 79 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* This is the GPLv2 version of the library with a reduced set of functions
* If you need all functionality you can buy a Pro version
* I was asked to create this plugin and I have nothing to do with the company DHTMLX, so please do not complain ;-)
* Currently supported is only APEX 5.1
* Minimum supported APEX version is 5.1
* Features of the APEX integration:
* Data can be delivered as XML (string) or JSON (string or object)
* For the XML format there is an own parser integrated to support easy SQL queries - see example below
Expand Down Expand Up @@ -161,6 +161,11 @@ This project uses [semantic versioning][6].

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

### 0.7.0 (2017-08-02)

- 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


### 0.6.0 (2017-07-24)

- New options regarding non working days - thanks to github.com/GasparYYC for the ideas:
Expand Down
2 changes: 1 addition & 1 deletion apexplugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "dhtmlxGantt",
"version" : "0.6.0",
"version" : "0.7.0",
"description" : "HTML5 gantt chart based on a dhtmlx.com library",
"keywords" : ["JavaScript", "chart", "gantt"],
"homepage" : "https://github.com/ogobrecht/apex-plugin-dhtmlx-gantt",
Expand Down
Loading

0 comments on commit b691845

Please sign in to comment.