Skip to content

Releases: always-open/laravel-totem

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

v5.0.1

08 Apr 00:53
Compare
Choose a tag to compare
  • sorts commands by name - mimic artisan command list output
  • adds typeahead component to select a command while creating or updating a task

v5.0.0

03 Mar 19:24
Compare
Choose a tag to compare
  • Add support for Laravel 5.8

v4.0.3

24 Jan 17:54
Compare
Choose a tag to compare
  • fix constant definition typo in service provider

v4.0.2

20 Dec 15:11
Compare
Choose a tag to compare
  • add support for configurable DB connection
  • cache table prefix to avoid multiple and frequent DB queries

v4.0.1

08 Nov 23:23
Compare
Choose a tag to compare
  • fix table prefix issue that surfaced with Laravel 5.7.12
  • fix foreign key database migrations

v4.0.0

06 Sep 03:28
Compare
Choose a tag to compare
  • Add Laravel 5.7 compatiblity
  • Use null coalescing operator in blade file instead of or operator
  • Update changelog and readme

Note: run php artisan totem:assets to publish newly compiled assets