View changes made by users within WordPress. See who created a page, uploaded an attachment or approved an comment, and more.
Simple History shows recent changes made within WordPress, directly on your dashboard or on a separate page.
The plugin works as a log/history/audit log/version history of all (most, anyway) events that occur in WordPress. For example:
There is also a RSS feed of changes available, so you can keep track of the changes made via your favorite RSS reader on your phone, on your iPad, or on your computer.
It’s a plugin that is good to have on websites where several people are involved in editing the content.
Keep track of what other people are doing: "Has someone done anything today? Ah, Sarah uploaded the new press release and created an article for it. Great! Now I don't have to do that."
Or for debug purposes: "The site feels very slow since yesterday. Has anyone done anything special? ... Ah, Steven activated 'naughy-plugin-x', that must be it."
See the plugin in action with this short screencast:
If you are a plugin developer and would like to add your own things/events to Simple History you can do that by calling the function simple_history_add like this:
<?php
# will return “Plugin your_plugin_name Edited”
simple_history_add("action=edited&object_type=plugin&object_name=your_plugin_name");
?>
<?php simple_history_add("action=repaired&object_type=starship&object_name=USS Enterprise"); ?>
Requires: 2.9.2 or higher
Compatible up to: 3.0.5
Last Updated: 2011-6-22
Downloads: 5,345




