= 6.0: September 14, 2022 =
**New Features:**
* Triggers and Actions for Webhooks and Flows can now be scheduled to fire after a certain amount of time (New setting for action/triggers)
* Flows can now be duplicated
* Fully reworked integration management for on-demand integrations
* Extensive performance adjustments for high-performing websites
* Added the post meta (and ACF meta if applicable) data before the update to the "Post updated" trigger
* Flows, Logs, Authentication, and Data Mapping is now subsite-based (For multisite networks)
* New setting to inherit/sync Flows, Authentication & Data Mapping & Logs from the main table (Advanced)
* Create user and update user triggers now supports all default settings like if a user is logged in, if the trigger was fired from wihtin the admin area, etc.
* Alow the "Date change format" action of the "WP Webhooks Formatter" integration to return a timestamp
* The manage_acf_data argument now allows a new data key called ignore_empty which ignores a field if an empty value is presented
* The FluentCRM triggers and actions now support custom fields
**New integrations:**
* Autonami
* Autoptimize
* Breeze
* Cache Enabler
* Comet Cache
* Gravity PDF
* Hummingbird
* LiteSpeed Cache
* ProjectHuddle
* Studiocart
* Ultimate Member
* W3 Total Cache
* WP Fastest Cache
* WP-Optimize
* WP Rocket
* WP Super Cache
**New triggers:**
* Autonami: Contact added to list
* Autonami: Contact removed from list
* Autonami: Contact tag removed
* Autonami: Contact tags added
* Autoptimize: Full cache cleared
* Breeze: All cache cleared
* Breeze: Varnish cache cleared
* Cache Enabler: Full cache cleared
* Cache Enabler: Page cache cleared
* Cache Enabler: Site cache cleared
* Formidable: Stripe Payment Completed
* Hummingbird: Page cache cleared
* LiteSpeed Cache: Full cache cleared
* LiteSpeed Cache: CSS/JS cache cleared
* LiteSpeed Cache: Localized cache cleared
* LiteSpeed Cache: Object cache cleared
* ProjectHuddle: Website comment created
* ProjectHuddle: Mockup comment created
* ProjectHuddle: Website comment deleted
* ProjectHuddle: Mockup comment deleted
* ProjectHuddle: Project approved
* ProjectHuddle: Item approved
* Studiocart: Order completed
* Studiocart: Order refunded
* Studiocart: Subscriptions cancelled
* Ultimate Member: Account approved
* Ultimate Member: Account information updated
* Ultimate Member: Account marked inactive
* Ultimate Member: Profile cover photo changed
* Ultimate Member: Profile description updated
* Ultimate Member: Profile photo changed
* Ultimate Member: Profile photo removed
* W3 Total Cache: Full cache cleared
* W3 Total Cache: CDN cache cleared
* W3 Total Cache: Database cache cleared
* W3 Total Cache: Object cache cleared
* WP-Optimize: Page cache cleared
* WP Fastest Cache: Cache cleared
* WP Rocket: Cache cleared
* WP Super Cache: Cache cleared
* WordPress: User logged out
* WordPress: Taxonomy term created
* WordPress: Taxonomy term updated
* WordPress: Taxonomy term deleted
* WP Rocket: Cache cleared
**New actions:**
* Autonami: Add new contact
* Autonami: Assign list to contact
* Autonami: Assign list to user
* Autonami: Assign tag to contact
* Autonami: Assign tag to user
* Autonami: Get lists
* Autonami: Get tags
* Autonami: Remove contact from list
* Autonami: Remove user tag
* Hummingbird: Clear full cache
* Hummingbird: Clear page cache
* Autoptimize: Clear cache
* Breeze: Clear all cache
* Breeze: Clear local cache
* Breeze: Clear Varnish cache
* Cache Enabler: Clear cache
* Comet Cache: Clear cache
* Gravity PDF: Get PDF URL
* LiteSpeed Cache: Purge full cache
* LiteSpeed Cache: Purge cached post type
* LiteSpeed Cache: Purge cached posts
* LiteSpeed Cache: Purge cached URL
* LiteSpeed Cache: Purge cached widget
* LiteSpeed Cache: Purge object cache
* ProjectHuddle: Get PDF URL
* ProjectHuddle: Get mockup
* ProjectHuddle: Get website
* W3 Total Cache: Flush full cache
* W3 Total Cache: Flush cached URL
* W3 Total Cache: Flush post cache
* WP-Optimize: Clear page cache
* WP Fastest Cache: Clear cache
* WP Fastest Cache: Clear comment cache
* WP Fastest Cache: Clear post cache
* WP Fastest Cache: Clear all sites cache
* WordPress: Fire do_action hook
* WordPress: Call PHP function
* WordPress: Call apply_filters hook
* WP Rocket: Clear cache
* WP Rocket: Clear post cache
* WP Rocket: Clear URL cache
* WP Rocket: Clear user cache
* WP Super Cache: Clear full cache
* WP Webhooks Formatter: Text to MD5 hash
**Little tweaks:**
* We are providing better multisite compatibility
* Optimized performance on the "Send Data" page
* Optimized certain parts of the page layouts
* The "Meta Box" action mb_set_meta_data now supports grouped fields by using a JSON
* Optimized yes/no arguments to be easily selectable within Flows and to be seen with all possible values inside of the direct endpoint
* Automatically show the default value for yes/no dropdowns within Flows
* Display the default value for yes/no values within the action argument details
* Added the "name" key to single line items within the EDD create payment action as it is required within EDD 3.0+
* Aded meta value support for the EDD 3.0+ versions
* Sanitize various webhooks header data to provide header keys lowercase based on HTTP/2 requirements
* Reorganized the menu endpoints
* The wizard now supports the no-conflict mode setting
* The Formidable triggers loaded unused forms
* Optimized the wizard
**Fixed issues:**
* In some occasions, Flows have been triggered multiple times
* In some occasions, Flow actions have been executed multiple times
* The Flows trigger conditionals showed an unnecessary select box
* The number_math_operation action might have caused a PHP notice if a non-numeric value has been given
* Flows, Authentication, Data Mapping, Logs, and Flows Logs have been shared through the whole network which causes issue if different plugins are used
* In some cases, the license may have been set to be expired
**For developers:**
* The {prefix} tag for SQL statements within the plugin now uses the blog related prefix instead of the base prefix (in case a multisite is present)
* Added new helper WPWHPRO()->helpers->maybe_format_string( $string ) to offer a neat way of retrieving a specific value format
* The WPWHPRO()->helpers->get_from_api( $url, $data = '', $args = array() ) now supports the $args new argument
* Added new helper WPWHPRO()->helpers->create_index_php() to create a dynamic index.php file
* Added new helper WPWHPRO()->helpers->get_wp_content_dir() to fetch the WordPress content dir folder with filters
* Added new helper WPWHPRO()->helpers->clean_folder() to fully delete a folder and all of its content
* integration icons now support relative path definitions of the integration folder
* Certain helper PHPDocs definitions had wrong variable definitions
* Add integration slug to hook details
* New handler WPWHPRO()->scheduler to schedule actions
* The function WPWHPRO()->integrations->execute_actions( $return_data, $action_group, $request ) now supports a predefined request