2.4.2
Fix to PayPal code for handling currency other than USD.
2.4.1
Fix to calendar grid display, navigation between months.
2.4
Number format options on settings screen for non-U.S. currencies. For example, PLN 1.000,00 (Polish currency, European separation for thousands and decimal) instead of $1,000.00
2.3.9
- Updates to Polish translation by Jaroslaw Zelinski
- Fix for multi-currency support (display of currency code rather than $ for currencies other than USD)
2.3.6
- Introducing Polish translation by Jaroslaw Zelinski
- Corrections to translation file setup
2.3.5
- Improvements to automated reminders. Ability to set timing for reminders cron job
- Even more tweaks for UTF-8 email (coding for From and Subject headers)
2.3.4
- Automated event reminders to people on RSVP list for an event (experimental)
- Email and confirmation messages set to UTF-8
2.3.3
Bug fix - rsvp report
2.3.2
- Fixing character encoding issue with database table for RSVP responses (setting to utf-8 for better multi-language compatibility).
- Fixed typographical error on calendar display (comma between month and year)
2.3.1
More changes for use with ChimpBlast
2.3
- Currency for use with PayPal payments can now be customized on Settings screen
- Minor changes for use with ChimpBlast
2.2
Added option to require people to decode the secret message in a CAPTCHA image when completing the RSVP form. Useful if you're getting spam bot submissions.
2.1
- Fields for RSVP form can now be edited from the settings panel. Previously modifying the form required some PHP hacking.
- You can now get a listing of past events with some attributes for the event_listings shortcode. Suggesting past="1" format="headline" date_format="F jS, Y"
2.0
Fixed code for downloading reports to Excel (again), this time based on the PHPExcel library
1.9.3
- Fix to code for downloading reports to Excel (bundling of PEAR libraries)
- Changed loading of translation domain.
1.9.1
- Tweak to handing of the loop within rsvpmaker_upcoming shortcode
- Update to plugin url references using plugins_url() instead of constant
1.9
- Integrated ability to download reports to Excel (still based on PEAR Spreadsheet Writer, but you no longer have to download it separately).
- Bug fixes and code cleanup.
1.8
Fixing translation files that were missing from svn
1.7
Bug fixes: display glitch, form spam filtering
1.6
Added by request: support for custom-fields and post_tag in the rsvpmaker content type. I understand this helps with WooThemes integratiton?
1.3, 1.4, 1.5
Bug fixes. Sorry
1.2
- Update to pluggable function rsvpmaker_profile_lookup - will now look up profile details of users who are logged in. Override to retrieve profile details from a member database or any other source.
- Customizable security settings for RSVP Report.
1.1
- Bug fix for uninstall.php file.
- Fixed display of events with no RSVP set.
1.0
- Added a
basic_form function that you can override to change the basic fields of the RSVP form. For example, you can change it to omit the section that asks for the names of guests. This is in addition to the rsvp_profile function, which is used to collect additional contact details such as phone # or mailing address. See the instructions for adding custom functions.
- You have the option of allowing the names of attendees and the contents of the notes field to be displayed publicly. To avoid encouraging spam entries, this content is loaded via AJAX and only when the user clicks the Show Attendees button
- Moved most of the default formatting into a CSS file that is queued up on pages that show event content. There is in option on the settings page for specifying your own css file to use instead. Most inline styles have been replaced by class selectors. However, the styling of the RSVP Now button is still set on the RSVPMaker settings screen. Works better for email distribution of events.
- RSVP Report now lists timestamp on reply and lets you sort by either alphabetical order or most recent.
- If you're signing up employees or workers for specific timeslots, you can now set that to half-hour increments
- Tweaked redirection code to handle confirmation and error messages on sites that don't have permalinks enabled
- Changed label for RSVPMaker widget as it shows up on the administrator's screen under Appearance.
- Added an uninstall script for removing custom tables and database entries.
0.9.2
Bug fix
0.9.1
Added debug checkbox in options. When this is turned on, it creates an additional admin screen for checking that RSVPs are recorded properly, displaying system variables.
0.9
- Made it easier to edit dates for events previously entered in system.
- Widget and headlines listing shortcode output now include a link to your event listing page.
- Cleanup on options handling.
0.8
- Added type parameter for shortcode so you can display only events tagged with "featured" or another event type using
[rsvpmaker_upcoming type="featured"]
- Added ability to set RSVP start date as well as deadline for RSVPs
- If signing up workers or volunteers for specific timeslots, you can now specify the duration of the timeslots in one-hour increments
- Cleaned up Event Dates, RSVP Options box in editor, moving less commonly used parameters to the bottom.
- Added a Tweak Permalinks setting (a hack for a few users who have reported "page not found" errors, possibly because some other plugin is overwriting the RSVPmaker rewrite rules).
- Tested with WP 3.1 release candidate
0.7.6
Fixed issue with setting default options.
0.7.5
Improved ability to add a series of recuring events, including ability for software to calculate the dates based on a schedule like "Second Tuesday of the month"
0.7.4
Bug fix to prevent customizations from being overwritten. Custom functions should be placed in rsvpmaker-custom.php and the file must be installed in the plugins directory above the rsvpmaker folder: wp-content/plugins/ instead of wp-content/plugins/rsvpmaker/
0.7.3
- Updated code for displaying RSVP Reports. Added functionality for deleting entries.
- Beginning to introduce translation support. See translations directory for rsvp.pot file to be used by translators.
0.7.2
Bug fix, RSVP Reports
0.7.1
Bug fix, tweak to register post type configuration
0.7
- Custom post type slug changed from 'event' to 'rsvpmaker' in an attempt to avoid name conflicts, permalink issues.
- Widget now lets you set the # of posts to display and date format string
0.6.2
- Updated to WP 3.03
- Addition of event type taxonomy
0.6.1
- Fixed errors in database code for recording guests and payments
- Added option to switch between 12-hour and 24-hour time formats
- Added ability to set maximum participants per event.
0.6
- First public release November 2010.