Skip to content

Releases: johnbillion/wp-crontrol

1.18.0

13 Jan 18:41
Compare
Choose a tag to compare
  • Introduces support for a CRONTROL_DISALLOW_PHP_EVENTS constant to fully disable the PHP cron event functionality. Full documentation here.
  • Further improvements to how time durations and timezone information is displayed.

1.17.1

22 Nov 16:46
Compare
Choose a tag to compare
  • Confirms support for WordPress 6.7
  • Avoids some warnings when running on PHP 8.3 and 8.4

1.17.0

15 Jul 14:15
Compare
Choose a tag to compare

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