4.12.3

2020-07-28 Feature1 Fix1 Tweak7 Language1

Features

  • Add trigger actions (attendee registered, attendee check in) in WooCommerce and Easy Digital Downloads to notify Promoter. [ETP-350]

Fixes

  • Do not run our commerce provider integration code if that provider's core plugin is not currently active. For example, no fatal error should occur if an event has sold a WooCommerce ticket but now the core WooCommerce plugin is disabled. [ETP-333]

Tweaks

  • Added the tribe_tickets_is_woocommerce_active() function (one for Easy Digital Downloads already existed). [ETP-333]
  • Display all of a post's order tabs in the Attendees Report admin screen. Example: if a post's ticket provider was Easy Digital Downloads Tickets and such tickets were sold, then the post's provider changed to WooCommerce Tickets, the Attendees Report screen should show both the Easy Digital Downloads order history tab and the WooCommerce order history tab, regardless of which ticket provider is currently the default. [ETP-333]
  • Update usage of Tribe__Tickets__Tickets::get_ticket_provider_instance(), as it now returns a class instance instead of class name string. [ETP-333]
  • Update usage of Tribe__Tickets__Tickets::get_event_ticket_provider(), as it now returns false if the ticket provider is no longer active. [ETP-333]
  • Use Event Tickets' new Tribe__Tickets__Tickets::get_attendee_optout_key() to simplify getting the optout key regardless of ticket provider class and accounting for legacy code. [ETP-333]
  • Add labels to each select input for the Attendee Information's Birth Date field. [ETP-338]
  • Modify parameters on register_rest_route to include permission_callback to prevent notices on WordPress 5.5.

Languages

  • 3 new strings added, 38 updated, 0 fuzzied, and 0 obsoleted