Skip to content

Releases: the-events-calendar/event-tickets

Hotfix Release: 5.11.0.4

19 Jun 15:41
5.11.0.4
ae67c3e
Compare
Choose a tag to compare
  • Fix - In installations where the plugins or wp-content directories were symbolic linked, assets would fail to be located.[TECTRIA-91]
  • Language - 0 new strings added, 0 updated, 0 fuzzied, and 0 obsoleted

Hotfix Release: 5.11.0.3

19 Jun 15:41
5.11.0.3
88eb38a
Compare
Choose a tag to compare
  • Fix - Issue where scripts would not be enqueued as modules. [TECTRIA-86]
  • Language - 0 new strings added, 22 updated, 0 fuzzied, and 0 obsoleted

Hotfix Release: 5.11.0.2

19 Jun 15:41
5.11.0.2
9026a66
Compare
Choose a tag to compare
  • Fix - Windows Server compatibility issues with updated Assets handling. [TECTRIA-83]
  • Language - 0 new strings added, 22 updated, 0 fuzzied, and 0 obsoleted

Hotfix Release: 5.11.0.1

19 Jun 15:40
5.11.0.1
70b1ecc
Compare
Choose a tag to compare
  • Fix - Issue on which some assets (css,js) would not be located in WP installs which could have some WP constant modified (WP_CONTENT_DIR, WP_PLUGIN_DIR)[TECTRIA-83]
  • Language - 0 new strings added, 0 updated, 1 fuzzied, and 0 obsoleted

Feature Release: 5.11.0

12 Jun 01:38
5.11.0
b57b7fd
Compare
Choose a tag to compare
  • Feature - Adapt to using the refactored tribe_asset. Remove some unused asset calls. [TCMN-172]
  • Feature - Added support for automatic Stripe Webhook Management for TicketsCommerce [ET-2104]
  • Tweak - Added filters: tec_tickets_commerce_need_to_enable_stripe_webhook
  • Deprecated - The is_success() method has been deprecated in TEC\Tickets\Commerce\Gateways\Stripe\Signup without a replacement.
  • Language: 6 new strings added, 46 updated, 4 fuzzied, and 1 obsoleted

Feature Release: 5.10.0

14 May 16:47
Compare
Choose a tag to compare
  • Version - Event Tickets 5.10.0 is only compatible with The Events Calendar 6.5.0 and higher
  • Fix - Update to remove moment.js library due to security concerns. [TEC-5011]
  • Language - 0 new strings added, 35 updated, 0 fuzzied, and 0 obsoleted

Feature Release: 5.9.2

09 May 02:31
5.9.2
845be10
Compare
Choose a tag to compare
  • Feature - Added support for adding Free tickets using Tickets Commerce. [ET-1218]
  • Tweak - When using Events Calendar Pro, the duplicate event function will now duplicate tickets as well. [ET-2073]
  • Fix - Corrected an issue where PayPal orders had an extra slash on the order table page. [ET-2076]
  • Fix - Updated sale label font to be uniform with other Event Tickets elements. [ET-2074]
  • Fix - Fixed showing error on Order report export data for Tickets Commerce.
  • Tweak - Added filters: tec_tickets_attendees_page_url, tec_tickets_commerce_is_free_ticket_allowed, tec_tickets_commerce_value_get_currency_display, tec_tickets_attendees_table_column_check_in, tec_tickets_attendees_table_query_args, tec_tickets_attendees_page_is_enabled
  • Tweak - Changed views: emails/template-parts/body/order/order-gateway-data, emails/template-parts/body/order/order-total, emails/template-parts/body/order/payment-info, emails/template-parts/body/ticket/number-from-total, emails/template-parts/body/tickets-total, tickets/attendees-email, tickets/email-non-attendance, tickets/email-ticket-type-moved, tickets/email-tickets-moved, tickets/email, tickets/my-tickets, tickets/my-tickets/attendee-label, tickets/my-tickets/orders-list, tickets/my-tickets/ticket-information, tickets/my-tickets/tickets-list, tickets/my-tickets/title, tickets/my-tickets/user-details, tickets/orders-pp-tickets, tickets/orders-rsvp, tickets/orders-tc-tickets, tickets/orders, tickets/rsvp, tickets/tpp-return-to-cart, tickets/tpp-success, tickets/tpp, tickets/view-link, v2/commerce/gateway/free/button, v2/commerce/gateway/free/container, v2/commerce/order/details/payment-method, v2/commerce/ticket/regular-price, v2/commerce/ticket/sale-price
  • Language - 2 new strings added, 68 updated, 0 fuzzied, and 0 obsoleted

Hotfix Release: 5.9.1.1

25 Apr 18:14
5.9.1.1
1b86d72
Compare
Choose a tag to compare
  • Fix - Corrected the Attendees page when languages other than English are used. [GTRIA-1268]
  • Tweak - Added filters: tec_tickets_attendees_page_url, tec_tickets_attendees_table_column_check_in, tec_tickets_attendees_table_query_args, tec_tickets_attendees_page_is_enabled
  • Tweak - Changed views: emails/template-parts/body/ticket/number-from-total, emails/template-parts/body/tickets-total, tickets/attendees-email, tickets/email-non-attendance, tickets/email-ticket-type-moved, tickets/email-tickets-moved, tickets/email, tickets/my-tickets, tickets/my-tickets/attendee-label, tickets/my-tickets/orders-list, tickets/my-tickets/ticket-information, tickets/my-tickets/tickets-list, tickets/my-tickets/title, tickets/my-tickets/user-details, tickets/orders-pp-tickets, tickets/orders-rsvp, tickets/orders-tc-tickets, tickets/orders, tickets/rsvp, tickets/tpp-return-to-cart, tickets/tpp-success, tickets/tpp, tickets/view-link
  • Language - 0 new strings added, 38 updated, 0 fuzzied, and 0 obsoleted

Maintenance Release: 5.9.1

25 Apr 01:59
5.9.1
c8d2c36
Compare
Choose a tag to compare
  • Fix - Avoid error on order report page if no valid tickets are available for that event.
  • Fix - Fixed an issue with Ticket repository that was causing all tickets to be fetched for 0 as event ID. [ET-2023]
  • Fix - Display recurring events are not supported warning while adding tickets on Community Events. [ECP-1671]
  • Fix - The Attendee registration page will no longer generate warnings when viewing it. [ET-906]
  • Fix - When an event ticket is removed, it will no longer generate a 404 for the event. [TEC-5041]
  • Fix - Remove unwanted slashes from the Tickets Emails subject line. [ET-2061]
  • Fix - Get Tickets button padding will be consistent in active and focus states. [ET-2068]
  • Fix - Correct the text domain for a couple of text strings so they could be translated appropriately. [ET-2020]
  • Fix - QR codes will properly generate when on PHP 8.1 and above. [ET-2062]
  • Fix - Changed incorrect file paths in DocBlocks for template overrides for all files in src/views/tickets. [ET-2004]
  • Fix - Added additional logic to handle when the Gateway ID link is null on the Orders Page for Stripe. [ET-2067]
  • Feature - Add new Attendees page. [ET-1707]
  • Tweak - Added filters: tec_tickets_attendees_page_url, tec_tickets_attendees_table_column_check_in, tec_tickets_attendees_table_query_args, tec_tickets_attendees_page_is_enabled
  • Tweak - Changed views: emails/template-parts/body/ticket/number-from-total, emails/template-parts/body/tickets-total, tickets/attendees-email, tickets/email-non-attendance, tickets/email-ticket-type-moved, tickets/email-tickets-moved, tickets/email, tickets/my-tickets, tickets/my-tickets/attendee-label, tickets/my-tickets/orders-list, tickets/my-tickets/ticket-information, tickets/my-tickets/tickets-list, tickets/my-tickets/title, tickets/my-tickets/user-details, tickets/orders-pp-tickets, tickets/orders-rsvp, tickets/orders-tc-tickets, tickets/orders, tickets/rsvp, tickets/tpp-return-to-cart, tickets/tpp-success, tickets/tpp, tickets/view-link
  • Language -18 new strings added, 163 updated, 1 fuzzied, and 2 obsoleted

Feature Release: 5.9.0

05 Apr 03:01
5.9.0
4e62f58
Compare
Choose a tag to compare
  • Feature - Sale Price for Tickets Commerce: Set a sale price for individual tickets for a certain duration of time within Tickets Commerce.
  • Feature - Sale Price Design: Display the set sale price so that it is clear that a ticket or purchased ticket is on sale.
  • Tweak - Removed filters: tec_tickets_commerce_order_report_summary_should_include_event_sales_data
  • Tweak - Changed views: v2/commerce/ticket/price, v2/commerce/ticket/regular-price, v2/commerce/ticket/sale-price, v2/tickets/item/content/sale-label, v2/tickets/item/content/title, v2/tickets/item/extra/price
  • Language - 12 new strings added, 16 updated, 0 fuzzied, and 0 obsoleted