=== Expanding Widgets ===
Contributors: mattclements
Tags: widget, expanding
Requires at least: 3.0.1
Tested up to: 4.3
Stable tag: 1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expanding Widgets is a quick way to add multiple widgets

== Description ==

Expanding Widgets is a quick way to add multiple widgets, and show only one/multiple widgets at a time. You can easily change "Allow Multiple Widgets Open" to allow multiple widgets to be displayed at a time.

### Features
* Supports Shortcodes within Widgets
* No Additional JS/CSS required
* Unlimited number of widgets supported (change the `$_max_widgets` parameter within the main PHP file to change the number of widgets)

Sample CSS is below, which provides some basic styling.

* [Sample CSS](https://gist.github.com/mattclements/21777cb96f767e8a198c)

== Installation ==

1. Upload `expanding-widgets` folder to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress

== Changelog ==

= 1.0 =
* Initial Version

= 1.1 =
* Support for Wordpress 4.3
