5.1.1
2021-03-04 Fix7 Tweak2 Language1Fixes
- Compatibility with WordPress 5.7 and jQuery 3.5.X [ET-992]
- Attendees will no longer have a new user created (if they did not already exist), which was introduced in Event Tickets 5.1.0. To turn this on, you can simply add the filter
add_filter( 'tribe_tickets_attendee_create_user_from_email', '__return_true' ); - Prevent the Attendee Registration page from having the title coming from draft pages. [ETP-360]
- Highlight the "Ticketed" and "Unticketed" filters in the WordPress when they're applied. [ET-1022]
- Prevent duplicate tickets from showing in post loops. [ETP-639]
- Ensure ticket object caches return normally in all circumstances, preventing potential "Sold Out" messaging from happening in certain hosting environments. [ET-1023]
- Set the default
iacargument value in the single ticket REST API endpoint to add tickets since it is an optional argument to be sent.
Tweaks
- Added new
Ticket Holder NameandTicket Holder Email Addresscolumns to the Attendees Report export CSV file and update the previousCustomercolumns to label asPurchaser. [ETP-652] - Tweaked SQL queries for MySQL 8+ compatibility. [ET-1021]
Languages
- 2 new strings added, 38 updated, 2 fuzzied, and 0 obsoleted
