diff --git a/package.json b/package.json index 66bb73d..a3197b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-crontrol", - "version": "1.15.3", + "version": "1.16.0", "description": "WP Crontrol lets you view and control what's happening in the WP-Cron system.", "license": "GPL-2.0-or-later", "private": true, diff --git a/readme.md b/readme.md index d3dfbc1..82f22b7 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ Contributors: johnbillion, scompt Tags: cron, wp-cron, crontrol, debug Requires at least: 4.4 Tested up to: 6.3 -Stable tag: 1.15.3 +Stable tag: 1.16.0 Requires PHP: 7.4 Donate link: https://github.com/sponsors/johnbillion diff --git a/wp-crontrol.php b/wp-crontrol.php index 414e48e..38eea01 100644 --- a/wp-crontrol.php +++ b/wp-crontrol.php @@ -5,7 +5,7 @@ * Description: WP Crontrol enables you to view and control what's happening in the WP-Cron system. * Author: John Blackbourn & crontributors * Author URI: https://github.com/johnbillion/wp-crontrol/graphs/contributors - * Version: 1.15.3 + * Version: 1.16.0 * Text Domain: wp-crontrol * Domain Path: /languages/ * Requires PHP: 7.4 @@ -34,7 +34,7 @@ namespace Crontrol; const PLUGIN_FILE = __FILE__; -const WP_CRONTROL_VERSION = '1.15.3'; +const WP_CRONTROL_VERSION = '1.16.0'; if ( ! defined( 'ABSPATH' ) ) { exit;