- Fixed: Handling no host set in config.
- Added: Redis database number configuration option to
ListenCommand
.
- Changed: PHP 5.4.x+ required.
- Added: Redis database number configuration option.
- Feature: pushIfNotExists() added.
- Changed: PHP 5.5.x required.
- Fixed dependency error.
- Updated README documentation.
- Bumped PHP requirement to 5.4.
- No longer requiring chrisboulton/php-resque-scheduler, rather suggesting it.
- Added the resque:listen Artisan command.
- Laravel 4.1 support.
- Fixed casing bug in ResqueQueue.
- Fixed getStats()
- Added isWaiting()
- Added isRunning()
- Added isFailed()
- Added isComplete()
- Removed extra dependancy, php-resque-scheduler also includes it
- Implemented the use of Config
- Fixed namespacing bug
- Added missing static keyword
- Fixed invalid comma location
- Fixed namespacing bug
- Variable typos fixed
- Initial Release