- New: Update for better 4.0 UI and setting layouts.
- New: Allow rich text fields in registration form action settings.
- New: Better multilingual support for global messages.
- New: Added frmreg_global_messages and frmreg_global_pages hooks.
- Fix: WPML compatibility - Language went back to default language after login.
- Fix: WPML compatibility - The email confirmation link didn't keep the selected language.
- Fix: Prevent errors when a registration form action is disabled.
- Fix: API calls were redirected to login page.
- Fix: Prevent a redirect with the reset password link. If a reset password page was selected in the global settings, the link pointed to the regular WP reset page which redirected.
- Fix: If custom parameters are included on the login redirect url, keep the correct encoding.
- Fix: Prevent a + in usernames in order to match WordPress. This was causing issues with auto login and email moderation.
- Fix: After a user was automatically logged in, wp_get_current_user() in other plugins wasn't correct.