Skip to content

Releases: johnbillion/wp-crontrol

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

1.13.1

10 Jul 10:46
Compare
Choose a tag to compare
  • Fixes an issue with missing files in the 1.13.0 release

1.13.0

10 Jul 10:38
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
  • Implements an autoloader to reduce memory usage
  • Bumps the minimum supported version of PHP to 5.6

1.12.1

15 Apr 19:54
Compare
Choose a tag to compare
  • Corrects an issue where an invalid hook callback isn't always identified
  • Various code quality improvements

1.12.0

22 Nov 19:55
Compare
Choose a tag to compare
  • Fix the PHP cron event management.
  • More "namespacing" of query variables to avoid conflicts with other cron management plugins.

1.11.0

26 Oct 21:23
Compare
Choose a tag to compare
  • Introduced an Export feature to the event listing screen for exporting the list of events as a CSV file.
  • Added the timezone offset to the date displayed for events that are due to run after the next DST change, for extra clarity.
  • Introduced the crontrol/filter-types and crontrol/filtered-events filters for adjusting the available event filters on the event listing screen.
  • Lots of code quality improvements (thanks, PHPStan!).

1.10.0

21 Feb 22:19
Compare
Choose a tag to compare
  • Support for more granular cron-related error messages in WordPress 5.7
  • Several accessibility improvements
  • Warning for events that are attached to a schedule that is too frequent
  • More clarity around events and schedules that are built in to WordPress core
  • Add a Help tab with links to the wiki and FAQs

1.9.1

13 Feb 20:15
Compare
Choose a tag to compare
  • Fix the adding of new cron events when DISALLOW_FILE_EDIT is true.

1.9.0

30 Dec 21:45
Compare
Choose a tag to compare
  • Add filters and sorting to the event listing screen. Props @yuriipavlov.
  • Replace the "Add New" tabs with a more standard "Add New" button on the cron event listing page.
  • Switch back to using browser-native controls for the date and time inputs.
  • Add an error message when trying to edit a non-existent event.
  • Introduce an informational message which appears when there are events that have missed their schedule.
  • Fire actions when cron events and schedules are added, updated, and deleted.