Releases: Indatus/dispatcher
Releases · Indatus/dispatcher
v1.4.3 - NUL output for windows commands
v1.4.2 - Env flag now passed to all commands
--env
is now passed to all commands
v1.4.1 - New Config Option: PHP Executable Path
- Added a new config setting to customize the path to the php/hhvm executable - See #43
Dispatcher will now be working towards a 2.0 release which will require PHP 5.4 and be compatible with Laravel 5 which is planned to be released in November. If you plan to continue using Laravel 4 for some time, you must configure your composer.json to use "indatus/dispatcher": "1.*"
. You may use the master
branch to track progress towards 2.0.
v1.4 - Maintenance Mode
- By default, commands no longer run in maintenance mode thanks to @theshiftexchange. See ReadMe - Maintenance Mode for more details.
- Added
everyOtherWeek()
andnever()
to the Scheduler cron driverthanks to @troyharvey
v1.3.1
v1.3 - HHVM & Debugging
- Added full HHVM support
- Added
--debug
flag forscheduled:run
to output exactly why commands are not being executed - Fixed issue with commands not properly running on Windows
v1.2.4
v1.2.3
- Several methods that were accepting
Indatus\Dispatcher\Scheduling\ScheduledCommand
as parameter types are now properly acceptingIndatus\Dispatcher\Scheduling\ScheduledCommandInterface
- A newly initialized
Indatus\Dispatcher\Scheduling\Schedulable
instance is now provided for each command
v1.2.2
v1.2.1 - Dependency Updates
- Updated php-cli-tools dependency