- New: Delete entries that don't pass credit card validation
- New: Process shortcodes in the payment amount, description, and actions after payment. This includes default values, field values, and regular WP shortcodes.
- New: Allow the api key to be overridden with constants. The Authorize account can be set with AUTHORIZENET_TRANSACTION_KEY and AUTHORIZENET_API_LOGIN_ID
- New: Disable live mode for non-ssl sites. Show the settings and always allow test mode.
- New: Add option to register user after successful payment
- New: Add payment triggers to api action
- New: Add receipt ID shortcode
- New: Add Pakistani rupee, Chinese Renminbi Yuan, South African Rand, and Sri Lankan Rupee to currency options
- New: If PayPal is also installed, show the PayPal payment completed status
- New: Add frm_pay_[payment type]_sidebar hook for adding content to the sidebar of a single payment
- Fix: Include the customer info with an echeck. Show the address fields in eCheck settings. When only eCheck is selected, the extra fields were not set to show or send to Authnet
- Fix: Replace the included SSL cert since it is causing errors on some servers
- Fix: Filter description shortcodes on subscriptions page
- Fix: Create the post (if applicable) before fields are updated
- Fix: Use credit card icon instead of Stripe. This will show in 3.0.
- Fix: Update the gateway field for better 3.0 compatibility