* Feature - Add new PayPal Payouts API integration as the default Split Payments method, previous installs will keep using Adaptive Payments. You can now process fee payouts for ANY WooCommerce payment gateway. Payouts will be processed by WP Cron once daily, you can filter and change this by filtering `tribe_community_tickets_payouts_record_processor_interval` and returning a valid WP Cron interval (Note: You may want to add custom WP Cron intervals to process payouts less often than daily) [122302]
* Feature - Add new PayPal Payouts API options and show/hide functionality to collapse sections that are not applicable [122299]
* Feature - Add new Payouts repository `tribe_payouts()` that lets you filter and fetch data on the new `tribe_payouts` post type [122294]
* Feature - Add new Payouts report screen available from Event links in Events management area in the Dashboard. It will list payouts for a specific event from PayPal Payouts API and any Adaptive Payments payouts going forward (Note: Does not include historical payout information) [128264]
* Feature - Add migration script to migrate current fee data to existing Community Ticket Orders for historical purposes going forward [130893]
* Feature - Add new Fee Display Option: Fees will be added to the price of the ticket [128844]
* Tweak - Restyle/reorganize the front end payment options form [122671]
* Tweak - Fix styles on the front end events report screens [131430]
* Tweak - Only add fees to events created using Community Events [128847]
* Tweak - Added filters: `tribe_community_tickets_cart_fee_text`, `tribe_community_tickets_add_fee_to_all_tickets`, `tribe_community_tickets_fee_migration_interval`, `tribe_community_tickets_fee_migration_batch_size`, `tribe_community_tickets_register_payout_post_type_args`, `tribe_community_tickets_payouts_organizer_fee_display_override`, `event_community_tickets_show_payouts_on_front_end`, `tribe_community_tickets_payouts_record_processor_interval`, `tribe_community_tickets_payouts_paypal_api_context_config`, `tribe_community_tickets_payouts_paypal_api_sender_subject`, `tribe_community_tickets_payout_supported_meta_keys`, `tribe_community_tickets_payouts_record_processor_interval`, `tribe_community_tickets_payouts_batch_size`, `event_community_tickets_event_action_links_edit_url`, `tribe_tickets_attendees_event_action_links`, `tribe_community_tickets_payouts_tabbed_view_tab_map`, `events_community_tickets_payouts_table_column`, `events_community_tickets_payouts_pagination`, `tribe_events_css_version`, `tribe_events_css_version`, `tribe_community_tickets_payout_repository_map`
* Tweak - Added actions: `tribe_community_tickets_payouts_process_queue`, `tribe_community_tickets_orders_report_site_fees_note`, `events_community_tickets_report_list_first`, `events_community_tickets_after_report_list_first`, `events_community_tickets_report_list_middle`, `events_community_tickets_after_report_list_middle`, `events_community_tickets_report_list_last`, `events_community_tickets_after_report_list_last`
* Tweak - Changed views: `community-tickets/modules/orders-report-after-organizer`, `community-tickets/modules/payment-options`, `community-tickets/modules/shortcode-attendees`, `community-tickets/modules/tickets`
* Fix - Correct logic around showing the payment options form link [122671]
* Deprecated - Frontend organizer payment options form now longer shows an option to change the fee display handling (Override: Subtracting fees from ticket price vs Adding fees on cart page in addition to the subtotal) [128847]
* Stability - Add 221 more automated tests with 1,364 assertions covering a wide range of functionality for Split Payments and Fee calculations