Releases: johnbillion/wp-crontrol
Releases · johnbillion/wp-crontrol
1.8.5
- Fix an issue with the tabs in 1.8.4.
1.8.4
- Add a warning message if the default timezone has been changed. More information.
- Fixed string being passed to
strtotime()
function when theNow
option is chosen when adding or editing an event.
1.8.3
- Fix the editing of events that aren't currently listed on the first page of results.
1.8.2
- 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
- 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
- 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
- Correct the PHP.net URL for the
strtotime()
reference.
1.7.0
- Remove the
date
andtime
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
- 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
- Fix a potential fatal error on the cron events listing screen.