=== Plugin Name === Contributors: daggerhart Tags: widgets Requires at least: 2.7 Tested up to: 3 Stable tag: trunk A way to manage widgets on a page by page basis. == Description == Exploding Widgets gives the wordpress admin a clean interface for managing widgets on a page by page basis. Currently only supports one exploding widgets sidebar. == Installation == 1. Upload `exploding-widgets` to the `/wp-content/plugins/` directory 1. Activate the plugin through the `Plugins` menu in WordPress 1. Copy `sidebar-exploding-widgets.php` into your theme directory 1. Edit your theme to include this sidebar where desired. == Frequently Asked Questions == = How do I create a new widget? = Edit the 'sidebar-exploding-widgets.php' file you copied to your theme directory. Create a new function like so. function widget_my_widget_name() Then add this widget name to the $allowed array at the top of that file. 'my_widget_name', == Screenshots == 1. Widget Page Manager == Changelog == = 0.5.5.3 = * Fixed error in svn = 0.5.5.2 = * Added more error checking for undefined default widgets = 0.5.5.1 = * Added additional Error checking = 0.5.5 = * Fixed bug: Better javascript makes it Wordpress 3 Compatible. = 0.5.4.1 = * Fixed bug: Removed console.log calls in javascript. = 0.5.4 = * Fixed bug: Javasript was not enabling widget weight on adding new widgets. = 0.5.3 = * Fixed bug: Now checks for AUTOSAVE = 0.5.2 = * Fixed bug: Load EW javascript only on page/edit = 0.5 = * Completed admin widget == Upgrade Notice == = 0.5.5.3 = Fixes error with svn version numbers being wrong.