Skip to content

Releases: codestudiohq/laravel-totem

v5.3.1

19 Jan 03:09
cf10be8
Compare
Choose a tag to compare
  • fixes task migration

v6.0.2

06 Jan 01:55
Compare
Choose a tag to compare
  • Publish views
  • Removed phone number from Slack field
  • Fixed foreign key on tasks table
  • Fixed results table migration

v6.0.1

26 Oct 22:51
Compare
Choose a tag to compare
  • change Laravel dependencies to caret version to include all minor and patch version of Laravel components

v6.0.0

26 Oct 20:06
Compare
Choose a tag to compare
  • adds support for Laravel 6.x

Backwards incompatible release, please upgrade to Laravel 6.x to use this and future releases

v5.3.0

25 Oct 03:49
Compare
Choose a tag to compare

features

  • adds support for single hyphen parameters

refactors

  • now busts cache on import and create events

v5.2.0

27 Sep 16:16
d7582ae
Compare
Choose a tag to compare
  • Fixes issue with sort/filters lost when paging on task list
  • Updated column type for duration to decimal to fix issues with MSSQL and Postgres for aggregate operations

v5.1.0

05 Sep 13:36
Compare
Choose a tag to compare
  • Added the ability to toggle broadcasting on/off
  • Added ability to set the specific channel name it should broadcast on
  • Two new environment variables
    • TOTEM_BROADCASTING_ENABLED (defaults to true)
    • TOTEM_BROADCASTING_CHANNEL (defaults to task.events)

v5.0.4

20 Jul 18:56
Compare
Choose a tag to compare
  • fixes last run at time format from 12 to 24 hr on task list

v5.0.3

28 Jun 09:31
Compare
Choose a tag to compare
  • fixes an issue with table prefixes

v5.0.2

11 Apr 01:57
Compare
Choose a tag to compare

Features

  • New Sortable columns (last run at and average time) in task list
  • Auto refresh task list after manually executing a task to reflect changes

Fix

  • Fix create method on TasksController to accommodate new commandList vue component.

Please publish assets using php artisan totem:assets if you are experiencing any issues