Skip to content

Releases: woocommerce/action-scheduler

Version 3.4.0

01 Nov 09:36
3218a33
Compare
Choose a tag to compare
  • Enhancement - Number of items per page can now be set for the Scheduled Actions view (props @ovidiul). #771
  • Fix - Do not lower the max_execution_time if it is already set to 0 (unlimited) (props @barryhughes). #755
  • Fix - Avoid triggering autoloaders during the version resolution process (props @olegabr). #731 & #776
  • Dev - ActionScheduler_wcSystemStatus PHPCS fixes (props @ovidiul). #761
  • Dev - ActionScheduler_DBLogger.php PHPCS fixes (props @ovidiul). #768
  • Dev - Fixed phpcs for ActionScheduler_Schedule_Deprecated (props @ovidiul). #762
  • Dev - Improve actions table indicies (props @glagonikas). #774 & #777
  • Dev - PHPCS fixes for ActionScheduler_DBStore.php (props @ovidiul). #769 & #778
  • Dev - PHPCS Fixes for ActionScheduler_Abstract_ListTable (props @ovidiul). #763 & #779
  • Dev - Adds new filter action_scheduler_claim_actions_order_by to allow tuning of the claim query (props @glagonikas). #773
  • Dev - PHPCS fixes for ActionScheduler_WpPostStore class (props @ovidiul). #780

Version 3.3.0

15 Sep 21:08
Compare
Choose a tag to compare
  • Enhancement - Adds as_has_scheduled_action() to provide a performant way to test for existing actions. #645
  • Fix - Improves compatibility with environments where NO_ZERO_DATE is enabled. #519
  • Fix - Adds safety checks to guard against errors when our database tables cannot be created. #645
  • Dev - Now supports queries that use multiple statuses. #649
  • Dev - Minimum requirements for WordPress and PHP bumped (to 5.2 and 5.6 respectively). #723

Version 3.2.1

21 Jun 20:21
Compare
Choose a tag to compare
  • Fix - Add extra safety/account for different versions of AS and different loading patterns. #714
  • Fix - Handle hidden columns (Tools → Scheduled Actions) | #600.

Version 3.2.0

03 Jun 16:41
Compare
Choose a tag to compare
  • Fix - Add "no ordering" option to as_next_scheduled_action().
  • Fix - Add secondary scheduled date checks when claiming actions (DBStore) | #634.
  • Fix - Add secondary scheduled date checks when claiming actions (wpPostStore) | #634.
  • Fix - Adds a new index to the action table, reducing the potential for deadlocks (props: @glagonikas).
  • Fix - Fix unit tests infrastructure and adapt tests to PHP 8.
  • Fix - Identify in-use data store.
  • Fix - Improve test_migration_is_scheduled.
  • Fix - PHP notice on list table.
  • Fix - Speed up clean up and batch selects.
  • Fix - Update pending dependencies.
  • Fix - [PHP 8.0] Only pass action arg values through to do_action_ref_array().
  • Fix - [PHP 8] Set the PHP version to 7.1 in composer.json for PHP 8 compatibility.
  • Fix - add is_initialized() to docs.
  • Fix - fix file permissions.
  • Fix - fixes #664 by replacing __ with esc_html__.

Version 3.1.6

12 May 16:22
275d0ba
Compare
Choose a tag to compare

Version 3.1.6 – 2020-05-12

Changed

  • shutdown deprecated notice changed to a warning when as_* functions called without data store initialization (PR #546)

Version 3.1.5

29 Apr 16:20
93451c8
Compare
Choose a tag to compare

Version 3.1.5 – 2020-05-05

Fixed

  • Move scheduling the migration out of shutdown hook (PR #538)
  • Remove redundant cron task (PR #529)
  • Allow NullSchedules on Async actions (PR #527)
  • Use correct defaults on WP CLI command (PR #526)
  • Fix action row Action Links when translated (PR #508)
  • Add date values to demarkation query (PR #503)

Version 3.1.4

18 Mar 15:05
5a01f0b
Compare
Choose a tag to compare

Version 3.1.4 – 2020-03-18

Fixed

  • Include logs table re-create missed in #492 (PR #495)
  • Ensure valid table name in save action (PR #498)

Version 3.1.3

16 Mar 19:16
d5c7996
Compare
Choose a tag to compare

Version 3.1.3 – 2020-03-16

Added

  • Re-create tables if needed on Scheduled Actions screen load (PR #492)

Fixed

  • Add null action check on Scheduled Actions screen list rows. (PR #493)
  • Fix context on ignored action log message (PR #481)
  • Restore scheduled action row and bulk action processing on WooCommerce Status screen (PR #487)

Version 3.1.2

10 Mar 14:48
59dbd87
Compare
Choose a tag to compare

Version bump only. No code changes other than version registration function names.

Version 3.1.1

25 Feb 02:29
ca6f65c
Compare
Choose a tag to compare

Version 3.1.1 – 2020-02-24

Added

  • Unmark the migration as complete on any plugin deactivation. (PR #470)

Fixed

  • Remove Composer autoloading support. (PRs #472)