From dd6e69045b04417660f3d207bedfc605c1877e40 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 16 Nov 2023 22:48:56 +0000 Subject: [PATCH] Version 1.16.1. --- package.json | 2 +- readme.md | 2 +- wp-crontrol.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a3197b3..5c87e51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-crontrol", - "version": "1.16.0", + "version": "1.16.1", "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 fbbb88a..d9ed23e 100644 --- a/readme.md +++ b/readme.md @@ -3,7 +3,7 @@ Contributors: johnbillion, scompt Tags: cron, wp-cron, crontrol, debug Tested up to: 6.4 -Stable tag: 1.16.0 +Stable tag: 1.16.1 Donate link: https://github.com/sponsors/johnbillion WP Crontrol enables you to view and control what's happening in the WP-Cron system. diff --git a/wp-crontrol.php b/wp-crontrol.php index 0b4ce1b..cbc4551 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.16.0 + * Version: 1.16.1 * Text Domain: wp-crontrol * Domain Path: /languages/ * Requires at least: 5.6 @@ -36,7 +36,7 @@ namespace Crontrol; const PLUGIN_FILE = __FILE__; -const WP_CRONTROL_VERSION = '1.16.0'; +const WP_CRONTROL_VERSION = '1.16.1'; if ( ! defined( 'ABSPATH' ) ) { exit;