=== Plugin Name === Contributors: markparolisi Tags: widget Requires at least: 3.0 Tested up to: 3.3.1 Stable tag: 0.2 Easily add configurable widgets to your dashboard using a simple class. == Description == Similar to the Sidebar Widget API implementation, you can now create a class with methods for a settings form and widget display. A sample widget is included. == Installation == 1. Upload `dashboard-widget-api.php` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Create your widget class and require it in your theme or via a plugin. == Changelog == = 0.5 = Updating documentation = 0.1 = Initial release.