Skip to content
Snippets Groups Projects
Commit 2778f110 authored by Erick Hitter's avatar Erick Hitter
Browse files

Prepare plugin and readme for next release.

parent 57c6161c
Branches
No related tags found
No related merge requests found
=== WP-Cron Control === === WP-Cron Control ===
Contributors: tott, automattic Contributors: tott, ethitter, automattic
Tags: wp-cron, cron, cron jobs, post missed schedule, scheduled posts Tags: wp-cron, cron, cron jobs, post missed schedule, scheduled posts
Donate link: http://hitchhackerguide.com Donate link: http://hitchhackerguide.com
Tested up to: 3.3 Tested up to: 3.6
Stable tag: trunk Stable tag: trunk
This plugin allows you to take control over the execution of cron jobs. 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' );` ...@@ -30,6 +30,10 @@ This plugin performs a `remove_action( 'sanitize_comment_cookies', 'wp_cron' );`
== ChangeLog == == ChangeLog ==
= Version 0.7 =
* Remove unneeded use of `$wpdb->prepare()` that triggered PHP warnings because a second argument wasn't provided.
= Version 0.6 = = 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 * Make sure that validated wp-cron-control requests also are valid in wp-cron.php by setting the global $doing_wp_cron value
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
Plugin URI: http://wordpress.org/extend/plugins/wp-cron-control/ Plugin URI: http://wordpress.org/extend/plugins/wp-cron-control/
Description: get control over wp-cron execution. Description: get control over wp-cron execution.
Author: Thorsten Ott, Automattic Author: Thorsten Ott, Automattic
Version: 0.6 Version: 0.7
Author URI: http://hitchhackerguide.com Author URI: http://hitchhackerguide.com
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment