=== Sign-up Sheets Lite ===
Contributors: dlsstudios
Tags: volunteer, signup, sign up
Requires at least: 3.3
Tested up to: 3.5
Stable tag: 1.0.6
License: GPLv2 or later

An online sign-up sheet manager where your users/volunteers can sign up for tasks

== Description ==

Sign-up Sheets allows you to have people sign up for different tasks and events that you set up. If you are looking for additional features, check out the Pro version... http://www.dlssoftwarestudios.com/sign-up-sheets-wordpress-plugin/

== Installation ==

1. Download the plugin and extract the files
2. Copy the `sign-up-sheets` directory and all its files to your `/wp-content/plugins/` directory
3. Activate the plugin through the 'Plugins' menu in WordPress
4. Create a new blank page and add the shortcode [sign_up_sheet]

== Frequently Asked Questions ==

= How do I create a Sign-up Sheet page on my site? =

You can do this by creating any page or post and adding the shortcode `[sign_up_sheet]` to the content.  Then, go to the "Sign-up Sheets" section of your WP admin and create a new sheet.

= Can I change the "from" address on the confirmation email? =

Yes, in `Settings > Sign-up Sheets` you can specify any email you want.  It defaults to the email address set in `Settings > General`.

= How can I suggest an idea for the plugin? =

Send us an email through our website at http://www.dlssoftwarestudios.com/contact-us/  We appreciate any and all feedback, but can't guarantee it will make it into the next version.  If you are in need a modification immediately, we are available for hire.  Please contact us at the link above and we can provide a quote.


== Screenshots ==

1. Admin Sign-up Sheets Listing
2. Admin Sign-up Sheet Details
3. Admin Edit Sign-up Sheet
4. Frontend Example

== Upgrade Notice ==

= 1.0.7 =
* Corrected export CSV headers

= 1.0.6 =
* Security fix for sign-up form

= 1.0.5 =
* Fixed task sorting
* Added additional error detail on adding a signup

= 1.0.4 =
* Fixed export CSV bug when WordPress is installed in a subfolder
* Added option for detailed debug messages

= 1.0.3 =
* Fixed compatibility bug with WordPress v3.5 prepare statement
* Cleaned markup for standards compliance and missing closing tags

= 1.0.2 =
* Fixed bug with `[sign_up_sheet]` shortcode sometimes messing up headers in certain themes

= 1.0.1 =
* Fixed bug with sites using query strings on sign-up sheet page

== Changelog ==

= 1.0.7 =
* Corrected export CSV headers

= 1.0.6 =
* Security fix for sign-up form

= 1.0.5 =
* Fixed task sorting
* Added additional error detail on adding a signup

= 1.0.4 =
* Fixed export CSV bug when WordPress is installed in a subfolder
* Added option for detailed debug messages

= 1.0.3 =
* Fixed compatibility bug with WordPress v3.5 prepare statement
* Cleaned markup for standards compliance and missing closing tags

= 1.0.2 =
* Fixed bug with `[sign_up_sheet]` shortcode sometimes messing up headers in certain themes

= 1.0.1 =
* Fixed bug with sites using query strings on sign-up sheet page

= 1.0 =
* Initial public version