• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Help page.
    Found a dead link? Use the report button!
  • Information: Safety & Support
    Resources here are generally safe, but false positives may occur on Virustotal due to certain coding techniques. Exercise caution and test before use.
    Consider buying licenses to support developers. Your security is our priority.
= 2.4.2 (April 14, 2025) =
* [Improved] SMS login support to API.
* [Added] New filter `magic_login_twilio_sms_options` to customize Twilio SMS options.
* [Added] New filter `magic_login_email_placeholders` to customize email placeholders.
* [Fix] Remove deprecated send_login usage in API.
* [Fix] Prevent fatal error when spam service is enabled but not configured for the registration form.
* [Updated] Dependencies.
* Tested with WP 6.8
= 2.4.1 (March 10, 2025) =
* [Fix] Default sms registration message without using emoji.
= 2.4 (March 05, 2025) =
* [New Feature] SMS Login – Now you can send magic login links via SMS. [Learn More](https://handyplugins.co/docs/passwordless-authentication-with-sms/)
* [New Feature] Code Login – Users can now log in using the login code sent to their email or phone instead of clicking a link.
* [New Feature] Domain Restriction for Registration – Restrict user registration to specific domains.
* [New Feature] FluentCRM Integration – Send magic login links directly via FluentCRM. [Learn More](https://handyplugins.co/docs/magic-login-fluent-crm/)
* [New Feature] Easy Digital Downloads (EDD) Integration – Seamlessly integrate Magic Login into the EDD checkout experience. [Learn More](https://handyplugins.co/docs/magic-login-edd-integration/)
* [Improvement] Applied `login_redirect` filter before `magic_login_redirect` to allow other plugins to modify the redirect URL.
* [Improvement] Deprecated login.php in favor of the LoginManager class.
* [Improvement] Refactored WooCommerce integration into a dedicated class and extended support for customer login forms.
* [Fix] Resolved a brute force protection issue when used with login throttling.
* [Fix] Properly encode the redirection URL on the wp-login page.
* [Fix] Corrected various typos. Props [@szepeviktor](https://github.com/szepeviktor)
* Read the full update: [Magic Login 2.4](https://handyplugins.co/blog/magic-login-2-4-now-with-sms-login/)
= 2.3.6 (January 03, 2025) =
* [Fixed] Ensure proper handling of email recipient for {{MAGIC_LINK}} integration.
* [Fixed] French translation.
* [Improved] Applied `array_shift()` to extract the first recipient if `$atts['to']` is an array.
= 2.3.5 (December 18, 2024) =
* [Improved] {{MAGIC_LINK}} placeholder to support encoded values.
* [Improved] JavaScript handling for the magic login button by using `esc_url_raw` for form action and redirect URLs.
* [Added] `magic_login_get_wp_login_url` filter for customizing the login URL.
* [Deprecated] \MagicLogin\Utils\get_magic_login_url, use \MagicLogin\Utils\get_wp_login_url instead.
* [Updated] Dependencies.
= 2.3.4 (November 19, 2024) =
* [Improved] Enhanced login request handling with prioritized processing and added logging for header_sent scenarios.
* [Improved] Implemented pre-validation checks before magic link replacement to prevent potential issues.
* [Fixed] Resolved recaptcha/turnstile integration compatibility on wp-login.php
* [Updated] Dependencies.
* Tested with WP 6.7
Top