PluginProbe ʕ •ᴥ•ʔ
GiveWP – Donation Plugin and Fundraising Platform / 3.3.1
GiveWP – Donation Plugin and Fundraising Platform v3.3.1
4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 2.30.0 2.31.0 2.31.1 2.32.0 2.33.0 2.33.1 2.33.2 2.33.3 2.33.4 2.33.5 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.5.0 2.5.1 2.5.10 2.5.11 2.5.12 2.5.13 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.5.8 2.5.9 2.6.0 2.6.1 2.6.2 2.6.3 2.7.0 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.8.0 2.8.1 2.9.0 2.9.1 2.9.2 2.9.3 2.9.4 2.9.5 2.9.6 2.9.7 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.1.2 3.10.0 3.11.0 3.12.0 3.12.1 3.12.2 3.12.3 3.13.0 3.14.0 3.14.1 3.14.2 3.15.0 3.15.1 3.16.0 3.16.1 3.16.2 3.16.3 3.16.4 3.16.5 3.17.0 3.17.1 3.17.2 3.18.0 3.19.0 3.19.1 3.19.2 3.19.3 3.19.4 3.2.0 3.2.1 3.2.2 3.20.0 3.21.0 3.21.1 3.22.0 3.22.1 3.22.2 3.3.0 3.3.1 3.4.0 3.4.1 3.4.2 3.5.0 3.5.1 3.6.0 3.6.1 3.6.2 3.7.0 3.8.0 3.9.0 4.0.0 4.1.0 4.1.1 4.10.0 4.10.1 4.11.0 4.12.0 4.13.0 4.13.1 4.13.2 4.14.0 4.14.1 4.14.2 4.14.3 4.14.4 4.14.5 4.14.6 4.2.0 4.2.1 4.3.0 4.3.1 4.3.2 4.4.0 4.5.0 4.6.1 4.7.0 4.7.1 4.8.0 4.8.1 4.9.0 trunk 1.9.0 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.10.0 2.10.1 2.10.2 2.10.3 2.10.4 2.11.0 2.11.1 2.11.2 2.11.3 2.12.0 2.12.1 2.12.2 2.12.3 2.13.0 2.13.1 2.13.2 2.13.3 2.13.4 2.14.0 2.15.0 2.16.0 2.16.1 2.17.0 2.17.1 2.17.3 2.18.0 2.18.1 2.19.1 2.19.2 2.19.3 2.19.4 2.19.5 2.19.6 2.19.7 2.19.8 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.20.0 2.20.1 2.20.2 2.21.0 2.21.1 2.21.2 2.21.3 2.21.4 2.22.0 2.22.1 2.22.2 2.22.3 2.23.0 2.23.1 2.23.2 2.24.0 2.24.1 2.24.2 2.25.0 2.25.1 2.25.2 2.25.3 2.26.0 2.27.0 2.27.1 2.27.2 2.27.3 2.28.0 2.29.0 2.29.1 2.29.2
give / vendor / woocommerce / action-scheduler / readme.txt
give / vendor / woocommerce / action-scheduler Last commit date
classes 2 years ago deprecated 3 years ago lib 3 years ago action-scheduler.php 2 years ago changelog.txt 2 years ago functions.php 2 years ago license.txt 3 years ago readme.txt 2 years ago
readme.txt
178 lines
1 === Action Scheduler ===
2 Contributors: Automattic, wpmuguru, claudiosanches, peterfabian1000, vedjain, jamosova, obliviousharmony, konamiman, sadowski, royho, barryhughes-1
3 Tags: scheduler, cron
4 Stable tag: 3.7.0
5 License: GPLv3
6 Tested up to: 6.4
7
8 Action Scheduler - Job Queue for WordPress
9
10 == Description ==
11
12 Action Scheduler is a scalable, traceable job queue for background processing large sets of actions in WordPress. It's specially designed to be distributed in WordPress plugins.
13
14 Action Scheduler works by triggering an action hook to run at some time in the future. Each hook can be scheduled with unique data, to allow callbacks to perform operations on that data. The hook can also be scheduled to run on one or more occassions.
15
16 Think of it like an extension to `do_action()` which adds the ability to delay and repeat a hook.
17
18 ## Battle-Tested Background Processing
19
20 Every month, Action Scheduler processes millions of payments for [Subscriptions](https://woocommerce.com/products/woocommerce-subscriptions/), webhooks for [WooCommerce](https://wordpress.org/plugins/woocommerce/), as well as emails and other events for a range of other plugins.
21
22 It's been seen on live sites processing queues in excess of 50,000 jobs and doing resource intensive operations, like processing payments and creating orders, at a sustained rate of over 10,000 / hour without negatively impacting normal site operations.
23
24 This is all on infrastructure and WordPress sites outside the control of the plugin author.
25
26 If your plugin needs background processing, especially of large sets of tasks, Action Scheduler can help.
27
28 ## Learn More
29
30 To learn more about how to Action Scheduler works, and how to use it in your plugin, check out the docs on [ActionScheduler.org](https://actionscheduler.org).
31
32 There you will find:
33
34 * [Usage guide](https://actionscheduler.org/usage/): instructions on installing and using Action Scheduler
35 * [WP CLI guide](https://actionscheduler.org/wp-cli/): instructions on running Action Scheduler at scale via WP CLI
36 * [API Reference](https://actionscheduler.org/api/): complete reference guide for all API functions
37 * [Administration Guide](https://actionscheduler.org/admin/): guide to managing scheduled actions via the administration screen
38 * [Guide to Background Processing at Scale](https://actionscheduler.org/perf/): instructions for running Action Scheduler at scale via the default WP Cron queue runner
39
40 ## Credits
41
42 Action Scheduler is developed and maintained by [Automattic](http://automattic.com/) with significant early development completed by [Flightless](https://flightless.us/).
43
44 Collaboration is cool. We'd love to work with you to improve Action Scheduler. [Pull Requests](https://github.com/woocommerce/action-scheduler/pulls) welcome.
45
46 == Changelog ==
47
48 = 3.7.0 - 2023-11-20 =
49 * Add extended indexes for hook_status_scheduled_date_gmt and status_sheduled_date_gmt.
50 * Catch and log exceptions thrown when actions can't be created, e.g. under a corrupt database schema.
51 * Release/3.6.4.
52 * Tweak - WP 6.4 compatibility.
53 * Update unit tests for upcoming dependency version policy.
54 * make sure hook action_scheduler_failed_execution can access original exception object.
55 * mention dependency version policy in usage.md.
56
57 = 3.6.4 - 2023-10-11 =
58 * Performance improvements when bulk cancelling actions.
59 * Dev-related fixes.
60
61 = 3.6.3 - 2023-09-13 =
62 * Use `_doing_it_wrong` in initialization check.
63
64 = 3.6.2 - 2023-08-09 =
65 * Add guidance about passing arguments.
66 * Atomic option locking.
67 * Improve bulk delete handling.
68 * Include database error in the exception message.
69 * Tweak - WP 6.3 compatibility.
70
71 = 3.6.1 - 2023-06-14 =
72 * Document new optional `$priority` arg for various API functions.
73 * Document the new `--exclude-groups` WP CLI option.
74 * Document the new `action_scheduler_init` hook.
75 * Ensure actions within each claim are executed in the expected order.
76 * Fix incorrect text domain.
77 * Remove SHOW TABLES usage when checking if tables exist.
78
79 = 3.6.0 - 2023-05-10 =
80 * Add $unique parameter to function signatures.
81 * Add a cast-to-int for extra safety before forming new DateTime object.
82 * Add a hook allowing exceptions for consistently failing recurring actions.
83 * Add action priorities.
84 * Add init hook.
85 * Always raise the time limit.
86 * Bump minimatch from 3.0.4 to 3.0.8.
87 * Bump yaml from 2.2.1 to 2.2.2.
88 * Defensive coding relating to gaps in declared schedule types.
89 * Do not process an action if it cannot be set to `in-progress`.
90 * Filter view labels (status names) should be translatable | #919.
91 * Fix WPCLI progress messages.
92 * Improve data-store initialization flow.
93 * Improve error handling across all supported PHP versions.
94 * Improve logic for flushing the runtime cache.
95 * Support exclusion of multiple groups.
96 * Update lint-staged and Node/NPM requirements.
97 * add CLI clean command.
98 * add CLI exclude-group filter.
99 * exclude past-due from list table all filter count.
100 * throwing an exception if as_schedule_recurring_action interval param is not of type integer.
101
102 = 3.5.4 - 2023-01-17 =
103 * Add pre filters during action registration.
104 * Async scheduling.
105 * Calculate timeouts based on total actions.
106 * Correctly order the parameters for `ActionScheduler_ActionFactory`'s calls to `single_unique`.
107 * Fetch action in memory first before releasing claim to avoid deadlock.
108 * PHP 8.2: declare property to fix creation of dynamic property warning.
109 * PHP 8.2: fix "Using ${var} in strings is deprecated, use {$var} instead".
110 * Prevent `undefined variable` warning for `$num_pastdue_actions`.
111
112 = 3.5.3 - 2022-11-09 =
113 * Query actions with partial match.
114
115 = 3.5.2 - 2022-09-16 =
116 * Fix - erroneous 3.5.1 release.
117
118 = 3.5.1 - 2022-09-13 =
119 * Maintenance on A/S docs.
120 * fix: PHP 8.2 deprecated notice.
121
122 = 3.5.0 - 2022-08-25 =
123 * Add - The active view link within the "Tools > Scheduled Actions" screen is now clickable.
124 * Add - A warning when there are past-due actions.
125 * Enhancement - Added the ability to schedule unique actions via an atomic operation.
126 * Enhancement - Improvements to cache invalidation when processing batches (when running on WordPress 6.0+).
127 * Enhancement - If a recurring action is found to be consistently failing, it will stop being rescheduled.
128 * Enhancement - Adds a new "Past Due" view to the scheduled actions list table.
129
130 = 3.4.2 - 2022-06-08 =
131 * Fix - Change the include for better linting.
132 * Fix - update: Added Action scheduler completed action hook.
133
134 = 3.4.1 - 2022-05-24 =
135 * Fix - Change the include for better linting.
136 * Fix - Fix the documented return type.
137
138 = 3.4.0 - 2021-10-29 =
139 * Enhancement - Number of items per page can now be set for the Scheduled Actions view (props @ovidiul). #771
140 * Fix - Do not lower the max_execution_time if it is already set to 0 (unlimited) (props @barryhughes). #755
141 * Fix - Avoid triggering autoloaders during the version resolution process (props @olegabr). #731 & #776
142 * Dev - ActionScheduler_wcSystemStatus PHPCS fixes (props @ovidiul). #761
143 * Dev - ActionScheduler_DBLogger.php PHPCS fixes (props @ovidiul). #768
144 * Dev - Fixed phpcs for ActionScheduler_Schedule_Deprecated (props @ovidiul). #762
145 * Dev - Improve actions table indicies (props @glagonikas). #774 & #777
146 * Dev - PHPCS fixes for ActionScheduler_DBStore.php (props @ovidiul). #769 & #778
147 * Dev - PHPCS Fixes for ActionScheduler_Abstract_ListTable (props @ovidiul). #763 & #779
148 * Dev - Adds new filter action_scheduler_claim_actions_order_by to allow tuning of the claim query (props @glagonikas). #773
149 * Dev - PHPCS fixes for ActionScheduler_WpPostStore class (props @ovidiul). #780
150
151 = 3.3.0 - 2021-09-15 =
152 * Enhancement - Adds as_has_scheduled_action() to provide a performant way to test for existing actions. #645
153 * Fix - Improves compatibility with environments where NO_ZERO_DATE is enabled. #519
154 * Fix - Adds safety checks to guard against errors when our database tables cannot be created. #645
155 * Dev - Now supports queries that use multiple statuses. #649
156 * Dev - Minimum requirements for WordPress and PHP bumped (to 5.2 and 5.6 respectively). #723
157
158 = 3.2.1 - 2021-06-21 =
159 * Fix - Add extra safety/account for different versions of AS and different loading patterns. #714
160 * Fix - Handle hidden columns (Tools → Scheduled Actions) | #600.
161
162 = 3.2.0 - 2021-06-03 =
163 * Fix - Add "no ordering" option to as_next_scheduled_action().
164 * Fix - Add secondary scheduled date checks when claiming actions (DBStore) | #634.
165 * Fix - Add secondary scheduled date checks when claiming actions (wpPostStore) | #634.
166 * Fix - Adds a new index to the action table, reducing the potential for deadlocks (props: @glagonikas).
167 * Fix - Fix unit tests infrastructure and adapt tests to PHP 8.
168 * Fix - Identify in-use data store.
169 * Fix - Improve test_migration_is_scheduled.
170 * Fix - PHP notice on list table.
171 * Fix - Speed up clean up and batch selects.
172 * Fix - Update pending dependencies.
173 * Fix - [PHP 8.0] Only pass action arg values through to do_action_ref_array().
174 * Fix - [PHP 8] Set the PHP version to 7.1 in composer.json for PHP 8 compatibility.
175 * Fix - add is_initialized() to docs.
176 * Fix - fix file permissions.
177 * Fix - fixes #664 by replacing __ with esc_html__.
178