Skip to content

Releases: Automattic/Cron-Control

3.1

27 Jan 13:50
73b9aa2
Compare
Choose a tag to compare
  • Update installation process, always ensuring the custom table is installed.
  • Swap out deprecated wpmu_new_blog hook.
  • Ignore archived/deleted/spam subsites during the runner’s list sites cli command.
  • Migrate legacy events from the cron option to the new table before deleting the option.
  • Delete duplicate recurring events. Runs daily.

3.0

19 Jan 08:34
e10d775
Compare
Choose a tag to compare
3.0
  • Implement WP cron filters that were added in WP 5.1.
  • Cleanup the event's store & introduce new Event() object.
  • Switch to a more efficient caching strategy.

2.0

12 Oct 16:41
Compare
Choose a tag to compare
2.0
  • Support additional Internal Events
  • Break large cron queues into several caches
  • Introduce Golang runner to execute cron
  • Support concurrency for whitelisted events