Skip to content

Releases: campai-bv/autotask-dashboards-os

v1.5.2

13 May 13:42
Compare
Choose a tag to compare

A new minor release.

1.5.1

14 Feb 08:52
Compare
Choose a tag to compare

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

12 Feb 08:56
Compare
Choose a tag to compare

A new release that is built around the changes in the Autotask API.

1.4.1 - hotfix

24 Jan 08:53
Compare
Choose a tag to compare

Hotfix release. A potentially huge bug squished.

Dashboards v1.4.0 released

22 Jan 10:18
Compare
Choose a tag to compare

Releasing the final version of version 1.4.0.

Dashboards v1.4.0-RC1 released

20 Sep 13:23
Compare
Choose a tag to compare

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

21 Aug 12:14
Compare
Choose a tag to compare

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

14 Aug 07:37
Compare
Choose a tag to compare

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.