=== Plugin Auditor === Contributors: wholegraindigital, eugenemolari, MatheusFD Requires at least: 4.0 Tested up to: 4.4.2 Stable tag: 0.2 Tags: plugin audit, audit, security, maintenance, audit trail License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html The Plugin Auditor plugin records details of who installed and activated each plugin on your website and why. == Description == Have you ever had that situation where you have a bunch of plugins installed and you can't remember why half of them are there? It is important to clean out unused plugins and keep your plugins up to date, but this can be difficult if you have forgotten why you installed them in the first place. This is particularly true for sites with multiple admin users, and for agencies that manage their clients sites. You don't want to delete an old plugin without being 100% sure why it was installed and therefore know if it is still needed. The Plugin Auditor tells you why each plugin was installed and also keeps a record of who installed it so that you know who to ask if you have any questions when performing maintenance on the site. == Installation == The Plugin Auditor plugin is really plug and play. Just upload the plugin and activate. 1. Upload `plugin-audit.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress To view the logs of plugin activity on your site, simply go to Plugins > Audit. == Frequently Asked Questions == = Will it work with all themes? = Yes, it should work fine with all themes. If you find a problem, let us know. = Does it work on multisite installations? = We have yet to thoroughly test it on multisite installations. Please let us know if you have any problems. == Screenshots == 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png` (or jpg, jpeg, gif). 2. This is the second screen shot == Changelog == = v0.2 (2016-03-03) = General: * Bug fixes * The plugin description was changed to match the real functionality it is doing Enhancements: * Added option not to provide a comment about a plugin if the user does not want to * Added the ability to sort the table info according to user preference * Added the real name of the user that installed the plugin * Added a prompt title to let the user to identify the comment box * Added the ability to edit comments * Added the functionality of deleting database entries on uninstall (but not on deactivate) * Added the functionality of ONLY asking the user to describe what a plugin is for when it is installed, not when it is activated/deactivated or updated. * The table of content is now responsive to let users use the Plugin Auditor table on all devices. * Changed textarea placeholder (from "add a short comment to explain" to "add comments here") * Renamed plugin's name in the menu (from "Auditor" to "Plugin Auditor") * Removed user role from table = 0.1 = * Initial version