**New integrations:**
* Lemon Squeezy
* Profile Builder by Cozmoslabs
**New triggers:**
* Lemon Squeezy: Order created
* Lemon Squeezy: Subscription cancelled
* Lemon Squeezy: Subscription created
* Lemon Squeezy: Subscription expired
* Lemon Squeezy: Subscription paused
* Lemon Squeezy: Subscription payment failed
* Lemon Squeezy: Subscription payment successful
* Lemon Squeezy: Subscription resumed
* Lemon Squeezy: Subscription unpaused
* Lemon Squeezy: Subscription updated
* Lemon Squeezy: Webhook request received
* Paid Memberships Pro: Membership level changed
* Profile Builder by Cozmoslabs: User registered
* Profile Builder by Cozmoslabs: User activated
* Profile Builder by Cozmoslabs: User approved
* Profile Builder by Cozmoslabs: User unapproved
* Profile Builder by Cozmoslabs: User logged in
* Profile Builder by Cozmoslabs: Profile edited
* WooCommerce: User password updated
**Tweaks:**
* The update user function now contains the old user meta and old ACF meta (In case ACF is active)
* Added better visuals to flow conditionals within the Flow logs
* Increased the timeout for the Flow testing actions from 30 seconds to 360 seconds
* Flow executions are now handled more efficiently during their execution process
* Updated WP Background Processing library
* The "Create post" and "Update post" actions now support the "future" post status
**Fixed issues:**
* Fix a fatal error when using new EDD versions in combination with $license->get_license_key() (Happened with the license actions)
* Fixed smaller issues within the core
* For Flow execution that take longer to execute than the current instance, the completion wasn't set reliably to successful, even though the folow was executed
* Some Flows that executed multiple times in a very short timeframe might not have been set to complete due to a process lock
* Paused flows have been marked as completed during the next schedule
* When using the wp_meta_fields key within the manage_meta_data argument, meta data that should be stored as a serialized array was stored as a string instead
* The "Resend" feature for Flows might have used a different payload format
**For developers:**
* Introduces new action "wpwhpro/async/process/completed/partial/{action}" for partial flow execution