All notable changes to laravel-short-schedule
will be documented in this file
- Added facade class docblock with static methods by @ariddlestone in #95
- @ariddlestone made their first contribution in #95
Full Changelog: https://github.com/spatie/laravel-short-schedule/compare/1.6.1...1.6.2
- do not fail if shortScheduel is not defined
Full Changelog: https://github.com/spatie/laravel-short-schedule/compare/1.6.0...1.6.1
- add
ShortSchedule
facade
Full Changelog: https://github.com/spatie/laravel-short-schedule/compare/1.5.2...1.6.0
Full Changelog: https://github.com/spatie/laravel-short-schedule/compare/1.5.1...1.5.2
- support L10
- Support Laravel 9
- PendingShortScheduleCommand::command method will attempt to resolve command name if class name was given by @etahamer in #54
- @etahamer made their first contribution in #54
Full Changelog: https://github.com/spatie/laravel-short-schedule/compare/1.4.4...1.4.5
- Using the PHP Version the scheduler is called with for artisan commands by @TimGeDev in #50
- @TimGeDev made their first contribution in #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