Skip to content

2.0.0

Compare
Choose a tag to compare
@roborourke roborourke released this 18 Feb 17:15
· 23 commits to master since this release
99a6035

This release brings with it a big change to the underlying method used to hook into WordPress's cron system. In WordPress 5.1 the pre-flight filters were introduced to the scheduling functions to allow plugins like this one to properly shortcircuit the options table based storage and implement background tasks using a different service.

Changelog:

  • Use pre-flight filters #91
  • Check blog is installed before installing tables #82
  • Added orderby and order arguments to show jobs CLI command #71