Version Description
Download this release
Release Info
Developer | johnbillion |
Plugin | WP Crontrol |
Version | 1.13.2 |
Comparing to | |
See all releases |
Code changes from version 1.13.1 to 1.13.2
- readme.md +5 -9
- wp-crontrol.php +1 -1
readme.md
CHANGED
@@ -4,7 +4,7 @@ Contributors: johnbillion, scompt
|
|
4 |
Tags: cron, wp-cron, crontrol, debug
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 6.0
|
7 |
-
Stable tag: 1.13.
|
8 |
Requires PHP: 5.6
|
9 |
Donate link: https://github.com/sponsors/johnbillion
|
10 |
|
@@ -169,6 +169,10 @@ The photo was taken by <a href="https://www.flickr.com/photos/michaelpardo/21453
|
|
169 |
|
170 |
## Changelog ##
|
171 |
|
|
|
|
|
|
|
|
|
172 |
### 1.13.1 ###
|
173 |
|
174 |
* Fixes an issue with missing files in the 1.13.0 release
|
@@ -348,11 +352,3 @@ The photo was taken by <a href="https://www.flickr.com/photos/michaelpardo/21453
|
|
348 |
- Added support for [WP-CLI](http://wp-cli.org/)
|
349 |
- Removed some PHP4 code that's no longer relevant
|
350 |
|
351 |
-
|
352 |
-
### 1.1 ###
|
353 |
-
|
354 |
-
- Bug fixes for running cron events and adding cron schedules
|
355 |
-
- Added a cron spawn test to check for errors when spawning cron
|
356 |
-
- Various small tweaks
|
357 |
-
- WordPress 3.4 compatibility
|
358 |
-
|
4 |
Tags: cron, wp-cron, crontrol, debug
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 6.0
|
7 |
+
Stable tag: 1.13.2
|
8 |
Requires PHP: 5.6
|
9 |
Donate link: https://github.com/sponsors/johnbillion
|
10 |
|
169 |
|
170 |
## Changelog ##
|
171 |
|
172 |
+
### 1.13.2 ###
|
173 |
+
|
174 |
+
* Fixes another issue with missing files in the release
|
175 |
+
|
176 |
### 1.13.1 ###
|
177 |
|
178 |
* Fixes an issue with missing files in the 1.13.0 release
|
352 |
- Added support for [WP-CLI](http://wp-cli.org/)
|
353 |
- Removed some PHP4 code that's no longer relevant
|
354 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wp-crontrol.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: WP Crontrol enables you to view and control what's happening in the WP-Cron system.
|
6 |
* Author: John Blackbourn & crontributors
|
7 |
* Author URI: https://github.com/johnbillion/wp-crontrol/graphs/contributors
|
8 |
-
* Version: 1.13.
|
9 |
* Text Domain: wp-crontrol
|
10 |
* Domain Path: /languages/
|
11 |
* Requires PHP: 5.6
|
5 |
* Description: WP Crontrol enables you to view and control what's happening in the WP-Cron system.
|
6 |
* Author: John Blackbourn & crontributors
|
7 |
* Author URI: https://github.com/johnbillion/wp-crontrol/graphs/contributors
|
8 |
+
* Version: 1.13.2
|
9 |
* Text Domain: wp-crontrol
|
10 |
* Domain Path: /languages/
|
11 |
* Requires PHP: 5.6
|