* Fix - Compatibility with WordPress 5.7 and jQuery 3.5.X [ETP-626]
* Fix - Attendees will no longer have a new user created (if they did not already exist), which was introduced in Event Tickets Plus 5.2.0. To turn this on, you can simply add the filter `add_filter( 'tribe_tickets_attendee_create_user_from_email', '__return_true' );`
* Fix - Removed the 'Edit' column from the Attendees Report export CSV file. [ETP-652]
* Tweak - Add filter `tribe_tickets_modal_show_if_no_ticket_with_ar_in_cart` you can return false on to skip the Attendee Registration Modal if no tickets with Attendee Registration fields are in cart. [ETP-516]
* Tweak - Tweaked incomplete order status queries for MySQL 8+ compatibility in the WooCommerce integration. [ETP-669]
* Language - 0 new strings added, 30 updated, 0 fuzzied, and 0 obsoleted