Skip to content

v0.3.2

Pre-release
Pre-release

Choose a tag to compare

@codingaddicted codingaddicted released this 11 Apr 20:28
· 8 commits to main since this release

Fixes

  • preserve login tokens during HEAD requests by @ymilhahn in #1

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 returnUrl querystring parameter. The return url priority now is:
    1. plugin settings
    2. shortcode parameter
    3. 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