Event Tickets
Security
- Remove deprecated usage of escapeMarkup in Select2 (props to miha.jirov for reporting this).
Security
- Remove deprecated usage of escapeMarkup in Select2 (props to miha.jirov for reporting this).
Security
- Remove deprecated usage of escapeMarkup in Select2 (props to miha.jirov for reporting this).
Security
- Remove deprecated usage of escapeMarkup in Select2 (props to miha.jirov for reporting this).
Fixes
- Resolve JS console warnings from
tooltip.jsintribe-commonby adding missingtribevar when the var is not setup on the current page already
Tweaks
- Use unique IDs for tabbed views, correct styles to adapt
- Add hook under the price description field of the admin ticket editor
- Modify methods to check for a post id of 0 to prevent PHP notices
- Added filters:
tribe_tickets_attendees_table_classes,tribe_tickets_commerce_order_table_classes,tribe_tickets_order_report_show_title,tribe_tickets_tpp_order_report_show_title,tribe_tickets_tpp_order_report_title - Added actions:
tribe_tickets_price_input_description
Fixes
- Correct hardcoded table name in
tribe-user-event-confirmationsshortcode
Languages
- 1 new strings added, 66 updated, 0 fuzzied, and 0 obsoleted
Security
- Remove deprecated usage of escapeMarkup in Select2 (props to miha.jirov for reporting this).
Tweaks
- Adjust newsletter signup submission destination
Fixes
- Resolve hardcoded reference to
wp_poststable in optout ORM queries
Languages
- 0 new strings added, 8 updated, 0 fuzzied, and 0 obsoleted
Features
- Implemented our abstract Object-relational Mapping (ORM) layer where Ticket Attendees are called throughout the plugin and increased stability with more automated tests
Tweaks
- Added ability to query attendees by provider using
tribe_attendees( 'rsvp' ),tribe_attendees( 'tribe-commerce' ), and other providers registered by Event Tickets Plus - Added new Attendees querying filters with
tribe_attendees()including:order,order__not_in,product_id,product_id__not_in,purchaser_name,purchaser_name__not_in,purchaser_name__like,purchaser_email,purchaser_email__not_in,purchaser_email__like,security_code,security_code__not_in,user,user__not_in,price,rsvp_status__or_none,provider,provider__not_in, andorder_status__not_in - Added new
no_or_noneoption fortribe_attendees()filtering byoptoutto return attendees if they have not opted out or not provided their intention yet - Added ability to select which attendee field to search on Attendees admin screen; Added ability to search attendees by User ID and Ticket ID; Removed ability to search by purchase time and ticket name to improve search performance
- Only show RSVP totals when an Event or Post has an RSVP set up on it or if it has attendees
- Added filters:
tribe_tickets_search_attendees_by_like,tribe_tickets_search_attendees_types,tribe_tickets_attendees_list_limit_attendees
Fixes
- Prevent multiple Tickets or RSVP blocks from being created in the block editor, limit blocks to one instance of each per post
Languages
- 6 new strings added, 82 updated, 0 fuzzied, and 0 obsoleted
Security
- Remove deprecated usage of escapeMarkup in Select2 (props to miha.jirov for reporting this).
