Skip to content

Releases: johnbillion/wp-crontrol

1.8.5

30 May 23:07
Compare
Choose a tag to compare
  • Fix an issue with the tabs in 1.8.4.

1.8.4

30 May 22:55
Compare
Choose a tag to compare
  • Add a warning message if the default timezone has been changed. More information.
  • Fixed string being passed to strtotime() function when the Now option is chosen when adding or editing an event.

1.8.3

02 May 13:42
Compare
Choose a tag to compare
  • Fix the editing of events that aren't currently listed on the first page of results.

1.8.2

25 Apr 23:22
Compare
Choose a tag to compare
  • Bypass the duplicate event check when manually running an event. This allows an event to manually run even if it's due within ten minutes or if it's overdue.
  • Force only one event to fire when manually running a cron event.
  • Introduce polling of the events list in order to show a warning when the event listing screen is out of date.
  • Add a warning for cron schedules which are shorter than WP_CRON_LOCK_TIMEOUT.
  • Add the Site Health check event to the list of persistent core hooks.

1.8.1

20 Apr 23:18
Compare
Choose a tag to compare
  • Fix the bottom bulk action menu on the event listing screen.
  • Make the timezone more prominent when adding or editing a cron event.

1.8.0

19 Apr 21:56
Compare
Choose a tag to compare
  • Searching and pagination for cron events
  • Ability to delete all cron events with a given hook
  • More accurate response messages when managing events (in WordPress 5.1+)
  • Visual warnings for events without actions, and PHP events with syntax errors
  • Timezone-related clarifications and fixes
  • A more unified UI
  • Modernised codebase

1.7.1

06 Apr 14:25
Compare
Choose a tag to compare
  • Correct the PHP.net URL for the strtotime() reference.

1.7.0

16 Mar 15:41
Compare
Choose a tag to compare
  • Remove the date and time inputs and replace with a couple of preset options and a plain text field. Fixes #24 .
  • Ensure the schedule name is always correct when multiple schedules exist with the same interval. Add error handling. Fixes #25.
  • Re-introduce the display of the current site time.
  • Use a more appropriate HTTP response code for unauthorised request errors.

1.6.2

22 Nov 13:48
Compare
Choose a tag to compare
  • Remove the ability to delete a PHP cron event if the user cannot edit files.
  • Remove the Edit link for PHP cron events when the user cannot edit the event.
  • Avoid a PHP notice due to an undefined variable when adding a new cron event.

1.6.1

22 Nov 00:35
Compare
Choose a tag to compare
  • Fix a potential fatal error on the cron events listing screen.