All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fix user unknown property error
- Updated project for Craft 5
- Updated code syntax for PHP 8
- Added an environment variable to skip verification when needed
- Removed hostname check because it's not reliable (#2, thanks @lmcnearney)
- Avoid possible crash when database table is not present
- Now requires PHP ^8.0.2.
- Now requires Craft ^4.0.0.
- Added utility section with success rate and logs
- Fixed registration form validation for new users only
- Removed Guzzle dependency
- Fixed user captcha validation, only for site requests
- Changed name to comply with rules for Craft Plugins
- Initial release