PluginProbe
RSVP and Event Management / 1.6.2
RSVP and Event Management v1.6.2
trunk 0.5.0 0.6.0 0.7.0 0.8.0 0.9.0 0.9.5 1.0.0 1.1.0 1.2.0 1.2.1 1.3.0 1.3.1 1.3.2 1.5.0 1.6.0 1.6.1 1.6.2 1.6.5 1.7.0 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 All 136 releases
rsvp / readme.txt

readme.txt in RSVP and Event Management 1.6.2, at readme.txt

165 lines 8.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === RSVP Plugin ===
2 Contributors: mdedev
3 Donate link: http://www.amazon.com/wishlist/2Q3LK1E1O3ZQ6
4 Tags: rsvp, reserve, wedding, guestlist
5 Requires at least: 3.0
6 Tested up to: 3.5.0
7 Stable tag: 1.6.2
8
9 Easy to use rsvp plugin originally created for weddings but could be used for other events.
10
11 == Description ==
12
13 This plugin was initially created for a wedding to make rsvp'ing easy as possible for guests. The main things we found lacking
14 in existing plugins was:
15
16 * Couldn't relate attendees together so one person could easily rsvp for their whole family
17 * Required people to remember/know some special knowledge (a code, a zipcode, etc...)
18
19 The admin functionality allows you to do the following things:
20
21 * Specify the opening and close date to rsvp
22 * Specify a custom greeting
23 * Specify the RSVP yes and no text
24 * Specify the kids meal verbiage
25 * Specify the vegetarian meal verbiage
26 * Specify the text for the note question
27 * Enter in a custom thank you
28 * Create a custom message / greeting for each guest
29 * Import a guest list from an excel sheet (column #1 is the first name, column #2 is the last name, column #3 associated attendees, column #4 custom greeting)
30 * Export the guest list
31 * Add, edit and delete guests
32 * Associate guests with other guests
33 * Create custom questions that can be asked by each attendee
34 * Have questions be asked to all guests or limit the question to specific attendees
35 * Specify email notifications to happen whenever someone rsvps
36
37 If there are any improvements or modifications you would like to see in the plugin please feel free to contact me at (mike AT mde DASH dev.com) and
38 I will see if I can get them into the plugin for you.
39
40 Available CSS Stylings:
41
42 * rsvpPlugin - ID of the main RSVP Container. Each RSVP step will be wrapped in this container
43 * rsvpParagraph - Class name that is used for all paragraph tags on the front end portion of the RSVP
44 * rsvpFormField - Class for divs that surround a given form input, which is a combination of a label and at least one form input (could be multiple form inputs)
45 * rsvpAdditionalAttendee - Class for the div container that holds each additional RSVP attendee you are associated with
46 * additionalRsvpContainer - The container that holds the plus sign that allows for people to add additional attendees
47 * rsvpCustomGreeting - ID for the custom greeting div that shows up if that option is enabled
48 * rsvpBorderTop - Class for setting a top border on certain divs in the main input form
49 * rsvpCheckboxCustomQ - Class for the div that surrounds each custom question checkbox
50 * rsvpClear - A class for div elements that we want to use to set clear both. Currently used only next to rsvpCheckboxCustomQs as they are floated
51
52 == Installation ==
53
54 1. Update the `rsvp` folder to the `/wp-content/plugins/` directory
55 1. Activate the plugin through the 'Plugins' menu in WordPress
56 1. Add and/or import your attendees to the plugin and set the options you want
57 1. Create a blank page and add 'rsvp-pluginhere' on this page
58
59 == Frequently Asked Questions ==
60
61 = Why can't this plugin do X? =
62
63 Good question, maybe I didn't think about having this feature or didn't feel anyone would use it. Contact me at mike AT mde DASH dev.com and
64 I will see if I can get it added for you.
65
66 == Screenshots ==
67
68 1. What a list of attendees looks like
69 1. The options page
70 1. The text you need to add for the rsvp front-end
71
72 == Changelog ==
73
74 = 1.6.2 =
75 * Fixed a bug so that the rsvp form works with single page layouts
76 * Fixed a bug where the passcode was not being checked. Thanks to Jency Rijckoort for reporting the issue.
77
78 = 1.6.1 =
79 * Fixed a bug with the jQuery validate library that was causing an error with the 3.5.0 media manager. Thanks to Topher Simon for reporting the issue.
80
81 = 1.6.0 =
82 * Added in internationalization for the front-end piece of the RSVP plugin
83 * Changed the front-end layout from a table based structure to more divs with classes to be used for styling
84 * Added in sytling
85 * Moved some CSS and JavaScript to separate files instead of being included inline
86
87 = 1.5.0 =
88 * Made it so the plugin would only replace the plugin short code and not all of the page's content
89 * Changed it so when the site is running over SSL the included javascript files would also be loaded over SSL
90 * Removed deprecated calls to session_unregister so it would work correct on PHP 5.4 and above
91 * Changed it so on new installs of RSVP fields that have free-form text will always be UTF-8 to minimize issues with unicode characters
92
93 = 1.4.1 =
94 * Fixed a bug where the passcode field would not always get created when upgrading. This caused the attendee list to now display in the admin area
95 * Also added some finishing touches to the passcode feature as it was released a little bit too soon
96
97 = 1.4.0 =
98 * Added in the option to require a passcode when RSVPing.
99
100 = 1.3.2 =
101 * Added in the option to change the "welcome" text
102 * Added in the option to change the "So, how about it?" text
103 * Fixed an issue with some MySql installations choking on the note field not having a default value
104
105 = 1.3.1 =
106 * Added in a debug option to help identify issues with queries saving to the database
107 * Changed how the scripts and stylesheets get added so there would be less conflicts with themes
108
109 = 1.3 =
110 * Made it so custom questions showed up on the attendee list page
111 * Added in a radio button as a custom question type
112 * Changed the RSVP notification email to include the RSVP status
113 * Fixed an issue with when searching for people with an apostrophe in it, it would display with the added escaping. Made sure to remove the escaping.
114 * Added in the veggie and kids meal total count to the list of attendees in the admin area
115 * Made it so admins can change the RSVP status
116 * Fixed an issue with international characters not being displayed correctly on both the admin and public areas of the plugin
117
118 = 1.2.1 =
119 * Fixed a bug that was causing an error on activation for people with servers that did not have short open tags configured
120
121 = 1.2.0 =
122 * Fixed a bug in the adding of additional guests when there are custom questions
123 * Added the ability to have a question be public or private. If a question is marked as private then only the selected attendees will be able to answer the question
124
125 = 1.1.0 =
126 * Tested the plugin on 3.0.0
127 * Added in the ability to sort custom questions
128 * Fixed an issue where you could not mass delete custom questions
129
130 = 1.0.0 =
131 * Removed some default text that pointed to my wedding site, doh.
132 * Created the ability to not allow additional attendees be added
133 * Created the ability to be notified via email whenever someone rsvps
134 * Added the ability to specify custom questions for each rsvp.
135
136 = 0.9.5 =
137 * Fixed a major bug that would not create the correct sql tables during initial install, thanks to everyone for letting me know.
138
139 = 0.9.0 =
140 * Fixed the options page so it works in MU switched from the old options way with using the newer methods that are only for 2.7+.
141 * Added the option of custom messages for each attendee.
142 * Small bug-fixed and code refactoring that I noticed while testing.
143
144 = 0.8.0 =
145 * Did better variable checking on the sorting functions, as warning could show up depending on the server configuration.
146 * Fixed an issue with the checkbox selector in the attendee list not working in Wordpress 2.9.2
147 * Added an export button to the attendee list. When clicking this button the list will export in the same sorting order as the list
148 * Added the ability to associate attendees on import
149 * Added in checking when importing so names that already exist don't get imported
150 * Fixed a warning when session variables were not created on the front-end greeting page
151
152 = 0.7.0 =
153 * Fixed a bug reported by Andrew Moore where when adding a new attendee and an option to hiding an answer the answer would still be visible
154
155 = 0.6.0 =
156 * Fixed a bug reported by Andrew Moore in the import feature that would not allow most files from being uploaded, doh!
157 * Fixed a few other small warnings and gotchas (also reported by Andrew Moore)
158
159 = 0.5.0 =
160 * Initial release
161
162 == Upgrade Notice ==
163 * To upgrade from 0.5.0 to 0.6.0 just re-upload all of the files and you should be good to go. Really the only change was to wp-rsvp.php so uploading this changed file is all that is needed.
164 * To upgrade to 0.9.0 at minimum copy over wp-rsvp.php and rsvp_frontend.inc.php and go to the attendeees list. Preferably deactive and reactivate the plugin so it is for sure that the database changes happen.
165 * To upgrade to 1.0.0 at minimum copy over wp-rsvp.php and rsvp_frontend.inc.php and deactive and reactivate the plugin to get the latest database changes.