All notable changes to this project will be documented in this file, per the Keep a Changelog standard, starting with 2.0.1. This project adheres to Semantic Versioning.
- HHVM compatibility
- Support for RabbitMQ vhost and docs
- Hostname from localh1ost to localhost
4.1.0 - 2018-11-05
- Filters for rabbitmq queue options
- Options for rabbitmq vhost. Defaults to
/
- Fixes php-amqplib at 2.8.0
4.0.0 - 2018-07-06
- Bug with the WP Cron client where $args were passed to callback functions as individual callback args, instead of as a single array as intended.
3.0.0 - 2017-07-06
- Renamed from WP Gears to WP Minions, to better reflect that this is designed to be used with any job queue backend - not just Gearman
- Ensure unit test suite is compatible with latest versions of PHP and WordPress
2.1.0 - 2016-05-31
wp_async_task_after_work
action after the gearman worker finishes working- Include instance of
GearmanJob
in action hooks
- Clarify configuration instructions for Gearman on Ubuntu
- Don't cache blog ID on the gearman client class to fix issues when adding jobs on multiple blogs
2.0.1 - 2016-05-14
- Changelog
- Fix fatal error when Gearman unable to connect to gearman servers
2.0.0 - 2016-01-21
- PHPUnit tests
- Build status indicator
1.0.0 - 2015-10-23
- Initial release