=== Metronet Log === Contributors: metronet, ronalfy Tags: users, api, log, logging Requires at least: 3.5 Tested up to: 3.5 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Provides a WordPress API for date-based data storage based on a user ID. == Description == Metronet Log provides a WordPress API for date-based data storage based on a user ID. It's up to the developer to implement the actual logging and data retrieval, but the plugin provides many helper methods. You can view the full documentation for the WordPress plugin on Github. Contributions to this plugin are welcome, so please feel free to weigh in via the support forums here and contribute code on Github. == Installation == 1. Upload the `metronet-log` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress. If on multisite, you can also network-activate the plugin with no issues. 3. A helper plugin, called `Metronet Log Views`, allows you to view the log data. Implement the plugin how you see fit. For full documentation, visit Github. == Frequently Asked Questions == = I've activated the plugin, but it doesn't do anything. = The plugin is simply an API. It's up to you to do the logging and display the data to the end user. == Changelog == = 1.0.0 = * Initial public release. == Upgrade Notice == = 1.0.0 = Initial public release.