diff --git a/CHANGELOG.md b/CHANGELOG.md index 7324fc0..3121bed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,19 @@ # Changelog -## Unreleased +## 1.0.16 - 2024-07-15 + +### Added +- Add `sendActivationEmail` plugin setting. +- Add the ability to set `data` for a login request, where users might want to store extra information. +- Add Amazon Cognito provider. ### Changed - Now requires Craft 4.3.5+. +- Revert callback URI change for `cpTrigger = null` (for detached CPs). ### Fixed - Fix race conditions with plugin initialization. (thanks @nfourtythree). +- Fix activation email logic. ## 1.0.15 - 2024-05-29 diff --git a/composer.json b/composer.json index d9bdae6..b7f7bd4 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/social-login", "description": "Add SSO (Single Sign-On) user login, registration and connecting to social media platforms.", "type": "craft-plugin", - "version": "1.0.15", + "version": "1.0.16", "keywords": [ "craft", "cms",