Skip to content

Commit

Permalink
Version 1.16.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Apr 19, 2024
1 parent 3011064 commit 39aaf91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-crontrol",
"version": "1.16.2",
"version": "1.16.3",
"description": "Take control of the cron events on your WordPress website",
"license": "GPL-2.0-or-later",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Contributors: johnbillion, scompt
Tags: cron, wp-cron, crontrol, debug, woocommerce
Tested up to: 6.5
Stable tag: 1.16.2
Stable tag: 1.16.3
Donate link: https://github.com/sponsors/johnbillion

WP Crontrol enables you to take control of the cron events on your WordPress website.
Expand Down
4 changes: 2 additions & 2 deletions wp-crontrol.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Take control of the cron events on your WordPress website.
* Author: John Blackbourn
* Author URI: https://wp-crontrol.com
* Version: 1.16.2
* Version: 1.16.3
* Text Domain: wp-crontrol
* Domain Path: /languages/
* Requires at least: 5.6
Expand Down Expand Up @@ -36,7 +36,7 @@
namespace Crontrol;

const PLUGIN_FILE = __FILE__;
const WP_CRONTROL_VERSION = '1.16.2';
const WP_CRONTROL_VERSION = '1.16.3';

if ( ! defined( 'ABSPATH' ) ) {
exit;
Expand Down

0 comments on commit 39aaf91

Please sign in to comment.