PluginProbe
RSVP and Event Management / 1.2.0
RSVP and Event Management v1.2.0
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.2.0, at readme.txt

105 lines 4.9 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 Tags: rsvp, reserve, wedding, guestlist
4 Requires at least: 2.7
5 Tested up to: 3.0.2
6 Stable tag: 1.2.1
7
8 Easy to use rsvp plugin originally created for weddings but could be used for other events.
9
10 == Description ==
11
12 This plugin was initially created for a wedding to make rsvp'ing easy as possible for guests. The main things we found lacking
13 in existing plugins was:
14
15 * Couldn't relate attendees together so one person could easily rsvp for their whole family
16 * Required people to remember/know some special knowledge (a code, a zipcode, etc...)
17
18 The admin functionality allows you to do the following things:
19
20 * Specify the opening and close date to rsvp
21 * Specify a custom greeting
22 * Specify the RSVP yes and no text
23 * Specify the kids meal verbiage
24 * Specify the vegetarian meal verbiage
25 * Specify the text for the note question
26 * Enter in a custom thank you
27 * Create a custom message / greeting for each guest
28 * 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)
29 * Export the guest list
30 * Add, edit and delete guests
31 * Associate guests with other guests
32 * Create custom questions that can be asked by each attendee
33 * Have questions be asked to all guests or limit the question to specific attendees
34 * Specify email notifications to happen whenever someone rsvps
35
36 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
37 I will see if I can get them into the plugin for you.
38
39 == Installation ==
40
41 1. Update the `rsvp` folder to the `/wp-content/plugins/` directory
42 1. Activate the plugin through the 'Plugins' menu in WordPress
43 1. Add and/or import your attendees to the plugin and set the options you want
44 1. Create a blank page and add 'rsvp-pluginhere' on this page
45
46 == Frequently Asked Questions ==
47
48 = Why can't this plugin do X? =
49
50 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
51 I will see if I can get it added for you.
52
53 == Screenshots ==
54
55 1. What a list of attendees looks like
56 1. The options page
57 1. The text you need to add for the rsvp front-end
58
59 == Changelog ==
60
61 = 1.2.0 =
62 * Fixed a bug in the adding of additional guests when there are custom questions
63 * 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
64
65 = 1.1.0 =
66 * Tested the plugin on 3.0.0
67 * Added in the ability to sort custom questions
68 * Fixed an issue where you could not mass delete custom questions
69
70 = 1.0.0 =
71 * Removed some default text that pointed to my wedding site, doh.
72 * Created the ability to not allow additional attendees be added
73 * Created the ability to be notified via email whenever someone rsvps
74 * Added the ability to specify custom questions for each rsvp.
75
76 = 0.9.5 =
77 * Fixed a major bug that would not create the correct sql tables during initial install, thanks to everyone for letting me know.
78
79 = 0.9.0 =
80 * 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+.
81 * Added the option of custom messages for each attendee.
82 * Small bug-fixed and code refactoring that I noticed while testing.
83
84 = 0.8.0 =
85 * Did better variable checking on the sorting functions, as warning could show up depending on the server configuration.
86 * Fixed an issue with the checkbox selector in the attendee list not working in Wordpress 2.9.2
87 * Added an export button to the attendee list. When clicking this button the list will export in the same sorting order as the list
88 * Added the ability to associate attendees on import
89 * Added in checking when importing so names that already exist don't get imported
90 * Fixed a warning when session variables were not created on the front-end greeting page
91
92 = 0.7.0 =
93 * 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
94
95 = 0.6.0 =
96 * Fixed a bug reported by Andrew Moore in the import feature that would not allow most files from being uploaded, doh!
97 * Fixed a few other small warnings and gotchas (also reported by Andrew Moore)
98
99 = 0.5.0 =
100 * Initial release
101
102 == Upgrade Notice ==
103 * 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.
104 * 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.
105 * 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.