暂无描述

changelog.txt 1.1KB

123456789101112131415161718192021222324252627
  1. *** Changelog ***
  2. = 3.2.1 - 2021-06-21 =
  3. * Fix - Add extra safety/account for different versions of AS and different loading patterns. #714
  4. * Fix - Handle hidden columns (Tools → Scheduled Actions) | #600.
  5. = 3.2.0 - 2021-06-03 =
  6. * Fix - Add "no ordering" option to as_next_scheduled_action().
  7. * Fix - Add secondary scheduled date checks when claiming actions (DBStore) | #634.
  8. * Fix - Add secondary scheduled date checks when claiming actions (wpPostStore) | #634.
  9. * Fix - Adds a new index to the action table, reducing the potential for deadlocks (props: @glagonikas).
  10. * Fix - Fix unit tests infrastructure and adapt tests to PHP 8.
  11. * Fix - Identify in-use data store.
  12. * Fix - Improve test_migration_is_scheduled.
  13. * Fix - PHP notice on list table.
  14. * Fix - Speed up clean up and batch selects.
  15. * Fix - Update pending dependencies.
  16. * Fix - [PHP 8.0] Only pass action arg values through to do_action_ref_array().
  17. * Fix - [PHP 8] Set the PHP version to 7.1 in composer.json for PHP 8 compatibility.
  18. * Fix - add is_initialized() to docs.
  19. * Fix - fix file permissions.
  20. * Fix - fixes #664 by replacing __ with esc_html__.
  21. = 3.1.6 - 2020-05-12 =
  22. * Change log starts.