Skip to content

Releases: the-events-calendar/event-tickets

Maintenance Release: 5.15.0

21 Oct 17:57
Compare
Choose a tag to compare
  • Fix - Tickets Commerce orders through Stripe no longer will create duplicate attendees. [ET-2256]
  • Fix - Order Completed page will no longer throw a fatal when visiting it directly. [ET-2253]
  • Fix - If users added an index to the post_meta table on meta_value using CONCAT() should speed up queries for them. [GTRIA-1236]
  • Fix - Possible miscounted ticketed or un-ticketed events in the events admin list [ET-2221]
  • Fix - Some dates in admin screens were not translated [TEC-4873]
  • Fix - Wrong ticket stock when attendeed were moved between tickets [ET-2098]
  • Fix - Fix issue with svg display in settings page. [TEC-5282]
  • Tweak - Modify language around ticket capacity on "Tickets" block to improve clarity.
  • Language - 0 new strings added, 61 updated, 0 fuzzied, and 0 obsoleted

Feature Release 5.14.0

21 Oct 17:49
8b8891e
Compare
Choose a tag to compare
  • Feature - Added new Tickets Home page to view and manage all tickets in a central location. [ET-2173]
  • Fix - Fix attendee search caching, and add search-related filters. [ET-2218]
  • Fix - Allow Admin and Editor roles to export Attendees CSV. [ET-2226]
  • Fix - Handle duplicating Tickets during event duplication [ECP-1826].
  • Fix - Send attendees by email feature will now function correctly. [ET-2223]
  • Fix - Event's ticket availability calculations. Total event's availability could be miscalculated depending on the order of the tickets. [ET-2222].
  • Tweak - Added filters: tec_tickets_admin_tickets_table_default_status, tec_tickets_admin_tickets_table_default_sort_by, tec_tickets_admin_tickets_table_default_sort_order, tec_tickets_admin_tickets_table_columns, tec_tickets_admin_tickets_table_default_hidden_columns, tec_tickets_admin_tickets_table_sortable_columns, tec_tickets_admin_tickets_table_column_default, tec_tickets_admin_tickets_table_column_default_{$column_name}, tec_tickets_admin_tickets_table_column_name, tec_tickets_admin_tickets_table_column_id, tec_tickets_admin_tickets_table_event_actions, tec_tickets_admin_tickets_table_column_event, tec_tickets_admin_tickets_table_column_start_date, tec_tickets_admin_tickets_table_column_end_date, tec_tickets_admin_tickets_table_column_days_left, tec_tickets_admin_tickets_table_column_price, tec_tickets_admin_tickets_table_column_sold, tec_tickets_admin_tickets_table_column_remaining, tec_tickets_admin_tickets_table_column_sales, tec_tickets_admin_tickets_table_query_args, tec_tickets_admin_tickets_table_status_options, tec_tickets_admin_tickets_table_provider_info, tec_tickets_admin_tickets_page_url, tec_tickets_admin_tickets_screen_options_show_screen, tec_tickets_attendees_user_can_export_csv, tec_tickets_attendees_table_cache_key, tec_tickets_search_attendees_default
  • Tweak - Added actions: tec_tickets_editor_list_table_title_icon_, tec_tickets_ticket_duplicated, tec_tickets_tickets_duplicated
  • Language - 1 new strings added, 73 updated, 1 fuzzied, and 2 obsoleted

Maintenance Release 5.13.4

26 Sep 20:23
Compare
Choose a tag to compare
  • Fix - Load the full Payment Element if we have Wallets enabled. [ETP-942]
  • Language - 0 new strings added, 0 updated, 0 fuzzied, and 0 obsoleted

Hotfix Release: 5.13.3.1

17 Sep 02:46
5.13.3.1
6feb1c5
Compare
Choose a tag to compare
  • Security - Improve sanitization and escaping for Administration screens of ticket purchases.
  • Security - Improve general escaping for ORM queries to prevent legacy Events methods to be used for SQL injections.

Maintenance Release 5.13.3

11 Sep 18:18
Compare
Choose a tag to compare
  • Feature - Added Individual Order Screen in the Admin to improve the Order Management for Tickets Commerce. [ET-2150]
  • Tweak - Tweaked setupCompactCardElement method to allow filtering of options using the existing tec_tickets_commerce_stripe_checkout_localized_data filter. [TECTRIA-295]
  • Tweak - Made a string translatable in getting-started.php file. (props to @DAnn2012) [TECTRIA-303]
  • Tweak - Added filters: post_updated_messages
  • Tweak - Added actions: tribe_tickets_commerce_order_actions_box_start
  • Language - 44 new strings added, 39 updated, 1 fuzzied, and 0 obsoleted

Maintenance Release 5.13.2

22 Aug 21:12
Compare
Choose a tag to compare
  • Fix - Exporting all Attendees as a CSV file in the new Tickets Attendees Page. [ET-2094]
  • Fix - Shared capacity will no longer be affected by any of the unlimited sales tickets on the same event. [ETP-920]
  • Tweak - Start Sale and End Sale date will autopopulate when creating a new ticket. [ET-2103]
  • Tweak - Update legacy Wallet Plus plugin notices to the new Tickets Plus plugin.
  • Tweak - Changed views: v2/commerce/checkout/gateways, v2/commerce/checkout/purchaser-info, v2/commerce/checkout/purchaser-info/address, v2/commerce/checkout/purchaser-info/city, v2/commerce/checkout/purchaser-info/country, v2/commerce/checkout/purchaser-info/email, v2/commerce/checkout/purchaser-info/name, v2/commerce/checkout/purchaser-info/state, v2/commerce/checkout/purchaser-info/zip, v2/commerce/gateway/stripe/payment-element
  • Language - 2 new strings added, 33 updated, 0 fuzzied, and 0 obsoleted

Maintenance Release 5.13.1

07 Aug 16:35
220f5e4
Compare
Choose a tag to compare
  • Fix - Ensure that users fill in all required billing address fields when Stripe advanced payment methods are available. [ETP-934]
  • Fix - Added missing global property for javascript undefined error Uncaught TypeError: format is undefined. This happened during ticket checkout. [ET-2148]
  • Tweak - Changed views: v2/commerce/checkout/gateways, v2/commerce/checkout/purchaser-info, v2/commerce/checkout/purchaser-info/address, v2/commerce/checkout/purchaser-info/city, v2/commerce/checkout/purchaser-info/country, v2/commerce/checkout/purchaser-info/email, v2/commerce/checkout/purchaser-info/name, v2/commerce/checkout/purchaser-info/state, v2/commerce/checkout/purchaser-info/zip, v2/commerce/gateway/stripe/payment-element
  • Language - 23 new strings added, 14 updated, 3 fuzzied, and 3 obsoleted

Hotfix Release: 5.13.0.1

24 Jul 21:36
5.13.0.1
d820335
Compare
Choose a tag to compare
  • Fix - Stellar Sale's banner links, details, and HTML tags handling. [TEC-5121]
  • Fix - Added missing global property for javascript undefined error Uncaught TypeError: format is undefined. This happened during ticket checkout. [ET-2148]

Feature Release: 5.13.0

23 Jul 05:47
4b03afd
Compare
Choose a tag to compare

image

  • Feature - Included compatibility with Events Tickets Plus 6.0.0 for integrations with Zapier and Power Automate.
  • Tweak - Added filters: tribe_tickets_admin_order_page_page_title, tribe_tickets_admin_order_page_menu_title, tribe_tickets_admin_order_page_capability, tribe_tickets_admin_order_page_menu_slug, tribe_tickets_admin_order_page_position, tec_tickets_commerce_orders_table_classes, tec_tickets_commerce_orders_table_no_items, tec_tc_order_search_types, tec_tc_orders_disable_date_range_dropdown, tec_tc_orders_disable_gateways_dropdown, tec_tc_orders_pre_gateways_dropdown_query, tec_tc_orders_gateways_dropdown_results, tec_tc_orders_disable_post_parent_dropdown, tec_tc_orders_disable_customer_dropdown
  • Tweak - Added actions: restrict_manage_posts, manage_posts_extra_tablenav
  • Language - 2 new strings added, 17 updated, 0 fuzzied, and 4 obsoleted

Feature Release 5.12.0

22 Jul 14:23
Compare
Choose a tag to compare
  • Feature - Added new Orders Management page to view and manage all Tickets Commerce orders from one location. [ET-2117]
  • Fix - Ensure Stripe refunds are recorded in WordPress. [ET-2142]
  • Tweak - Added filters: tribe_tickets_admin_order_page_page_title, tribe_tickets_admin_order_page_menu_title, tribe_tickets_admin_order_page_capability, tribe_tickets_admin_order_page_menu_slug, tribe_tickets_admin_order_page_position, tec_tickets_commerce_orders_table_classes, tec_tickets_commerce_orders_table_no_items, tec_tc_order_search_types, tec_tc_orders_disable_date_range_dropdown, tec_tc_orders_disable_gateways_dropdown, tec_tc_orders_pre_gateways_dropdown_query, tec_tc_orders_gateways_dropdown_results, tec_tc_orders_disable_post_parent_dropdown, tec_tc_orders_disable_customer_dropdown
  • Tweak - Added actions: restrict_manage_posts, manage_posts_extra_tablenav
  • Language - 18 new strings added, 26 updated, 1 fuzzied, and 2 obsoleted