WP Crontrol - Version 1.13.1

Version Description

Download this release

Release Info

Developer johnbillion
Plugin Icon 128x128 WP Crontrol
Version 1.13.1
Comparing to
See all releases

Code changes from version 1.13.0 to 1.13.1

Files changed (2) hide show
  1. readme.md +5 -8
  2. 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.0
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.0 ###
173
 
174
  * Introduces the ability to pause and resume cron events from the event listing screen; see the FAQ for full details
@@ -352,10 +356,3 @@ The photo was taken by <a href="https://www.flickr.com/photos/michaelpardo/21453
352
  - Various small tweaks
353
  - WordPress 3.4 compatibility
354
 
355
-
356
- ### 1.0 ###
357
-
358
- - Input of PHP code for cron events
359
- - Non-repeating cron events
360
- - Handles cron events with arguments
361
-
4
  Tags: cron, wp-cron, crontrol, debug
5
  Requires at least: 4.2
6
  Tested up to: 6.0
7
+ Stable tag: 1.13.1
8
  Requires PHP: 5.6
9
  Donate link: https://github.com/sponsors/johnbillion
10
 
169
 
170
  ## Changelog ##
171
 
172
+ ### 1.13.1 ###
173
+
174
+ * Fixes an issue with missing files in the 1.13.0 release
175
+
176
  ### 1.13.0 ###
177
 
178
  * Introduces the ability to pause and resume cron events from the event listing screen; see the FAQ for full details
356
  - Various small tweaks
357
  - WordPress 3.4 compatibility
358
 
 
 
 
 
 
 
 
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.0
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.1
9
  * Text Domain: wp-crontrol
10
  * Domain Path: /languages/
11
  * Requires PHP: 5.6