Updates to the Import Data (CSV) tool
- Separated Past Imports into a secondary page
- Replace _ with - on slug imports
- Increased the memory limit
- Added a “last updated” tracker so stalled imports can be flagged and addressed
- Added new options for group and slug imports
- Added sample CSVs with syntax help added to sidebar,
New config option: SUBMISSIONS_REQUIRE_SSO
- SUBMISSIONS_REQUIRE_SSO sends all traffic to submission forms through the login first, essentially replicating the functionality of “secure_submissions” and many similar client modules. [docs]
New RSVP handlers
- New handler onBeforeRSVPForm allows code to fire just before a registration form is generated, and onBeforeRegisterEvent processes the post data just before a registration is saved.
Behavior adjustments
- Added back-end XPHP variables for group_id and group_title for use in help topics.
- Event URLs now automatically replace _ with - in CSV imports and front-end event requests.
Bugs
- Fixed an issue that could prevent possible conflicts from loading on the Edit Event page when the categories or title contained a forward slash character.
- Fixed an issue that could affect the sending of emails from the SMTP email queue. Also fixed an issue where queued email notifications would send via system email rather than the LiveWhale-configured SMTP email address.
- Fixed an issue with the RSVP form loading on 3.0 when the theme already loaded its own version of jQuery.
- Fix an issue where error prompts could sometimes show up behind an uploader modal when a validation error occurs.
- Fixed an issue when importing a CSV of data including locations without a group specified: the location lookup will now fall-back to checking the current group to see if that location already exists.
- Fixed an issue affecting the header row of CSV downloads from the Past Imports page.
Developer options
- Fixed an issue in sample.client.config.php with the variables for Submissions settings (THANKS_URL, NOTIFICATIONS_EMAIL, etc.)
Behind-the-scenes
- Ensure that NVM gets installed (if it isn’t already) at LW3 upgrade time.
Release date: June 05, 2026