Releases: Indatus/dispatcher
Releases · Indatus/dispatcher
v1.2.0 - Arguments, Options and more
- Commands can run on multiple schedules (see Advanced Scheduling)
- Commands can now be scheduled with arguments and options (see Advanced Scheduling)
Upgrading
- Several classes have been moved to the
Indatus\Dispatcher\Scheduling
namespace (see list)
v1.1.3
v1.1.2
- responsibility of printing the schedule summary now belongs to the driver
- commands now only need to implement
ScheduledCommandInterface
rather than extendingScheduledCommand
- added example to README for using raw cron
$scheduler->setSchedule()
now properly returns an instance of$scheduler
v1.1.1 - PHP >= 5.3.2 Compatibility
- Converted array syntax to legacy (array()) to ensure PHP 5.3 compatibility
v1.1.0
v1.0.1 - Minor fixes
- Fixed an issue with readme installation instructions
- Dependency on "jlogsdon/cli" is now version 0.9.4 instead of "dev-master"
- Removed "x active of x scheduled commands" from
scheduled:summary
- cron driver now translates
$scheduler->everyMinutes(1)
to*
instead of*/1*
scheduled:make
's generated command now includesuse Indatus\Dispatcher\Scheduler;
correctly
v1.0: Public release
updating docs