All notable changes to this project will be documented in this file.
- Updates composer file to allow support for Craft 4. (b32ab2)
- 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)
- 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)
- Allow service class to send email a magic login link. (43d823)
- Fixes bug left in after refactor. (845318)
- Fixes issues with template types. (dc0a2a)
- Login path now uses one from craft config. (f5d74a)
- Extra test to check that backend user registration works (08c49d)
- Refactor tests and move login flow inside of registration one. (e1ac0c)
- 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)
- Broken release script issue (8ea570)
- Fixes changelog to match correct format (29e395)
- Patches in extra changelog functionality to conform to craft (38319c)
- Fixes changelog formatting (fd1667)
- Remove version from composer file as it caused tests to fail. (89c491)
- 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)
- Initial release