- New: API keys can now be refreshed. This will disallow all uses of your previous API key, allowing you to pick another in case your API key may have been compromised.
- Fix: Using API actions to send GET requests could result in a fatal error.
- Fix: Trying to use an [frm-api] shortcode without Formidable Forms active would result in a fatal error.
- Fix: Trying to update an entry with a required name field in a repeater would result in an unexpected 409 error.
- The entry object is now passed as a parameter when the frm_before_destroy_entry hook is triggered to match parameters in other locations where the hook is triggered.