File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1
1
*** Changelog ***
2
2
3
+ = 3.8.2 - 2024-09-12 =
4
+ * Add missing parameter to the `pre_as_enqueue_async_action` hook.
5
+ * Bump minimum PHP version to 7.0.
6
+ * Bump minimum WordPress version to 6.4.
7
+ * Make the batch size adjustable during processing.
8
+
3
9
= 3.8.1 - 2024-06-20 =
4
10
* Fix typos.
5
11
* Improve the messaging in our unidentified action exceptions.
Original file line number Diff line number Diff line change @@ -47,6 +47,12 @@ Collaboration is cool. We'd love to work with you to improve Action Scheduler. [
47
47
48
48
== Changelog ==
49
49
50
+ = 3.8.2 - 2024-09-12 =
51
+ * Add missing parameter to the `pre_as_enqueue_async_action` hook.
52
+ * Bump minimum PHP version to 7.0.
53
+ * Bump minimum WordPress version to 6.4.
54
+ * Make the batch size adjustable during processing.
55
+
50
56
= 3.8.1 - 2024-06-20 =
51
57
* Fix typos.
52
58
* Improve the messaging in our unidentified action exceptions.
You can’t perform that action at this time.
0 commit comments