- New: Get the page source to check if the page includes the form specified in the global settings (login form, reset password, or registration). This allows for these forms to be included in a sidebar or footer without returning error messages when the global settings are saved.
- New: Add hooks to change selected pages: frmreg_login_page_id, frmreg_resetpass_page_id, frmreg_register_page_id
- New: Allow a subsite to be created by a logged in user
- Fix: Allow user creation via API call
- Fix: Allow either set password by email or user moderation, but not both
- Fix: Issue with losing parameters when redirecting for login
- Fix: The user ID field was defaulting to the current user on registration forms when it should be empty
- Fix: If an error message is included in the url for password reset, show it instead of an unknown error
- Fix: Update for WP 3.9 compatibility
- Fix: Update for deprecated functions: save_settings, FrmForm::get_id_by_key, FrmProFieldsHelper::get_displayed_file_html
- New: Add Chinese translations