- New: New stats endpoints have been added. These are used like yoursite.com/wp-json/frm/v2/stats/{type}/{field_id} where type can be any of the type values defined in https://formidableformscom.bigscoots-staging.com/knowledgebase/add-field-totals-and-statistics/#kb-required-parameters. This means you can use yoursite.com/wp-json/frm/v2/stats/maximum/{field_id}, yoursite.com/wp-json/frm/v2/stats/minimum/{field_id}, yoursite.com/wp-json/frm/v2/stats/deviation/{field_id}, and more.
- New: Fields now support PATCH requests for updating a field or for updating multiple fields using the API.
- New: A frm_api_iframe_use_landing_page_url filter has been added. By default, when using script tags to load a form that requires an iframe, an applicable landing page URL will be used. With this new filter, this can be disabled using add_filter( 'frm_api_iframe_use_landing_page_url', '__return_false' );.
- Fix: Entries would not get deleted despite having the "Do not store entries submitted from this form" setting enabled when creating an entry using an API action.