=== Better Shortcodes for TinyMCE ===
Contributors: designedbw 
Tags: Shortcode, tinymce, wysiwyg
Requires at least: 4.1.1
Tested up to: 4.1.1
Stable tag: 2.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Makes inserting shortocodes easier for users who don't want to remember any code!

== Description ==

By creating shortcodes in the settings area of the WordPress admin, this plugin 
creates a list of selectable easy to read and remember shortcodes directly in the 
TinyMCE editor! Whaaaat? Yes, you read that correctly, we made something that we 
felt could help our clients out as well as ourselves while we craft content. 

== Installation ==

1. Upload the folder `better-shortcodes` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Set Options and create your first item in the `Shortcodes` Admin Menu Link
4. Place shortcodes in your post(s) or pages using the drop down list!
5. Wait for the golf tournament style clapping to start.

== Frequently Asked Questions ==

= Does this work with the latest version of the tinyMCE editor? =

It sure does!

= Can you easily order the list if you need to make changes or additons later? =

Why Yes, yes you can.

= Will you think your life is "better" because of this plugin? =

On certain days, most definitely.

== Screenshots ==

1. Settings Screen from Wordpress Admin.
2. Ordering Shortcodes.
3. Selecting shortcode using TinyMCE.
4. Selected text wrapped in a theme shortcode!
5. Selected a Complex Shortcode

== Changelog ==

= 2.3 =
* Removed Default Post and Page restriction Now works with Custom Post Types

= 2.2 =
* Added Backup and Restore feature
* Moved Menu item outside of settings
* General UI fixes

= 2.1 =
* Fixed corrupted upload of Version 2.0
* Only tested on Version 4.1.1

= 2.0 =
* Initial Installation bug fix (would not allow creation of shortcodes)
* Only tested on Version 4.1.1

= 1.4 =
* Removed the Export Link in the admin menu - not quite there yet!

= 1.3 =
* Rewrote the plugin code for the new tinyMCE 4.0 level editor

= 1.2 =
* CSS fix for Chrome Browser (removes extra arrow in admin area)

= 1.1 =
* Added option to not close tag
* Allow for more complicated Shortcodes with variable values
* Added `Help` section to the Admin Page
* Included JavaScript on edit and create pages only
* Minor CSS fixes for the Admin Page

= 1.0 =
* First release

== Upgrade Notice ==

= 2.3 =
* Removed Default Post and Page restriction Now works with Custom Post Types