All notable changes to laravel-short-schedule
will be documented in this file
- Using the PHP Version the scheduler is called with for artisan commands by @TimGeDev in spatie#50
- @TimGeDev made their first contribution in spatie#50
Full Changelog: https://github.com/spatie/laravel-short-schedule/compare/1.4.3...1.4.4
- fixed description and help message (#37)
- allow spatie/temporary-directory 2.* (#35)
- do not set a default lifetime for production
- add lifetime option
- add PHP8 support (#25)
- add support for Laravel 8
- fix for tasks not getting executed if the command is started by supervisord.
- added
onOneServer
option to short run commands (#8)
- adding support for Maintenance Mode (#4)
- initial release