Skip to content

Releases: johnbillion/wp-crontrol

1.16.3

19 Apr 11:19
Compare
Choose a tag to compare
  • Corrects the displayed PHP cron event name if one is provided

1.16.2

24 Mar 18:23
Compare
Choose a tag to compare

1.16.1

16 Nov 22:51
Compare
Choose a tag to compare
  • Confirms support for WordPress 6.4

1.16.0

17 Oct 19:44
Compare
Choose a tag to compare
  • 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

30 Jun 17:38
Compare
Choose a tag to compare
  • Pass the $doing_wp_cron value to the cron_request filter so it matches WordPress core
  • Miscellaneous code quality improvements

1.15.2

15 Mar 17:55
Compare
Choose a tag to compare
  • 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

29 Dec 20:51
Compare
Choose a tag to compare
  • Confirms the plugin is compatible with PHP 8.2
  • Increases compatibility with other plugins that include very old Composer autoloader implementations

1.15.0

29 Nov 00:04
Compare
Choose a tag to compare
  • 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

10 Jul 20:17
Compare
Choose a tag to compare
  • Reverts the changes introduced in version 1.13 while I look into the problem with the deployment process for wordpress.org

1.13.2

10 Jul 10:59
Compare
Choose a tag to compare
  • Fixes another issue with missing files in the release