- Requires Formidable 3.0+ and WordPress 4.7+
- New: Remove the Authorize.net SDK. This greatly reduces the size of the plugin, and resolves PHP 7.0+ compatibility issues.
- New: Use Webhooks to get notifications from Authorize.net to a REST endpoint when a payment status changes. This includes refunds, voids, and completed transactions. A webhook will be automatically created when the Formidable -> Global settings page is saved.
- New: Added signature key to Global settings page and removed the Silent Post url. This is used to verify any incoming webhooks.
- New: Don't use MD5 verification, but meet the new sha512 requirement instead.
- New: Add Bangladeshi Taka currency
- Fix: Replace usage of deprecated file and functions from Formidable
- Fix: Added escaping for translatable strings.