Skip to content

Commit fc2f430

Browse files
committed
Version 1.17.1.
1 parent 6d26d26 commit fc2f430

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.17.0",
3+
"version": "1.17.1",
44
"description": "Take control of the cron events on your WordPress website",
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, woocommerce
55
Tested up to: 6.7
6-
Stable tag: 1.17.0
6+
Stable tag: 1.17.1
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: Take control of the cron events on your WordPress website.
66
* Author: John Blackbourn
77
* Author URI: https://wp-crontrol.com
8-
* Version: 1.17.0
8+
* Version: 1.17.1
99
* Text Domain: wp-crontrol
1010
* Domain Path: /languages/
1111
* Requires at least: 5.9
@@ -36,7 +36,7 @@
3636
namespace Crontrol;
3737

3838
const PLUGIN_FILE = __FILE__;
39-
const WP_CRONTROL_VERSION = '1.17.0';
39+
const WP_CRONTROL_VERSION = '1.17.1';
4040

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

0 commit comments

Comments
 (0)