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_'
));