Skip to content

Releases: woocommerce/action-scheduler

2.1.1

02 Nov 14:47
Compare
Choose a tag to compare

2.1.1 – 2018-11-2

Added

  • Add Configuration for Release Drafter bot (PR #210, PR #211)

Deprecated

  • ActionScheduler_Abstract_QueueRunner::get_maximum_execution_time() – Use ActionScheduler_Abstract_QueueRunner::get_time_limit() instead.
  • The filter action_scheduler_maximum_execution_time – Use action_scheduler_queue_runner_time_limit instead.

Fixed

  • Do not rely on max execution time (Issue #207) – Fixed with PR #209