PluginProbe
Stream – Activity Log & Audit Trail / trunk
Stream – Activity Log & Audit Trail vtrunk
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
stream / readme.md

readme.md in Stream – Activity Log & Audit Trail trunk, at readme.md

42 lines 1.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # Stream for WordPress
2
3 [](https://github.com/xwp/stream/actions/workflows/ci.yml![Lint and Test](https://github.com/xwp/stream/actions/workflows/ci.yml/badge.svg)](https://github.com/xwp/stream/actions/workflows/ci.yml](https://github.com/xwp/stream/actions/workflows/ci.yml)
4 [](https://coveralls.io/github/xwp/stream?branch=develop![Coverage Status](https://coveralls.io/repos/github/xwp/stream/badge.svg?branch=develop)](https://coveralls.io/github/xwp/stream?branch=develop](https://coveralls.io/github/xwp/stream?branch=develop)
5
6 **Activity log and audit trail for WordPress.** Track every user and system action for debugging, security, and compliance.
7
8 - [](https://xwp.co/work/stream/Product Website](https://xwp.co/work/stream/](https://xwp.co/work/stream/)
9 - [](https://wordpress.org/plugins/stream/Plugin on WordPress.org](https://wordpress.org/plugins/stream/](https://wordpress.org/plugins/stream/)
10
11 ## Documentation
12
13 View the [](https://wordpress.org/plugins/stream/plugin description on WordPress.org](https://wordpress.org/plugins/stream/](https://wordpress.org/plugins/stream/) for the list of features and screenshots.
14
15 ### Connectors
16
17 A list of the connectors is in [](connectors.mdconnectors.md](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 [](changelog.mdView the changelog here.](changelog.md](changelog.md)
34
35 ## Contribute
36
37 All suggestions and contributions are welcome! View the [](contributing.mdcontributor documentation](contributing.md](contributing.md) for how to report issues and setup the local development environment.
38
39 ## Credits
40
41 The plugin is owned and maintained by [](https://xwp.coXWP](https://xwp.co](https://xwp.co). View [](https://github.com/xwp/stream/graphs/contributorsall contributors](https://github.com/xwp/stream/graphs/contributors](https://github.com/xwp/stream/graphs/contributors).
42