Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

4.0.0

Compare
Choose a tag to compare
@cmmarslender cmmarslender released this 06 Jul 21:21
· 29 commits to develop since this release
afe3540

4.0.0 Fixes an issue with the WP Cron fallback where the $args passed to wp_async_task_add() were not passed back to the callback function as an array, and were instead passed as individual args to the callback function.

This brings gearman, rabbitmq, and wp cron clients all inline with each other, but if you have worked around the bug with the wp cron implementation in your code, this is likely a breaking change, and any workarounds will need to be removed.