=== Plugin Name === Contributors: markparolisi Donate link: http://example.com/ Tags: Requires at least: 3.0 Tested up to: 3.3.1 Stable tag: 0.1 Easily add configurable widgets to your dashboard using a simple class. == Description == Similar to the Sidebar Widgets 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 `plugin-name.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.1 = Initial release.