v0.3.2
Pre-release
Pre-release
Fixes
Features
- added extensibility support for custom login validation (such as roles for example) after email validation through WordPress filters (
wp_magic_link_auth_pre_login_check) - enhanced support for return url after a successful login, now handled through the whole login process using the
returnUrlquerystring parameter. The return url priority now is:- plugin settings
- shortcode parameter
- querystring paramter
- auth tokens are now stored into a custom table (
$wpdb->prefix+ magic_link_auth_requests). This fixes an issue with previous persistence on user meta which would cause a login error on repeated logins.
New Contributors
Full Changelog: v0.2.1...v0.3.2