PluginProbe
Stream – Activity Log & Audit Trail / 3.9.2
Stream – Activity Log & Audit Trail v3.9.2
4.4.0 4.3.0 4.2.2 4.2.1 trunk 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.1 3.1.1 3.10.0 3.2.0 3.2.1 3.2.2 3.2.3 All 50 releases
← All changes | readme.md +4 -21 trunk3.9.2 View file →
@@ -1,41 +1,24 @@
1 1 # Stream for WordPress
2 2
3 -[![Lint and Test](https://github.com/xwp/stream/actions/workflows/ci.yml/badge.svg)](https://github.com/xwp/stream/actions/workflows/ci.yml)
3 +[![Build Status](https://travis-ci.com/xwp/stream.svg?branch=master)](https://travis-ci.com/xwp/stream)
4 4 [![Coverage Status](https://coveralls.io/repos/github/xwp/stream/badge.svg?branch=develop)](https://coveralls.io/github/xwp/stream?branch=develop)
5 5
6 -**Activity log and audit trail for WordPress.** Track every user and system action for debugging, security, and compliance.
6 +**Track WordPress user and system actions for debugging, logging and compliance purposes.**
7 7
8 8 - [Product Website](https://xwp.co/work/stream/)
9 9 - [Plugin on WordPress.org](https://wordpress.org/plugins/stream/)
10 10
11 +
11 12 ## Documentation
12 13
13 14 View the [plugin description on WordPress.org](https://wordpress.org/plugins/stream/) for the list of features and screenshots.
14 15
15 -### Connectors
16 16
17 -A list of the connectors is in [connectors.md](connectors.md).
18 -
19 -### Configuration
20 -
21 -To customize who can manage Stream settings, you can define the `WP_STREAM_SETTINGS_CAPABILITY` constant in your `wp-config.php` file. By default, capability will be set to `manage_options`.
22 -
23 -```php
24 -define('WP_STREAM_SETTINGS_CAPABILITY', 'wp_stream_manage_settings');
25 -```
26 -
27 -## Known Issues
28 -
29 -- We have temporarily disabled the data removal feature through plugin uninstallation, starting with version 3.9.3. We identified a few edge cases that did not behave as expected and we decided that a temporary removal is preferable at this time for such an impactful and irreversible operation. Our team is actively working on refining this feature to ensure it performs optimally and securely. We plan to reintroduce it in a future update with enhanced safeguards.
30 -
31 -## Changelog
32 -
33 -[View the changelog here.](changelog.md)
34 -
35 17 ## Contribute
36 18
37 19 All suggestions and contributions are welcome! View the [contributor documentation](contributing.md) for how to report issues and setup the local development environment.
20 +
38 21
39 22 ## Credits
40 23
41 24 The plugin is owned and maintained by [XWP](https://xwp.co). View [all contributors](https://github.com/xwp/stream/graphs/contributors).