Version 00.00.05 (2005-01-17)
=============================
- In order to follow changes in WebGUI 6.2.x related to wobject ids, now all ids
in GDWGraph are stored in a varchar(22) fields. Use upgrades/upgrade_00.00.04_00.00.05.sql
to upgrade from previous version.
- Implemented duplicate and purge code so you can now copy/cut and paste
GDWGraph wobjects.
- Tested under Windows 2000 and add installation notes for this operating system
to install GD library with ActiveState ActivePerl.
- Add notes for upgrading and uninstalling module.
Version 00.00.04 (2004-07-31)
=============================
- To support large SQL statements, sqlQuery field has been modified to be
MEDIUMTEXT.
- Add i18n directory with internalizations for WebGUI 6.1.x
- Add code to maintain compatibility between old and new API for function
isInGroup
- Modify mimetype setting to follow WebGUI 6.1 API changes.
- Split create.sql in two script, the first to run always, the second only in
WebGUI < 6.1.x
Version 00.00.03 (2004-07-07)
=============================
- Correct a bug that cause incorrect height and width attribute in IMG tag that
it prints graph.
Version 00.00.02 (2004-06-05)
=============================
- Add some properties to scale the graph. If you need to print little graphs,
this can be a better solution. (it doesn't works well with transpanparent graphs).
- Add the possibility to change graph colors (labels, axes, dataset,...).
- Add some other graph properties to configure axes an ticks.
Version 00.00.01 (2004-06-302)
=============================
- First public release.