Skip to content

Commit

Permalink
Version 1.16.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Nov 16, 2023
1 parent 09f05e4 commit dd6e690
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.0",
"version": "1.16.1",
"description": "WP Crontrol lets you view and control what's happening in the WP-Cron system.",
"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
Tested up to: 6.4
Stable tag: 1.16.0
Stable tag: 1.16.1
Donate link: https://github.com/sponsors/johnbillion

WP Crontrol enables you to view and control what's happening in the WP-Cron system.
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: WP Crontrol enables you to view and control what's happening in the WP-Cron system.
* Author: John Blackbourn & crontributors
* Author URI: https://github.com/johnbillion/wp-crontrol/graphs/contributors
* Version: 1.16.0
* Version: 1.16.1
* 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.0';
const WP_CRONTROL_VERSION = '1.16.1';

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

0 comments on commit dd6e690

Please sign in to comment.