Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
= 4.1.0 - xxxx-xx-xx =
* Use `wp_admin_notice()` to render admin notices, instead of custom HTML.
* Fix an oversight in the lock implementation (used to rate-limit async request runners) that could result in a database error in unusual cases.
* Add protections to guard against the risk of object-injection/deserialization attacks when retrieving stored schedule data.
* Dev - Add filters (`action_scheduler_allowed_nested_schedule_classes`, `action_scheduler_enforce_schedule_allowed_classes`) and an action (`action_scheduler_unexpected_schedule_class`) to tune and observe schedule deserialization.
* Dev - Updates the `wpPostStore` to capture any database errors that might occur while claiming actions.

= 4.0.0 - 2026-06-16 =
Expand Down
Loading
Loading