File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 5
5
* Description: A robust scheduling library for use in WordPress plugins.
6
6
* Author: Automattic
7
7
* Author URI: https://automattic.com/
8
- * Version: 3.9.0
8
+ * Version: 3.9.1
9
9
* License: GPLv3
10
10
* Requires at least: 6.5
11
11
* Tested up to: 6.7
Original file line number Diff line number Diff line change 1
1
*** Changelog ***
2
2
3
+ = 3.9.1 - 2025-01-21 =
4
+ * A number of new WP CLI commands have been added, making it easier to manage actions in the terminal and from scripts.
5
+ * New wp action-scheduler source command to help determine how Action Scheduler is being loaded.
6
+ * Additional information about the active instance of Action Scheduler is now available in the Help pull-down drawer.
7
+ * Make some other nullable parameters explicitly nullable.
8
+ * Set option value to `no` rather than deleting.
9
+
3
10
= 3.9.0 - 2024-11-14 =
4
11
* Minimum required version of PHP is now 7.1.
5
12
* Performance improvements for the `as_pending_actions_due()` function.
Original file line number Diff line number Diff line change @@ -47,6 +47,13 @@ Collaboration is cool. We'd love to work with you to improve Action Scheduler. [
47
47
48
48
== Changelog ==
49
49
50
+ = 3.9.1 - 2025-01-21 =
51
+ * A number of new WP CLI commands have been added, making it easier to manage actions in the terminal and from scripts.
52
+ * New wp action-scheduler source command to help determine how Action Scheduler is being loaded.
53
+ * Additional information about the active instance of Action Scheduler is now available in the Help pull-down drawer.
54
+ * Make some other nullable parameters explicitly nullable.
55
+ * Set option value to `no` rather than deleting.
56
+
50
57
= 3.9.0 - 2024-11-14 =
51
58
* Minimum required version of PHP is now 7.1.
52
59
* Performance improvements for the `as_pending_actions_due()` function.
You can’t perform that action at this time.
0 commit comments