Version 3.1.1

April 12, 2023

Bug Fixes

  • Add in various example configuration options available to the plugin (with defaults). (d0729d)
  • Fixes an issue with email rate limiting caused by timezones. (6c91ad)

Version 3.1.0

April 12, 2023

Features

  • Adds the ability to rate limit magic login email sending. (2ae240)

Bug Fixes

  • Display the config menu in the admin panel. (b56eff)
  • Update deprecated query function. (2ed201)

Version 3.0.0

September 16, 2022

⚠ BREAKING CHANGES

  • Updates composer file to allow support for Craft 4. (b32ab2)

Bug Fixes

  • Adds type declarations to support Craft CMS 4 (5b3e3c)
  • Fixes an error where tests are failing due to missing configuration variable. (97373a)
  • Fixes issues from the test suite. (047764)
  • Issues with test suite due to field and functionality changes in Craft Core. (48b589)
  • Revert change introduced in wrong commit. (d77da5)
Ci
  • Add missing environment variable. (c22e03)
  • Allow releases to be created on new 3.x branch. (929627)
  • Upgrade CI to run on newer versions of PHP. (b5cd6f)

Version 2.0.2

September 27, 2021

Bug Fixes

  • Allow service class to send email a magic login link. (43d823)
  • Fixes bug left in after refactor. (845318)
  • Fixes issues with template types. (dc0a2a)

Version 2.0.1

September 27, 2021
null

Version 2.0.0

August 24, 2021

⚠ BREAKING CHANGES

  • Login path now uses one from craft config. (f5d74a)

Features

  • Extra test to check that backend user registration works (08c49d)
  • Refactor tests and move login flow inside of registration one. (e1ac0c)

Bug Fixes

  • Coding standards (9965b0)
  • Fix a bug with timezones and link expiry (4fc9e5)
  • Fixes issue with failing tests. (b1743d)
  • Issue caused by accidental left in code (ad8320)
  • Issue with code caused when refactoring. (805ee4)
  • Issue with passing object into another when string expected (7489f3)
  • Issue with styles on login and register forms (40c0ad)
  • Move some code around and add in extra check for events (6e13e2)
  • Redirection now uses separate post variable. (8512de)
  • Remove conventional commit patch since it is no longer required (d65434)
  • Updates changelog to make it look nicer on craft plugin store. (6528ca)

Version 1.0.5

July 28, 2021

Bug Fixes

  • Broken release script issue (8ea570)

Version 1.0.4

July 28, 2021

Bug Fixes

  • Fixes changelog to match correct format (29e395)
  • Patches in extra changelog functionality to conform to craft (38319c)

Version 1.0.3

July 26, 2021

Bug Fixes

  • Fixes changelog formatting (fd1667)

Version 1.0.2

July 26, 2021

Bug Fixes

  • Remove version from composer file as it caused tests to fail. (89c491)

Version 1.0.1

July 26, 2021

Fixes

  • Fixes a testing error with yii2 php 8 bug (ec6696)
  • Make sure pr's and pushes for tests run on all branches. (597e49)
  • Issue with PHP compatibility in latest craft version. (4dd10f)
  • Makes test suite more more dynamic and removed markup dependency. (cf72f4)

Version 1.0.0

April 6, 2021

Added

  • Initial release