You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.txt
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
*** Changelog ***
2
2
3
+
= 3.9.0 - 2024-11-14 =
4
+
* Minimum required version of PHP is now 7.1.
5
+
* Performance improvements for the `as_pending_actions_due()` function.
6
+
* Existing filter hook `action_scheduler_claim_actions_order_by` enhanced to provide callbacks with additional information.
7
+
* Improved compatibility with PHP 8.4, specifically by making implicitly nullable parameters explicitly nullable.
8
+
* A large number of coding standards-enhancements, to help reduce friction when submitting plugins to marketplaces and plugin directories. Special props @crstauf for this effort.
9
+
* Minor documentation tweaks and improvements.
10
+
3
11
= 3.8.2 - 2024-09-12 =
4
12
* Add missing parameter to the `pre_as_enqueue_async_action` hook.
@@ -47,6 +47,14 @@ Collaboration is cool. We'd love to work with you to improve Action Scheduler. [
47
47
48
48
== Changelog ==
49
49
50
+
= 3.9.0 - 2024-11-14 =
51
+
* Minimum required version of PHP is now 7.1.
52
+
* Performance improvements for the `as_pending_actions_due()` function.
53
+
* Existing filter hook `action_scheduler_claim_actions_order_by` enhanced to provide callbacks with additional information.
54
+
* Improved compatibility with PHP 8.4, specifically by making implicitly nullable parameters explicitly nullable.
55
+
* A large number of coding standards-enhancements, to help reduce friction when submitting plugins to marketplaces and plugin directories. Special props @crstauf for this effort.
56
+
* Minor documentation tweaks and improvements.
57
+
50
58
= 3.8.2 - 2024-09-12 =
51
59
* Add missing parameter to the `pre_as_enqueue_async_action` hook.
0 commit comments