8000 Release Version 3.1.0 · woocommerce/action-scheduler · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Version 3.1.0

Compare
Choose a tag to compare
@rrennick rrennick released this 13 Feb 13:09
400725e

Version 3.1.0 – 2020-02-13

Added

  • Add filter to empty args column in list table. (PR #426)
  • Add Composer autoloading support. (PRs #443)
  • Add AS version and autoloading status to WooCommerce status report (PR #443)

Fixed

  • Use proper hook for admin notices (PR #428)
  • Fix translation function used in admin notice (PR #451)
  • remove the page and search string from status links in list table (PR #456)
  • Prevent async runner spawning multiple async requests from single thread (PR #458)

Changed

  • Move action start log entry to after valid action check (PR #440)
  • Ensure plugin initialization on activation as an embedded library (PR #450)
  • Increase default async runner sleep time to 5 seconds (PR #452)
  • Increased maximum JSON encoded args length to 8000 characters (PR #455)
  • Allow data stores to set $args length limit (PR #455)
0