Releases: always-open/laravel-totem
Releases · always-open/laravel-totem
v2.0.2
• Add config params to override default web and api middleware through environment variables.
v1.0.2
- Remove php7 specific code to make 1.0 compatible with php 5.6 and above
v2.0.1
- Use resolving callback to resolve schedule class
- Use play icon instead of cog icon for execute action in task list
v1.0.1
- Use play icon instead of cog icon for execute action in task list
v2.0.0
- Initial stable release for Laravel 5.5
v1.0.0
- Initial stable release for Laravel 5.4
v0.8.0
- Commands can now be scheduled traditionally from app/Console/Kernel
- Artisan Commands registered through app/Console/Kernel can now be scheduled through dashboard without any extra work.
- Task log files are now unlinked after saving the output to database
Please republish assets by running php artisan totem:assets
to avoid any undesired effects.
v0.7.0
- Add methods to Task class to make sure between and unlessBetween frequencies work as expected
- Refactor Task Form UI
- Do not bind console kernel to container, instead resolve Schedule class from IOC to add tasks to schedule. This would let us schedule tasks traditionally through app/Console/Kernel in addition to totem dashboard.
Please run
php artisan totem:assets
to republish totem assets.
v0.6.0
- Use asset helper to load images
- Modify execute and status vue components to receive route urls from blade
Please republish totem assets by running
php artisan totem:assets
v0.4.0
- Add Laravel dependencies
- Add support for Nexmo and Slack notifications.
- Fix a bug which was causing errors while trying to execute a command from dashboard
- Execute from dashboard now runs through xhr request
- Results of execute from dashboard now populates in task results and triggers notifications.
Make sure nexmo is setup properly for sms notifications to work.
This release requires
php artisan migrate
due to addition of new columns for sms and slack notifications.
Please run
php artisan totem:assets
for changes in public assets