Skip to content

Releases: nawawi/docket-cronwp

v1.2

01 Jul 08:22
Compare
Choose a tag to compare

Release v1.2

  • Code refactoring

v1.1.0

12 Jul 05:54
Compare
Choose a tag to compare

Release v1.1.0

  • Fixed: multisite target url.
  • Added: src/Parser.php license header.

v1.0.9

08 Jul 08:02
Compare
Choose a tag to compare

Release v1.0.9

  • Added: verbose option.

v1.0.8

04 Jul 09:36
Compare
Choose a tag to compare

Release v1.0.8

  • Fixed: empty cron now data without run-now options.
  • Fixed: only use single constant DOCKET_CRONWP as array.
  • Fixed: Console::print_args() -> only display with verbose option.
  • Added: verbose option. default only show minimal output.

v1.0.7

01 Jul 23:21
Compare
Choose a tag to compare

Release v1.0.7

  • Added: support multiste by using --url option.

v1.0.6

28 Jun 16:43
Compare
Choose a tag to compare

Release v1.0.6

  • Fixed: Process::proc_fork() -> prevent zombie, reconnect db at parent process.
  • Fixed: Process::proc_wait() -> use listed pid instead of pcntl_waitpid.
  • Fixed: Console::run() -> set transient doing_cron to lock spawn_cron incase DISABLE_WP_CRON not defined.
  • Fixed: crons data -> always use _get_cron_array() instead of wp_get_ready_cron_jobs().
  • Fixed: dry-run.
  • Fixed: Suppress wp db error warning notice -> Error while sending QUERY packet.
  • Improved: cache wp_get_schedules() -> only call once.
  • Improved: bypass if wp_reschedule_event() and wp_unschedule_event return false.
  • Added: Console::run() -> remove lock file when ctrl+c.
  • Added: Bepart::__ FUNCTION __ -> wpdb_reconnect(), wpdb_suppress_errors(), wpdb().

v1.0.5

28 Jun 02:22
Compare
Choose a tag to compare

Release v1.0.5

  • Added: capture output from hook.
  • Added: time start.

v1.0.4

27 Jun 00:26
Compare
Choose a tag to compare

Release v1.0.4

  • Fixed: issue with object cache.
  • Fixed: DOCKET_CRONWP -> use $_SERVER['SCRIPT_NAME'] instead of FILE .
  • Fixed: data capture.
  • Fixed: pcntl_waitpid -> remove WNOHANG.
  • Added: Console::app() -> app info.
  • Added: process ouput.

v1.0.3

26 Jun 17:02
Compare
Choose a tag to compare

Release v1.0.3

  • Fixed: do_action_ref_array -> missing $args
  • Fixed: docket-cronwp.php -> remove realpath to make phar happy.
  • Added: bin/docket-cronwp.phar

v1.0.2

25 Jun 18:12
Compare
Choose a tag to compare

Release v1.0.2