Skip to content

Commit 4a8afbf

Browse files
committed
Version 1.20.0.
1 parent 1ada834 commit 4a8afbf

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-crontrol",
3-
"version": "1.19.3",
3+
"version": "1.20.0",
44
"description": "Take control of the cron events on your WordPress website",
55
"license": "GPL-2.0-or-later",
66
"private": true,

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Contributors: johnbillion, scompt
44
Tags: cron, wp-cron, crontrol, debug, woocommerce
55
Tested up to: 6.9
6-
Stable tag: 1.19.3
6+
Stable tag: 1.20.0
77
License: GPL v2 or later
88
Donate link: https://github.com/sponsors/johnbillion
99

wp-crontrol.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Description: Take control of the cron events on your WordPress website.
77
* Author: John Blackbourn
88
* Author URI: https://wp-crontrol.com
9-
* Version: 1.19.3
9+
* Version: 1.20.0
1010
* Text Domain: wp-crontrol
1111
* Domain Path: /languages/
1212
* Requires at least: 6.4
@@ -37,7 +37,7 @@
3737
namespace Crontrol;
3838

3939
const PLUGIN_FILE = __FILE__;
40-
const WP_CRONTROL_VERSION = '1.19.3';
40+
const WP_CRONTROL_VERSION = '1.20.0';
4141

4242
if ( ! defined( 'ABSPATH' ) ) {
4343
header( 'HTTP/1.1 403 Forbidden' );

0 commit comments

Comments
 (0)