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