=== WP Activity Logger === Contributors: numis Tags: security, notification, admin, plugin Requires at least: 3.0 Tested up to: 3.5 Stable tag: 1.0.0 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl.html WP Activity Logger is a plugin that monitors and notifies of certain events that take place on your site. == Description == Get notified when any of the following events occur: * A PHP error or warning occurs (monitors E_ERROR | E_PARSE | E_CORE_ERROR [see http://php.net/manual/en/errorfunc.constants.php for more information]) * Plugin is either activated or deactivated (along with the user who performed the action) Created by [Allan Bruford](http://allanbruford.com/) - Software Engineer at [Quicken Loans](http://quickenloans.com), Detroit, MI == Installation == 1. Upload the WPActivityLogger plugin folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = What happens if I do not put an email address on the settings page = If no email is specified on the settings page, the plugin's notification feature will fail over to the site's admin email address == Screenshots == == Changelog == = 1.0.0 = * Initial plugin source, woo!