Skip to content

Commit

Permalink
version 1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jul 15, 2024
1 parent ac0364d commit 13273e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 13273e5

Please sign in to comment.