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
'desc' => esc_html__( 'By default, Stream does not track activity performed by WordPress cron events unless you opt-in here. Enabling this is not necessary or recommended for most sites.', 'stream' ),
'desc' => esc_html__( 'By default, Stream does not track activity performed by WordPress cron events unless you opt-in here. Enabling this is not necessary or recommended for most sites.', 'stream' ),
@@ -87,6 +87,10 @@ Thank you for wanting to make Stream better for everyone!
87
87
88
88
== Changelog ==
89
89
90
+
= 3.4.1 - July 25, 2019 =
91
+
92
+
* Fix: Allow tracking cron events even when the default WordPress front-end cron runner is disabled via `DISABLE_WP_CRON`. See [#959], props [@khromov](https://github.com/khromov) and [@tareiking](https://github.com/tareiking).
93
+
90
94
= 3.4.0 - July 13, 2019 =
91
95
92
96
* New: Add development environment and documentation, update tooling [#1016](https://github.com/xwp/stream/pull/1016).
Copy file name to clipboardExpand all lines: stream.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
* Plugin Name: Stream
4
4
* Plugin URI: https://wp-stream.com/
5
5
* Description: Stream tracks logged-in user activity so you can monitor every change made on your WordPress site in beautifully organized detail. All activity is organized by context, action and IP address for easy filtering. Developers can extend Stream with custom connectors to log any kind of action.
0 commit comments