• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked!
  • 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.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