humanmade / humanmade/authorship
Integration with audit log plugins
- Dominant language
- PHP
- Stars
- 68
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
When a post is updated, changes to the attributed authors need to be recorded in audit trail plugins.
The three big ones are:
* [Simple History](https://wordpress.org/plugins/simple-history/)
* [WP Activity Log](https://wordpress.org/plugins/wp-security-audit-log/)
* [Stream](https://wordpress.org/plugins/stream/)
When the Authorship plugin is not in use and the author of a post is changed:
* Simple History correctly logs a change
* WP Activity Log correctly logs a change
* Stream does not log the change
Tasks:
* [X] ~~File a bug with Stream about the above~~ https://github.com/xwp/stream/issues/1222
* [ ] Write an integration for Simple History
* [ ] Write an integration for WP Activity Log
* [ ] Write an integration for Stream
Contributor guide
Assessment
This issue has not been assessed yet.