Skip to content

Commit

Permalink
Version 1.13.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Jul 10, 2022
1 parent 3800ed2 commit 649e07d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.13.1",
"version": "1.13.2",
"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
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ Contributors: johnbillion, scompt
Tags: cron, wp-cron, crontrol, debug
Requires at least: 4.2
Tested up to: 6.0
Stable tag: 1.13.1
Stable tag: 1.13.2
Requires PHP: 5.6
Donate link: https://github.com/sponsors/johnbillion

WP Crontrol enables you to view and control what's happening in the WP-Cron system.

## Description

// need a test on github actions which runs the tests against the thing that the 10up action builds
// or the tests on GHA should always use the built version

WP Crontrol enables you to view and control what's happening in the WP-Cron system. From the admin screens you can:

* View all cron events along with their arguments, recurrence, callback functions, and when they are next due.
Expand Down
2 changes: 1 addition & 1 deletion 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.13.1
* Version: 1.13.2
* Text Domain: wp-crontrol
* Domain Path: /languages/
* Requires PHP: 5.6
Expand Down

0 comments on commit 649e07d

Please sign in to comment.