Summary
Maintenance Release
Event Tickets Plus 5.2.1 adds compatibility for WordPress 5.7 and jQuery 3.5.1. It also includes improvements to the stability of the plugin.
This is a “maintenance” release, meaning it should be a super smooth update but, as always, please back up your site and database as you would with any other WordPress update.
✅ Fixed
The following items were fixed in this release:
- The Attendee Registration page now displays the title of “Attendee Registration” instead of sometimes showing “Draft” unexpectedly.
- Tickets no longer show up in the WordPress loop when The Events Calendar in inactive.
- The CSV export feature exports all of the correct attendee details collected during registration.
- Improved MySQL 8 support, preventing the number of attendees from display incorrectly when using WooCommerce as an e-commerce provider.
- We turned off creating associated users for new attendees which was introduced in Event Tickets Plus 5.2.0, but you can filter
tribe_tickets_attendee_create_user_from_emailand return true to turn it back on.
✨ New
There is one new filter in this release.
tribe_tickets_modal_show_if_no_ticket_with_ar_in_cart: When no attendee registration information is involved in a ticket, then the modal used for collecting attendee registration information will display. The default for this is on for backwards compatibility but you can now turn it off by returning false.
