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: readme.txt
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,21 @@ Use only `$_SERVER['REMOTE_ADDR']` as the client IP address for event logs witho
139
139
140
140
== Changelog ==
141
141
142
+
= 4.3.0 - July 18, 2026 =
143
+
144
+
Enhancements:
145
+
146
+
* Make Action Scheduler usage optional at runtime: deferred purge / reset work now runs through a scheduler abstraction that defaults to Action Scheduler but can fall back to WP-Cron via the `wp_stream_use_action_scheduler` filter.
147
+
* Add the `wp_stream_enable_auto_purge` filter (default `true`) to disable all TTL record auto-purge scheduling regardless of backend.
148
+
* Surface a warning on the WP-Cron fallback when a large-table purge or reset is queued.
149
+
150
+
Bug Fixes:
151
+
152
+
* Log the WooCommerce order ID instead of the order object in order event records.
153
+
* Fix PHP 8.4 deprecation warnings.
154
+
155
+
[View the full release notes on GitHub.](https://github.com/xwp/stream/blob/master/changelog.md#430---july-18-2026)
0 commit comments