From 2778f110166605e357cbfc7f2807fbe02f8d21e8 Mon Sep 17 00:00:00 2001 From: Erick Hitter <ehitter@gmail.com> Date: Sat, 11 May 2013 01:48:29 -0500 Subject: [PATCH] Prepare plugin and readme for next release. --- readme.txt | 8 ++++++-- wp-cron-control.php | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index e4c7e58..f7b5239 100644 --- a/readme.txt +++ b/readme.txt @@ -1,8 +1,8 @@ === WP-Cron Control === -Contributors: tott, automattic +Contributors: tott, ethitter, automattic Tags: wp-cron, cron, cron jobs, post missed schedule, scheduled posts Donate link: http://hitchhackerguide.com -Tested up to: 3.3 +Tested up to: 3.6 Stable tag: trunk This plugin allows you to take control over the execution of cron jobs. @@ -30,6 +30,10 @@ This plugin performs a `remove_action( 'sanitize_comment_cookies', 'wp_cron' );` == ChangeLog == += Version 0.7 = + +* Remove unneeded use of `$wpdb->prepare()` that triggered PHP warnings because a second argument wasn't provided. + = Version 0.6 = * Make sure that validated wp-cron-control requests also are valid in wp-cron.php by setting the global $doing_wp_cron value diff --git a/wp-cron-control.php b/wp-cron-control.php index b447b8d..3651ea7 100644 --- a/wp-cron-control.php +++ b/wp-cron-control.php @@ -4,7 +4,7 @@ Plugin URI: http://wordpress.org/extend/plugins/wp-cron-control/ Description: get control over wp-cron execution. Author: Thorsten Ott, Automattic - Version: 0.6 + Version: 0.7 Author URI: http://hitchhackerguide.com */ -- GitLab