Skip to content

Commit

Permalink
version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jul 15, 2024
1 parent d0ecb16 commit 2670717
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
22 changes: 14 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 2.0.3 - 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
- Revert callback URI change for `cpTrigger = null` (for detached CPs).

### Fixed
- Fix race conditions with plugin initialization. (thanks @nfourtythree).
- Fix activation email logic.

## 2.0.2 - 2024-05-29

### Added
Expand Down Expand Up @@ -38,14 +52,6 @@
- Fix Salesforce provider.
- Fix Apple provider not saving.

## Unreleased

### Changed
- Now requires Craft 4.3.5+.

### Fixed
- Fix race conditions with plugin initialization. (thanks @nfourtythree).

## 1.0.16 - 2024-07-15

### Added
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": "2.0.2",
"version": "2.0.3",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 2670717

Please sign in to comment.