* Added Event Categories field for sync with Events Manager
* Improved - Comments forms will be pre-filled with the temporary user's details during an auto-login session
* Improved - Booking dates will be formatted using the sitewide datetime format (set Settings > General) with WooCommerce Bookings and WooCommerce Appointments, when the field format is set to `text`
* Improved - Form submissions will record the page URL of the form in the logs
* Improved - If a field type is set to `text` then arrays will be converted to comma-separated strings for syncing
* Fixed &send_notification=false in a webhook URL triggering the new user welcome email
* Fixed datetime fields being synced to ActiveCampaign in 12h format (fixed to 24h format)
* Fixed fatal error trying to sync multidimensional arrays to the CRM
* Developers - added `wpf_get_users_with_tag( $tag )` function
* Developers - added `wpf_get_datetime_format()` function and `wpf_datetime_format` filter
* Fixed new conacts created with Autonami not being opted in to receive emails
* Fixed fatal error with Klick-Tip when making API calls using expired credentials
* Added Autonami CRM integration
* Added [Upsell Plugin integration](https://wpfusion.com/documentation/ecommerce/upsell-plugin/)
* Added [WooCommerce Memberships for Teams team meta batch operation](https://wpfusion.com/documentation/membership/teams-for-woocommerce-memberships/#syncing-historical-data)
* Improved - Stopped "Unknown Lists" from being loaded from HubSpot
* Fixed CSS classes getting removed from LearnDash lessons in focus mode since v3.37.25
* Fixed profile updates in the BuddyBoss app not syncing to the CRM
* Fixed default fields not being enabled for sync in the settings after first setting up the plugin
* Fixed PHP notice on WooCommerce order received page
* Fixed post types created with Toolset Types bypassing access rules
* Developers - Added wpf_get_tags() function
* Developers - Added action wpf_meta_box_content_{$post->post_type}
* Developers - All Beaver Builder nodes will pass through the wpf_beaver_builder_can_access filter, regardless of if they're protected by WP Fusion or not
* Developers - Refactored user_can_access() function for better performance and readability