Releases: campai-bv/autotask-dashboards-os
v1.5.2
1.5.1
New release after some changes have been made in the SQL file.
The main installation query now contains all enhancements made over time and prevents having to combine multiple files to get a proper database layout.
1.5.0 - Compatibility with API changes
A new release that is built around the changes in the Autotask API.
1.4.1 - hotfix
Hotfix release. A potentially huge bug squished.
Dashboards v1.4.0 released
Releasing the final version of version 1.4.0.
Dashboards v1.4.0-RC1 released
After a couple of weeks of hard work we're happy to announce the immediate availability of the first release candidate for Dashboards for Autotask 1.4.0.
Most important changes in this version:
- Timezone issues resolved (totals counted properly if you're way ahead of EST)
- Improvents to the cronjob and it's logging
- Bugfixes
Dashboards for Autotask v1.3.3 released
This is an important update for v1.3 users as it fixes an issue with the creation of new dashboards.
Besides that it also addresses a few other minor issues:
- Front-end tweaks on the resources and kill rate widgets
- Timezone fix concerning the time entries
- Configuration issue resolved
Upgrade notes
When upgrading from a previous version, make sure you update your bootstrap.php file. You're going to need to add the following directive in order for the cache to function properly:
/**
* Enables the models to use caching.
*/
Cache::config( '1_hour', array(
'engine' => 'File'
, 'duration' => '+1 hours'
, 'path' => CACHE
, 'prefix' => 'cake_1_hour_'
));
Dashboards for Autotask 1.3.2 released
I've decided to migrate the entire code base to Github. Not only will others will be able to benefit from the code more easily, but I'll also have everything at hand for proper development.