Skip to content

Commit 5ada77e

Browse files
Merge pull request #1231 from woocommerce/prep/3.9.1
3.9.1 prep
2 parents 3ed89cb + 48898cd commit 5ada77e

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

action-scheduler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: A robust scheduling library for use in WordPress plugins.
66
* Author: Automattic
77
* Author URI: https://automattic.com/
8-
* Version: 3.9.0
8+
* Version: 3.9.1
99
* License: GPLv3
1010
* Requires at least: 6.5
1111
* Tested up to: 6.7

changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
*** Changelog ***
22

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+
310
= 3.9.0 - 2024-11-14 =
411
* Minimum required version of PHP is now 7.1.
512
* Performance improvements for the `as_pending_actions_due()` function.

readme.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ Collaboration is cool. We'd love to work with you to improve Action Scheduler. [
4747

4848
== Changelog ==
4949

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+
5057
= 3.9.0 - 2024-11-14 =
5158
* Minimum required version of PHP is now 7.1.
5259
* Performance improvements for the `as_pending_actions_due()` function.

0 commit comments

Comments
 (0)