Releases: codestudiohq/laravel-totem
Releases · codestudiohq/laravel-totem
v5.3.1
- fixes task migration
v6.0.2
v6.0.1
- change Laravel dependencies to caret version to include all minor and patch version of Laravel components
v6.0.0
- adds support for Laravel 6.x
Backwards incompatible release, please upgrade to Laravel 6.x to use this and future releases
v5.3.0
features
- adds support for single hyphen parameters
refactors
- now busts cache on import and create events
v5.2.0
v5.1.0
v5.0.4
- fixes last run at time format from 12 to 24 hr on task list
v5.0.3
- fixes an issue with table prefixes
v5.0.2
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 newcommandList
vue component.
Please publish assets using
php artisan totem:assets
if you are experiencing any issues