Skip to content

Commit a52f6b3

Browse files
committed
Version 1.16.2.
1 parent f0960c5 commit a52f6b3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-crontrol",
3-
"version": "1.16.1",
3+
"version": "1.16.2",
44
"description": "WP Crontrol lets you view and control what's happening in the WP-Cron system.",
55
"license": "GPL-2.0-or-later",
66
"private": true,

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Contributors: johnbillion, scompt
44
Tags: cron, wp-cron, crontrol, debug
55
Tested up to: 6.5
6-
Stable tag: 1.16.1
6+
Stable tag: 1.16.2
77
Donate link: https://github.com/sponsors/johnbillion
88

99
WP Crontrol enables you to take control of the cron events on your WordPress website.

wp-crontrol.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: WP Crontrol enables you to view and control what's happening in the WP-Cron system.
66
* Author: John Blackbourn
77
* Author URI: https://wp-crontrol.com
8-
* Version: 1.16.1
8+
* Version: 1.16.2
99
* Text Domain: wp-crontrol
1010
* Domain Path: /languages/
1111
* Requires at least: 5.6
@@ -36,7 +36,7 @@
3636
namespace Crontrol;
3737

3838
const PLUGIN_FILE = __FILE__;
39-
const WP_CRONTROL_VERSION = '1.16.1';
39+
const WP_CRONTROL_VERSION = '1.16.2';
4040

4141
if ( ! defined( 'ABSPATH' ) ) {
4242
exit;

0 commit comments

Comments
 (0)