Skip to content

Commit

Permalink
Version 1.16.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Oct 17, 2023
1 parent 61c237a commit 976ccbb
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.15.3",
"version": "1.16.0",
"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 @@ -4,7 +4,7 @@ Contributors: johnbillion, scompt
Tags: cron, wp-cron, crontrol, debug
Requires at least: 4.4
Tested up to: 6.3
Stable tag: 1.15.3
Stable tag: 1.16.0
Requires PHP: 7.4
Donate link: https://github.com/sponsors/johnbillion

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.15.3
* Version: 1.16.0
* Text Domain: wp-crontrol
* Domain Path: /languages/
* Requires PHP: 7.4
Expand Down Expand Up @@ -34,7 +34,7 @@
namespace Crontrol;

const PLUGIN_FILE = __FILE__;
const WP_CRONTROL_VERSION = '1.15.3';
const WP_CRONTROL_VERSION = '1.16.0';

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

0 comments on commit 976ccbb

Please sign in to comment.