From afe3540d677e94489b9db70713a249725c9daef2 Mon Sep 17 00:00:00 2001 From: Chris Marslender Date: Fri, 6 Jul 2018 14:18:38 -0700 Subject: [PATCH] Update changelog and versions for 4.0.0 --- CHANGELOG.md | 3 +++ wp-minions.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 828cfa7..ae9f013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [4.0.0] +Fixed a 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] 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 diff --git a/wp-minions.php b/wp-minions.php index bfffc68..029cba9 100644 --- a/wp-minions.php +++ b/wp-minions.php @@ -2,7 +2,7 @@ /** * Plugin Name: WP Minions * Description: Job Queue for WordPress - * Version: 3.0.0 + * Version: 4.0.0 * Author: Chris Marslender, Darshan Sawardekar, 10up * Author URI: http://10up.com/ * License: GPLv2 or later