Skip to content

Releases: codestudiohq/laravel-totem

v3.0.0

28 Feb 04:44
ff4551b
Compare
Choose a tag to compare

Updates dependencies to work on Laravel 5.6

v2.3

02 Jan 17:50
1cf1178
Compare
Choose a tag to compare

Features

  • Ability to setup auto clean up of results for tasks based on result age or number of results.

v2.2.2

22 Dec 19:59
960011b
Compare
Choose a tag to compare

Fixes

  • Updates composer requirements to include Form class by default

v2.2.1

19 Dec 04:35
e1e9d8c
Compare
Choose a tag to compare

Fixes

  • Fixes bug introduced in v2.2 that causes multiple names arguments to get passed incorrectly on console.

v2.2

07 Dec 17:29
a437c9e
Compare
Choose a tag to compare

Features

  • Import/Export of Tasks

Fixes

  • Properly handle multiple named arguments
  • Catch issue during install when DB isn't setup yet

v2.1.0

15 Nov 01:15
Compare
Choose a tag to compare

Features

  • Command Filters
  • Table Prefix

Refactor

  • Stat calculation

v2.0.3

23 Oct 17:58
Compare
Choose a tag to compare

• Add support for a mix of parameters and arguments. ( #48 )

v2.0.2

20 Oct 17:58
Compare
Choose a tag to compare

• Add config params to override default web and api middleware through environment variables.

v1.0.2

23 Sep 19:07
Compare
Choose a tag to compare
  • Remove php7 specific code to make 1.0 compatible with php 5.6 and above

v2.0.1

12 Sep 03:37
Compare
Choose a tag to compare
  • Use resolving callback to resolve schedule class
  • Use play icon instead of cog icon for execute action in task list