Event Tickets
Fixes
- Events Calendar Pro promo shouldn't show when it's already installed or when not editing an event. [ET-2018]
- Addressed a problem preventing the export of event attendees by email. [ETP-904]
- In the block editor, ticket will no longer be deleted when you open the ticket block settings. [ET-2046]
- Show post excerpt line breaks within ticket emails. [ET-2006]
- Front-end tickets block button padding is now consistent on hover and when disabled. [ET-2035]
- Allow blank sender name and email to be stored within Tickets Emails settings. [ET-2008]
- Corrected an issue where
attendees_table->prepare_items()was being called multiple times. [ET-2005] - Tickets block will be properly registered when creating a new post or page. [ET-2045]
- Corrected an issue where the Post Tickets ORM method
filter_by_has_ticketswould prepare an empty statement. [ET-2017]
Tweaks
- Added additional fields to the Event Tickets Site Health section. [ET-2017]
- Adjusted the logic for calculating fees when using Stripe. [ET-2015]
- Added filters:
tec_tickets_email_class - Changed views:
emails/series-pass,emails/template-parts/body/additional-content,emails/template-parts/body/post-description,emails/template-parts/body/series-events-list,emails/template-parts/body/series-pass-dates,emails/template-parts/body/thumbnail,emails/template-parts/header/head/series-pass-styles,emails/template-parts/header/head/styles
Features
- Add the Series Pass email template. [ET-1854]
Fixes
- Fixed updating stock data when Tickets Commerce attendees are moved. [ET-2009]
- Fixed showing duplicate order overview data from TribeCommerce when ETP is disabled. [ET-2011]
- Stock will be calculated correctly when an order fails and then succeeds while using Tickets Commerce. [ET-1833]
- Decode any HTML entities that appear in the subject line of outgoing emails. [ET-2007]
- Fixed multiple issues related to series pass check-ins. [ET-1936]
- Site Health will no longer fatal when providers are not setup. [ET-2047]
Tweaks
- Use dynamic ticket labels within the block editor's Tickets Block. [ET-690]
- Added filters:
tec_tickets_move_attendees_ids,tec_tickets_attendee_manual_uncheckin_success_data,tec_tickets_attendee_uncheckin
Security
- Added filterable role access to the attendee page (
tec_tickets_attendees_page_role_access). [SVUL-1] - Added filterable role access to the orders page (
tec_tickets_report_{$page_slug}_page_role_access). [SVUL-1]
Languages
- 1 new strings added, 56 updated, 2 fuzzied, and 0 obsoleted
Features
- Support per Event attendance for Series Pass Attendees for manual and app-based check-ins. [ET-1936]
Fixes
- Available number when moving Series Pass Attendees. [ET-2009]
Languages
- 5 new strings added, 167 updated, 14 fuzzied, and 9 obsoleted
Fixes
- Removed type casting from filter method of series pass to avoid fatal errors. [ET-2014]
- Ensure correct attendee information is included in the attendee emails. [ET-1988]
- Resolve deprecation notices regarding
ArrayAccess::offsetGet()[ET-1949] - Resolved an issue where Order Status was not populated when exporting the Attendee List using Tickets Commerce. [ET-1883]
- Ticket is removed now when using the delete option from the block editor. [ET-1879]
- Update button will now show when the opt-out checkbox shows on the My Tickets page. [ET-1980]
- Update usage of
method_exists()to comply with PHP 8.1 standards. [ET-1759]
Tweaks
- Added additional information to the Site Health Section and added
tec_tickets_site_health_subsectionsfilter. [ET-1925] - Added Export option to Ticket Commerce Order page and
tec_tc_order_report_export_argsfilter. [ET-1872] - Added Print button to Ticket Commerce Orders. [ET-1873]
- Customer name appears now as description of a Stripe payment. Added
tec_tickets_commerce_stripe_update_payment_descriptionfilter. [ET-1607] - Declared dynamic properties in Tribe__Tickets__Main, Tribe__Tickets__Tickets_Handler, Tribe__Tickets__REST__V1__Messages to prevent warnings in php 8.2 [ET-1950]
- Update default footer text of Tickets Emails to include link to website. [ET-1971]
- Added filters:
tec_tc_order_report_export_args,tec_tickets_commerce_stripe_update_payment_description,tec_tickets_site_health_subsections - Changed views:
blocks/tickets/footer,emails/template-parts/body/footer/credit,registration-js/content,registration/button-cart,tickets/orders,v2/tickets/footer/return-to-cart
Compatibilitys
- Event Tickets 5.8.0 is only compatible with The Events Calendar 6.3.0 and higher.
- Event Tickets 5.8.0 is only compatible with Event Tickets Plus 5.9.0 and higher.
Features
- New ticket type field for all Ticket Post Types.
- New type of Ticket: Series Passes to start enabling Recurring Event Ticketing.
Tweaks
- Improved the Design and UX of the Attendees and Orders page.
- Added filters:
tec_tickets_ticket_panel_data,tec_tickets_ticket_type_default_header_description,tec_tickets_enabled_ticket_forms_{$post_type},tec_tickets_allow_tickets_on_recurring_events,tec_tickets_commerce_order_report_summary_should_include_event_sales_data,tec_tickets_repository_filter_by_event_id,tec_recurring_tickets_enabled,tec_tickets_flexible_tickets_editor_data,tec_tickets_find_ticket_type_host_posts_query_args,tec_tickets_attendees_filter_by_event,tec_tickets_attendees_filter_by_event_not_in,tec_tickets_attendees_event_details_top_label,tec_tickets_editor_configuration_localized_data,tec_tickets_panel_list_helper_text,tec_tickets_normalize_occurrence_id,tec_tickets_is_ticket_editable_from_post,tec_tickets_my_tickets_link_ticket_count_by_type,tec_tickets_editor_list_ticket_types,tec_tickets_editor_list_table_data,tec_tickets_editor_list_table_data_{$ticket_type},tribe_tickets_block_show_unlimited_availability,tec_tickets_get_event_capacity - Removed filters:
tec_tickets_hide_view_link - Added actions:
tec_flexible_tickets_activated,tec_tickets_panels_before,tec_tickets_panels_after,tec_tickets_ticket_update,tec_tickets_ticket_add,tec_tickets_list_row_edit,tec_tickets_editor_list_table_title_icon_{$ticket_type},tec_tickets_editor_list_table_before,tec_tickets_ticket_form_main_start,tec_tickets_ticket_form_main_start_{$ticket_type} - Changed views:
blocks/attendees/view-link,emails/template-parts/body/order/attendees-table/header-row,tickets/email,tickets/my-tickets,tickets/my-tickets/orders-list,tickets/my-tickets/tickets-list,tickets/my-tickets/title,tickets/orders,tickets/view-link,v2/tickets/item,v2/tickets/items,v2/tickets/series-pass/header
Languages
- 62 new strings added, 212 updated, 9 fuzzied, and 15 obsoleted
Tweaks
- Prevented Single Attendee endpoint from throwing a notice on PHP 8+. [ET-1935]
- Attendees listed on the
Your Ticketssection will now match the order they were entered in. [ET-1924] - Notify users of Wallet Plus availability on attendees page. [ET-1938]
- Notify users of Wallet Plus availability on Tickets Emails settings page. [ET-1937]
- Add attendee name to attendees list after purchase or registration. [ET-1939]
- Added filter
tec_tickets_commerce_gateway_stripe_webhook_valid_key_polling_attemptsto allow the modification of how many attempts Tickets Commerce will poll for Stripe webhooks for validation.
Fixes
- Tickets Commerce Stripe webhooks properly handles internally validating the Secret Signing key. [ET-1511]
- Tickets Commerce Stripe Charge and Payment Intent webhooks no longer create duplicated success emails for a single ticket purchase. [ET-1792]
Languages
- 3 new strings added, 42 updated, 0 fuzzied, and 0 obsoleted
Compatibilitys
- Event Tickets 5.7.0 is only compatible with The Events Calendar 6.2.7 and higher.
- Event Tickets 5.7.0 is only compatible with Event Tickets Plus 5.8.0 and higher.
Features
- Include all the features to have Wallet Plus compatibility into Event Tickets.
Tweaks
- Add tickets to the Tickets Commerce success page. [ETWP-30]
- Add tickets to the RSVP block confirmation state. [ETWP-62]
Languages
- 30 new strings added, 30 updated, 0 fuzzied, and 0 obsoleted
Compatibilitys
- Event Tickets 5.6.8.1 is only compatible with The Events Calendar 6.2.6.1 and higher
Fixes
- Update a common library to prevent possible fatals. [TEC-4978]
Languages
- 0 new strings added, 9 updated, 0 fuzzied, and 0 obsoleted
Tweaks
- Added tabs for navigating between Attendees and Orders in the Tickets Commerce admin. [ET-1867]
- Added action
tec_tickets_commerce_reports_tabbed_view_before_register_tabandtec_tickets_commerce_reports_tabbed_view_after_register_taballow adding third-party tabs. [ET-1867] - Added filter
tec_tickets_commerce_reports_tabbed_page_titleandtec_tickets_commerce_reports_tabbed_view_tab_mapallow granular control over how Tickets Commerce tabs behave. [ET-1867]
Features
- Tickets Commerce orders report page design update. [ET-1810]
Tweaks
- Re-styled Empty RSVP Block in Block Editor to match frontend design. Styles will be the same in block editor and in the user interface [ET-1818]
- Re-styled Inactive RSVP Block in Block Editor to match frontend design. Styles will be the same in block editor and in the user interface [ET-1823]
- Re-styled Active RSVP Block in Block Editor to match frontend design. Styles will be the same in block editor and in the user interface [ET-1825]
- Re-styled Create and Edit RSVP Tickets in Block Editor. [ET-1836]
- Re-styled Inactive Tickets Block in Block Editor. Empty state now has a new design [ET-1817]
- Re-styled Inactive Tickets Block with tickets. Inactive state with tickets has a new design [ET-1822]
- Re-styled Active Tickets Block with tickets. Add information icons and tooltips. [ET-1824]
- Re-styled Create and Edit Tickets in Block Editor. [ET-1835]
- Re-styled Tickets Settings in Block Editor. [ET-1834]
- Using react-number-format to display price. [ET-1885]
- Declared dynamic properties for Attendees page to avoid deprecation warnings.
Fixes
- Orders title in admin page. [ET-1868]
- Typo on My Tickets when using Ticket Commerce only. [ET-1909]
Languages
- 3 new strings added, 60 updated, 0 fuzzied, and 1 obsoleted
