From 3eb335cba3525399871572bf5b054018c7172ddf Mon Sep 17 00:00:00 2001 From: Erick Hitter <ehitter@gmail.com> Date: Mon, 20 Apr 2015 17:56:11 -0700 Subject: [PATCH] Bump WP compat --- readme.txt | 2 +- wp-cron-control.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 0f82091..e35805c 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: tott, ethitter, automattic, batmoo Tags: wp-cron, cron, cron jobs, post missed schedule, scheduled posts Requires at least: 3.4 -Tested up to: 4.1 +Tested up to: 4.2 Stable tag: 0.7.1 This plugin allows you to take control over the execution of cron jobs. diff --git a/wp-cron-control.php b/wp-cron-control.php index 9f353f8..a91b6d0 100644 --- a/wp-cron-control.php +++ b/wp-cron-control.php @@ -1,7 +1,7 @@ <?php /* Plugin Name: WP-Cron Control - Plugin URI: http://wordpress.org/extend/plugins/wp-cron-control/ + Plugin URI: https://wordpress.org/plugins/wp-cron-control/ Description: Take control of wp-cron execution. Author: Thorsten Ott, Erick Hitter, Automattic Version: 0.7.1 -- GitLab