Releases: johnbillion/wp-crontrol
Releases · johnbillion/wp-crontrol
1.17.0
- Introduces a new cron event type for sending a request to a URL
- Confirms support for WordPress 6.6
- Improves various aspects of the cron management interface and language
1.16.3
1.16.2
- Security hardening: An anti-tampering mechanism has been introduced for PHP cron events
- Improvements to accessibility and internationalisation
- Removes the dependency on jQuery
- Confirms support for WordPress 6.5
1.16.1
- Confirms support for WordPress 6.4
1.16.0
- Allow persistent WordPress core hooks to be cleared if there's more than one event with that hook
- Add the number of matching events to the hook deletion link text
- Scrap the Ajax request that checks if the current page of cron events has changed since loading
- Make some improvements to sorting the cron event list table columns
- Increase the minimum supported PHP version to 7.4
1.15.3
- Pass the
$doing_wp_cron
value to thecron_request
filter so it matches WordPress core - Miscellaneous code quality improvements
1.15.2
- Improves the terminology around pausing and deleting hooks and events
- Improves accessibility of the event listing table for keyboard users
- Removes an unnecessary SQL query when fetching the list of paused events
- Adds an FAQ about deactivating the plugin
1.15.1
- Confirms the plugin is compatible with PHP 8.2
- Increases compatibility with other plugins that include very old Composer autoloader implementations
1.15.0
- Introduces the ability to pause and resume cron events from the event listing screen; see the FAQ for full details
- Adds the site time to the cron event editing screen
- Implements an autoloader to reduce memory usage
- Bumps the minimum supported version of PHP to 5.6
1.14.0
- Reverts the changes introduced in version 1.13 while I look into the problem with the deployment process for wordpress.org