Skip to content

Releases: HandyPlugins/magic-login

v1.8.1

15 May 17:59
Compare
Choose a tag to compare
  • Added: Styling for two-factor plugin.
  • Minor UI changes.
  • Small tweaks and improvements.
  • Tested with WP 6.2

Full Changelog: 1.8...1.8.1

v1.8

18 Feb 18:42
Compare
Choose a tag to compare
  • New feature: Token Validity - allows to specify how many times a token can be used.
  • Improvements on the default login screen
  • i18n improvements
  • Added: German translation.
  • Added: Autocomplete support.
  • Added: New token {{TOKEN_VALIDITY_COUNT}} to customize email content.

v1.7

21 Jan 14:10
Compare
Choose a tag to compare

What's Changed

  • PHP 8.1: fix deprecated 'FILTER_SANITIZE_STRING'
  • UI/UX improvements on default login screen
  • i18n improvements. Props @emreerkan
  • Fix: standard wordpress redirect functionality. Props @maartenhunink
  • Fix: Skip the auto-login link for the magic login itself.
  • Fix: Send email only once.

New Contributors

Full Changelog: 1.6...1.7

v1.6

26 Oct 07:14
Compare
Choose a tag to compare
  • New feature: Auto Login Links

v1.5.2

27 Sep 18:45
Compare
Choose a tag to compare
  • Bug fix: token validation

v1.5.1

26 Sep 19:47
Compare
Choose a tag to compare
  • Fixed: redirection issue.
  • Minor UI updates.
  • Small tweaks and improvements.
  • Tested with WP 6.1

v1.5.0

12 Sep 10:17
Compare
Choose a tag to compare
  • Fixed: save tokens hashed in DB. Props @snicco
  • Added: username-only mode. define MAGIC_LOGIN_USERNAME_ONLY in the config file to use it.
  • Email improvements: Check email contents before converting line breaks to <br/> tags.
  • Small tweaks and improvements.

v1.3

19 Apr 20:03
Compare
Choose a tag to compare
  • Tested with WP 6.0
  • UI updates.
  • Fire wp_login hook as WP Core does on successful login.
  • Add new filter: magic_login_email_headers.
  • Fix email title html escaping.
  • Small tweaks and improvements.

v1.2.2

31 Jan 09:15
Compare
Choose a tag to compare
  • Tested with WP 5.9
  • Update Shared UI
  • Fix compatibility issue with TML plugin
  • Add redirection cancellation option to the login block.
  • Check logged-in while saving the settings
  • Small tweaks and improvements.

v1.2.1

22 Nov 07:37
Compare
Choose a tag to compare
  • New: Integrate with the standard login form.
  • Fix: Enqueue admin assets on the settings page only.
  • Allow login block only once for a post.
  • Small tweaks and improvements.