Skip to content

Releases: HandyPlugins/magic-login

v2.6.3

18 Feb 10:39

Choose a tag to compare

What's Changed

Full Changelog: 2.6.2...2.6.3

v2.6.2

14 Nov 13:41

Choose a tag to compare

  • [Added] Admin notice when placeholder encryption keys/salts are in use.
  • [Fixed] Added capability checks for the settings page.
  • [Fixed] Improved validation of $_SERVER variables.
  • [Improved] Settings import file validation.

Full Changelog: 2.6.1...2.6.2

v2.6.1

05 Nov 12:33

Choose a tag to compare

What's Changed

Full Changelog: 2.6...2.6.1

v2.6

22 Jul 12:50

Choose a tag to compare

  • [Added] Ability to override TTL and token validity on a per-user basis.
  • [Updated] Dependency packages to latest versions.
  • Read the full update: Magic Login PRO 2.6

v2.5.1

02 Jun 12:34

Choose a tag to compare

  • [Added] No-cache headers for magic login links to prevent caching issues.

v2.5

10 May 12:45

Choose a tag to compare

  • [New] Tools Section – Added reset, export, and import options in the settings panel. Learn more
  • [Updated] Settings UI – Visual and structural improvements to reflect new PRO features.
  • [Updated] Dependencies.
  • [Changed] Minimum PHP version raised to 7.4.
  • Read the full update: Magic Login 2.5

v2.4.2

14 Apr 08:26

Choose a tag to compare

  • [Added] New filter magic_login_email_placeholders to customize email placeholders.
  • [Updated] Dependencies.
  • Tested with WP 6.8

v2.4.1

10 Mar 10:56

Choose a tag to compare

  • Small tweaks and improvements.

v2.4

05 Mar 20:17

Choose a tag to compare

  • [New Feature] Code Login – Users can log in with a code sent to their email or phone number instead of clicking a link.
  • [Improvement] UI update for SMS Login feature. Learn More
  • [Improvement] Applied login_redirect filter before magic_login_redirect to allow other plugins to modify the redirect URL.
  • [Improvement] login.php is now deprecated in favor of LoginManager class.
  • [Fix] Properly encode the redirection URL on the wp-login page.
  • [Fix] Corrected various typos. Props @szepeviktor
  • Read the full update: Magic Login 2.4

v2.3.5

03 Jan 11:25

Choose a tag to compare

  • [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.