Skip to content

Commit 525d7e0

Browse files
committed
Version 1.19.1.
1 parent 7fb00ae commit 525d7e0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.0",
3+
"version": "1.19.1",
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.8
6-
Stable tag: 1.19.0
6+
Stable tag: 1.19.1
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
@@ -5,7 +5,7 @@
55
* Description: Take control of the cron events on your WordPress website.
66
* Author: John Blackbourn
77
* Author URI: https://wp-crontrol.com
8-
* Version: 1.19.0
8+
* Version: 1.19.1
99
* Text Domain: wp-crontrol
1010
* Domain Path: /languages/
1111
* Requires at least: 6.3
@@ -36,7 +36,7 @@
3636
namespace Crontrol;
3737

3838
const PLUGIN_FILE = __FILE__;
39-
const WP_CRONTROL_VERSION = '1.19.0';
39+
const WP_CRONTROL_VERSION = '1.19.1';
4040

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

0 commit comments

Comments
 (0)