-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathchangelog.txt
537 lines (401 loc) · 24.8 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
== Changelog ==
= 2.7.15 – 09.01.2025 =
* Fixed: Vulnerability in the admin area
= 2.7.14 - 03.01.2025 =
* Fixed: Vulnerability in the admin area
= 2.7.13 - 18.09.2023 =
* Changed: Email address is now required to rsvp if there are several guest with the same name. ( [#69](https://github.com/WPChill/rsvp/issues/69) )
* Changed: Settings checkboxes transformed into toggles ( [#64](https://github.com/WPChill/rsvp/issues/64) )
* Fixed: Hidden radio/checkbox inputs with Go theme by GoDaddy ( [#57](https://github.com/WPChill/rsvp/issues/57) )
= 2.7.12 - 13.06.2023 =
* Fixed: Add max length to short answer ( [#61](https://github.com/WPChill/rsvp/issues/61) )
= 2.7.11 - 16.02.2023 =
* Added: Classes to h3 tags ( [#85](https://github.com/WPChill/rsvp/issues/85) )
* Fixed: Custom question saving ( [#84](https://github.com/WPChill/rsvp/issues/84) )
= 2.7.10 - 13.12.2022 =
* Fixed: Translations & .pot file update
= 2.7.9 - 12.12.2022 =
* Fixed: Translations & .pot file update
= 2.7.8 - 28.03.2022 =
* Fixed: Added capability check when exporting ( https://github.com/WPChill/rsvp/issues/82 )
= 2.7.7 - 23.03.2022 =
* Fixed: Security exploit
* Fixed: Sanitizations
= 2.7.6 - 21.03.2022 =
* Fixed: Sorting attendees no longer logs out the user (https://github.com/WPChill/rsvp/issues/76)
* Changed: Moved upsell in "Events" page under the table. (https://github.com/WPChill/rsvp/issues/55)
* Fixed: Bulk select attendees and custom questions (https://github.com/WPChill/rsvp/issues/63)
* Fixed: Sanitization removing <style> wrapper of custom plugin css (https://github.com/WPChill/rsvp/issues/77)
* Changed: Improved some upsells readability (https://github.com/WPChill/rsvp/issues/53)
* Added: UTM codes to upsells links (https://github.com/WPChill/rsvp/issues/52)
* Added: Upgrade to PRO action link in the plugins page (https://github.com/WPChill/rsvp/issues/80)
= 2.7.5 - 11.01.2022 =
* Fixed: Sanitizations
* Changed: Text Domain - now same with plugin permalink
= 2.7.4 - 10.01.2022 =
* Fixed: Custom style loading on all pages. ( https://github.com/WPChill/rsvp/issues/66 )
= 2.7.3 - 25.10.2021 =
* Fixed: Added missing textdomain for translatsion and updated French translation ( Thanks to @mathroule )
* Fixed: Spanish translation - extra space was added to translation string
* Added: Lite vs Premium page
= 2.7.2 - 02.08.2021 =
* Changed: UI list tables for attendees and questions
* Changed: Sorting functionality for questions
* Fixed: Front input styling - https://github.com/WPChill/rsvp/issues/42
* Fixed: Importing error - https://github.com/WPChill/rsvp/issues/46
* Changed: RSVP Plugin menu link as so: RSVP Plugin -> RSVP and submenu RSVP Plugin -> Attendees - https://github.com/WPChill/rsvp/issues/45
* Fixed: Export from menu link sometimes doesn't work - https://github.com/WPChill/rsvp/issues/44
* Fixed: Multiple inserts of question types in DB if the plugin is deactivated and activated multiple times - https://github.com/WPChill/rsvp/issues/43
* Added: Review request
* Changed: Folders & Files structure
= 2.7.1 =
* Fixed a problem where the "add new" custom questions change in 2.7.0 broke more of the functionality in the custom questions area.
* Updated German translation courtesy of Stefan Profanter.
= 2.7.0 =
* Change by Christopher Moncayo changing from using the "site_url" option and using the get_site_url function instead
* Updates to the French translation by Tony Martin
* Removal of the 20% coupon option as it wasn't used too much and annoying to see
* Added an "upgrade" link to the admin area
* Added a "add custom question" button to the custom question list and removed "add custom questions" link in the admin area
* Changed the "+" graphic on the front-end to a button so it can be more easily styled
= 2.6.9 =
* Changed the open date message to not be wedding specific.
= 2.6.8 =
* Removed colons at the end of the first and last name labels so it matched the rest of the form.
* Fixed some warnings that occurred when adding a new attendee from the front-end.
* Changed the admin link of "RSVP Options" to "RSVP Settings" to make it a little more clear
= 2.6.7 =
* Changed the import functionality to use a new external library (Spout) instead of a non-maintained Excel parser.
= 2.6.6 =
* Fixed an issue where an error was thrown when a non-exact match was found for an attendee when they went to RSVP
= 2.6.5 =
* Changed the attendee table setup to try and go to utf8mb4_unicode_520_ci to handle emojis but fall back to utf-8 if it isn't allowed by the database.
= 2.6.4 =
* A few more small translation string changes.
* Changed collation on the note field in the attendee database table so it can now handle emojis
= 2.6.3 =
* Changed some translation strings to work better for different languages.
= 2.6.2 =
* Fixed another problem with the admin attendee list not being properly formatted all of the time.
= 2.6.1 =
* Fixed a problem inside of the attendee list that was caused by the code reformatting.
= 2.6.0 =
* Reformatted the code a little bit.
* Included an updated translation for the Dutch language - thank you to Xander Lammertink!
= 2.5.9 =
* Fixed a few small issues that wasn't allowing certain text to be translated.
= 2.5.8 =
* Fixed a small bug where names with apostrophe's in them were not being found even when they should be.
= 2.5.7 =
* Cleaned up the code inside of rsvp_frontend.inc.php
* Added the passcode and other fields to the attendee confirmation email
= 2.5.6 =
* Removed a test file in a library we were using that was driving code quality scores down.
* Code reformatting on the first step towards a bigger rewrite.
* Changed the default yes/no RSVP text to be more generic.
= 2.5.5 =
* Made it so the JavaScript libraries list jQuery as a requirement.
= 2.5.4 =
* Added a trailing slash to the form links as this was causing some sites to do redirects instead of posting correctly.
= 2.5.3 =
* Did a replace of smart/stylized single quotes when importing or adding an attendee. This is to handle the case where another program replaces the smart-quote and attendees try to find themselves but they can't because of the smart-quote
= 2.5.2 =
* Removed a CSS class for the primary "Yes" for RSVP. As it was causing issues with themes.
= 2.5.1 =
* Made it so the rsvp date can be sorted on the attendee list admin screen
= 2.5.0 =
* Made the associated attendee RSVP question to be formatted the same as the main RSVP question.
= 2.4.9 =
* Changed the attendee email to be HTML based and made it have better formatting when receiving the email
= 2.4.8 =
* Changed the export functionality so that associated attendees are separated by a comma instead of a newline
= 2.4.7 =
* Removed additional paragraph tags around certain form items so that each form input had a similar structure
* Added a stricter styling rule for radio and checkboxes to be displayed inline with their labels
= 2.4.6 =
* Added in functions to support the WordPress 4.9.6 personal data eraser
* Added in functions to support the WordPress 4.9.6 personal data exporter
* Added in a function for handling the addition of RSVP Pro specific privacy policy information for a site
* Fixed a problem with the frotnend form when the permalink structure was set to "plain" the form would no longer post to the correct page
= 2.4.5 =
* Fixed a bug with the latest release where it wasn't working when PATHINFO URL rewriting was done vs. the normal mod_rewrite URL rewrite
= 2.4.4 =
* Fixed a problem with import with the kids and veggie meal options. This was reported by Roland.
* Changed how the URL was figured out for the form action. Used standard WordPress APIs instead of relying on the $_SERVER global variable which was causing problems in certain hosting configurations.
= 2.4.3 =
* Moved jQuery Validate to a local copy instead of loading from a CDN. This was done because certain themes rewrite URLs that are from different domains to their own causing JavaScript issues.
= 2.4.2 =
* Added custom questions to the main attendee email body so it would be the same as the associated attendees portion of the emails
= 2.4.1 =
* Made some small changes to the export functionality so it would work better with unicode characters
= 2.4.0 =
* Fixed a problem when an attendee is editing their RSVP the associated attendees would not reflect their current RSVP status
= 2.3.9 =
* Changed all the "password" text to be "passcode" to have consistent text
= 2.3.8 =
* Fixed an issue where the note field is displayed in the attendee list screen without escaping causing a persistent XSS
= 2.3.7 =
* Removed a warning when handling an RSVP and the note did not exist. This was reported by Benedict
* Updated Italian translations courtesy of Andrea Paris
= 2.3.6 =
* Added function exist checks for the nonce functions to avoid conflicts
= 2.3.5 =
* Added in some protections to help with duplicate submissions
= 2.3.4 =
* Fixed an issue where secondary level of associated attendees the RSVP statuses were not being recorded
= 2.3.3 =
* Added a revised French translation courtesy of Romain Silva
* Added an Italian translation courtesy of Andrea Paris
= 2.3.2 =
* Fixed a warning on the front-end when the first or last name were not inputted.
= 2.3.1 =
* Added a label above associating attendees in the edit form to make it more clear
* Moved the "custom message" for each attendee to be above the RSVP question
* Added a "back to custom question" link on the the custom question edit screen
* Changed the custom question permission level to "everyone" and "select people" to make it more clear
= 2.3.0 =
* Updated French translation courtesy of Thierry Dupiot
= 2.2.9 =
* Added in some more email text for localization
* Updated the pot file
= 2.2.8 =
* Small fix for custom question types not always populating
= 2.2.7 =
* Do not escape the characters within the style general option, as they are needed for some CSS selectors
= 2.2.6 =
* Modified the import process so on import it will update attendees if the attendee has already been added
= 2.2.5 =
* Fixed a typo in the Dutch translation
= 2.2.4 =
* Made it so the plugin is PHP7 compatible
* Changed the text for when the event registration is not open to be more generic.
* Fixed an issue where the notifications included private questions that people did not have access to
= 2.2.3 =
* Fixed an issue with the export functionality characters with accents would not render correctly with the Mac version of Excel
= 2.2.2 =
* Fixed a bug with import based on recent refactorings. It caused it so custom question private associations were not working on import.
= 2.2.1 =
* Fixed some warnings that were reported in the frontend file
= 2.2.0 =
* Made it so the import and export functionality to have similar formats, making it easier to import in exported data.
= 2.1.9 =
* Fixed a bug where the email address is not saving for new attendees
= 2.1.8 =
* Removed the max length attribute on the passcode field in the admin area
* Changed the Excel reader to spreadsheet-reader which is more supported and also handles additional formats (CSV, XLS, XLSX, ODS)
= 2.1.7 =
* Made a correction to uninstall script to correctly remove the database version
= 2.1.6 =
* Implemented a fix for foreign characters. Thanks to Pawel Zochowski for the fix!
* Added a feature to specify CSS styling via the RSVP options
* Added the email field to the attendee emails
* Added the RSVP icon to the admin menu area
= 2.1.5 =
* Changed the open date text to use the general settings date format instead of a hard coded date format
* Fixed an issue with custom question types when the custom question types have a different ID than expected
= 2.1.4 =
* Fixed a bug where if the email field was hidden and a new attendee was added it would not save
* Added the ability to delete the database tables and options when uninstalling
= 2.1.3 =
* Resurfaced the note field on the admin attendee list screen
= 2.1.2 =
* Incremented the tested version to 4.3.0
* Surfaced the date when an attendee RSVP'd
= 2.1.1 =
* Added in a Czech translation, thanks to Radek Strnad for providing the translation.
= 2.1.0 =
* Fixed an issue with the import process not handling unicode characters when trying to associate attendees
= 2.0.9 =
* Small fix to correct the problem of additional attendees having slashes in front of apostrophes on the front-end.
= 2.0.8 =
* Added in a fix for first and last name searching to work better with different naming schemes like Norwegian names, fix provided by Richard Mikalsen
= 2.0.7 =
* Spanish typo fix contributed by Andres Gomez
* Added a Norwegian translation supplied by Richard Mikalsen
= 2.0.6 =
* Fixed a problem with the JavaScript change in 2.0.5 custom questions were not showing up.
= 2.0.5 =
* Fixed a problem where on some themes the JavaScript would stop working correctly on the front end.
* Renamed to the Finnish translation to the more common locale code, thanks to Andres Gomez for this fix
* Small text change to allow for localization, thanks to Henrik Palm for this fix
= 2.0.4 =
* Fixed a problem when exporting that the sprintf parameters wouldn't always match
= 2.0.3 =
* Added some more front-end styling to deal with themes making the RSVP form unusable in some cases
* Added an option to disable user searching when a user is not found on the RSVP form
= 2.0.2 =
* Fixed a small bug that happens in the JavaScript when you have a custom question that has a pipe (|) in it
= 2.0.1 =
* A few translation bug fixes and a Spanish and Finish translation submitted by Andres Gomez Garcia!
= 2.0.0 =
* Made the multi-selects easier to use
= 1.9.9 =
* Added some basic styling to the front-end to try and prevent themes from hiding form elements
* Made it so you can pass in the passcode in the querystring when the passcode only option is enabled
* Added in a Dutch translation of the RSVP plugin, thanks to Marijn Roukensfor providing the translation!
= 1.9.8 =
* Replaced mysql_real_escape with Wordpress specific escaping methods
* Removed all uses of $_SESSION variables
* Added all custom questions for associated attendees to email notifications
= 1.9.7 =
* Tested the plugin on 4.1.0
* Added in a French translation of the RSVP plugin, thanks to Beno�t Quentin for providing the translation!
= 1.9.6 =
* Added in a German translation of the RSVP plugin, thanks to Gernot Weber for providing the translation!
= 1.9.5 =
* Fixed a bug when emailing people in certain cases it did not have all of the information it was looking for. Thanks to Guillaume De Smedt for pointing out the problem.
= 1.9.4 =
* Added the ability to skip the first step if the querystring parameters existed for the form values.
= 1.9.3 =
* Added shortcode [rsvp]
= 1.9.2 =
* Fixed a bug that I introduced with the URL change in 1.9.1
= 1.9.1 =
* Fixed some internationalization errors pointed out by Alberto Manfrinati
* Changed the URL code to not use the $_SERVER variable as sometimes that does not match with the blog's domain
= 1.9.0 =
* Fixed an issue where if you hide the email address the next time a person goes to RSVP their email address gets removed
* Added an option to add some custom text to the email sent to attendees
* Changed the editing of RSVPs so even if someone has RSVP'd you can edit their entry if they are associated with the person
= 1.8.9 =
* Tested to make sure the plugin worked on WordPress 4.0.0
* Fixed a bug where you couldn't deselect an attendee
* Modified the not found text to show something different if we are only asking for a password, thanks to Chris Moncayo for the patch
* Modified the text for the first step of the RSVP, thanks to Chris Moncay for the patch
= 1.8.8 =
* Fixed a bug with storing answers to custom questions, was using a comma but that interferred with how some answers were written. Will require saving questions again.
= 1.8.7 =
* Fixed a bug in the import process where non-ASCII characters were not being properly imported.
= 1.8.6 =
* Added in an option to only show a passcode for when a guest rsvps. When this option is on the passcode has to be unique.
* Fixed a bug where custom questions would not show up in the correct order when viewing the guest list in the admin area.
* Added all the other information along with custom questions to the emails that are sent to the email specified in the notification email setting.
= 1.8.5 =
* Added in an option to disable not have guest emails appear to be from the email specified in the notification option. As some hosts will not send out an email with a custom from header.
= 1.8.4 =
* Fixed a stupid bug where the option to hide the email address didn't do it everywhere.
= 1.8.3 =
* Modified the guest emails so that it would appear from the email specified in the option.
* Added the RSVP Options page as a sub-menu item under RSVP Plugin
* Added in an option to hide the email address
= 1.8.2 =
* Fixed a bug with the new email field that made it so guests couldn't be added
= 1.8.1 =
* Tested the plugin against Wordpress 3.9
* Added in the option to send a confirmation to the person RSVP'ing. Go to Settings -> RSVP Options and select "Send email to main guest when they RSVP". Thanks to Reydel Leon for the code contributions.
* Added in an option to specify the number of additional guests a person can add
= 1.8.0 =
* Added in rsvpCustomQuestions as a div container for custom questions to help with styling
* Added in a fix to stop auto newlines from paragraphs from happening on older versions of Wordpress. I remove wpautop from the_content filter when RSVP content is found.
= 1.7.9 =
* Fixed an issue reported by a user where the private custom questions did not get included with a new additional attendee
= 1.7.8 =
* Changed it so the first and last name are displayed in the question "Will X be attending?" where X is the person's name. It used to only display the person's first name.
= 1.7.7 =
* Small layout bugfixes that were introduced in 1.7.6
* Removed a warning reported by a user
= 1.7.6 =
* Changed the questions for additional people to have paragraph tags wrapped around them.
* Added the option to remove a guest you just tried to add
= 1.7.5 =
* Changed how RSVP'ing for associated guests work. You no longer have to select the checkbox but just select the RSVP option (yes or no) for the guest and it will assume you are RSVP'ing for the guest.
* Changed the default thank you message so it now has the main person's name for RSVP'ing and any additional people that were RSVP'd.
* Made it possible to associate users with private question on import. See the import page for more details.
= 1.7.4 =
* Fixed an issue with the table sorting for custom questions not working correctly
* Added an the option to change the verbiage for the add additional guest question
* When the email notification is sent now the associated attendees statuses are sent as well
= 1.7.3 =
* Fixed some issues so notices would not surface
* Fixed some admin encoding issues, fix submitted by David Dinmamma
* Turned off autocomplete on the main RSVP form so people can't see who else has registered from that computer
= 1.7.2 =
* Improved the queries to find related attendees when a person RSVPs
* Incorporated an SSL check fix found at http://wordpress.org/support/topic/https-problem-1
* Fixed an issue with a warning for an insert query. Notified by Chase Nimmer.
* Changed the passcode field to a password and made it so was not set to autocomplete for browsers.
* Added in a div container for additional attendee questions so JavaScript modifications could be done.
* Added in an option to not scroll down to the RSVP form when a form post happened.
= 1.7.0 =
* Added the ability to do open registrations
* Added an anchor to the RSVP form to make it work better for single-page designs
= 1.6.5 =
* Fixed another bug so that the RSVP form works with more single page layouts
* Fixed some layout issues related to whitespace in the output
* Added an option to hide the note field from the front-end
* Added passcodes to the export
* Added passcodes to the import
* Made it so all of the front-end text was translatable
= 1.6.2 =
* Fixed a bug so that the rsvp form works with single page layouts
* Fixed a bug where the passcode was not being checked. Thanks to Jency Rijckoort for reporting the issue.
= 1.6.1 =
* 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.
= 1.6.0 =
* Added in internationalization for the front-end piece of the RSVP plugin
* Changed the front-end layout from a table based structure to more divs with classes to be used for styling
* Added in sytling
* Moved some CSS and JavaScript to separate files instead of being included inline
= 1.5.0 =
* Made it so the plugin would only replace the plugin short code and not all of the page's content
* Changed it so when the site is running over SSL the included javascript files would also be loaded over SSL
* Removed deprecated calls to session_unregister so it would work correct on PHP 5.4 and above
* 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
= 1.4.1 =
* 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
* Also added some finishing touches to the passcode feature as it was released a little bit too soon
= 1.4.0 =
* Added in the option to require a passcode when RSVPing.
= 1.3.2 =
* Added in the option to change the "welcome" text
* Added in the option to change the "So, how about it?" text
* Fixed an issue with some MySql installations choking on the note field not having a default value
= 1.3.1 =
* Added in a debug option to help identify issues with queries saving to the database
* Changed how the scripts and stylesheets get added so there would be less conflicts with themes
= 1.3 =
* Made it so custom questions showed up on the attendee list page
* Added in a radio button as a custom question type
* Changed the RSVP notification email to include the RSVP status
* 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.
* Added in the veggie and kids meal total count to the list of attendees in the admin area
* Made it so admins can change the RSVP status
* Fixed an issue with international characters not being displayed correctly on both the admin and public areas of the plugin
= 1.2.1 =
* Fixed a bug that was causing an error on activation for people with servers that did not have short open tags configured
= 1.2.0 =
* Fixed a bug in the adding of additional guests when there are custom questions
* 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
= 1.1.0 =
* Tested the plugin on 3.0.0
* Added in the ability to sort custom questions
* Fixed an issue where you could not mass delete custom questions
= 1.0.0 =
* Removed some default text that pointed to my wedding site, doh.
* Created the ability to not allow additional attendees be added
* Created the ability to be notified via email whenever someone rsvps
* Added the ability to specify custom questions for each rsvp.
= 0.9.5 =
* Fixed a major bug that would not create the correct sql tables during initial install, thanks to everyone for letting me know.
= 0.9.0 =
* 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+.
* Added the option of custom messages for each attendee.
* Small bug-fixed and code refactoring that I noticed while testing.
= 0.8.0 =
* Did better variable checking on the sorting functions, as warning could show up depending on the server configuration.
* Fixed an issue with the checkbox selector in the attendee list not working in Wordpress 2.9.2
* Added an export button to the attendee list. When clicking this button the list will export in the same sorting order as the list
* Added the ability to associate attendees on import
* Added in checking when importing so names that already exist don't get imported
* Fixed a warning when session variables were not created on the front-end greeting page
= 0.7.0 =
* 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
= 0.6.0 =
* Fixed a bug reported by Andrew Moore in the import feature that would not allow most files from being uploaded, doh!
* Fixed a few other small warnings and gotchas (also reported by Andrew Moore)
= 0.5.0 =
* Initial release
== Upgrade Notice ==
* 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.
* 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.
* 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.