Skip to content

Commit

Permalink
version 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Apr 4, 2024
1 parent 01c66bc commit 0c4962e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0.13 - 2024-04-05

### Added
- Add improved session-handling for authorization and callback methods, to improve failed sessions in some cases.

## 1.0.12 - 2024-04-04

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions 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.12",
"version": "1.0.13",
"keywords": [
"craft",
"cms",
Expand All @@ -26,7 +26,7 @@
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.0.0",
"verbb/auth": "^1.0.0",
"verbb/auth": "^1.0.22",
"verbb/base": "^2.0.0"
},
"autoload": {
Expand Down

0 comments on commit 0c4962e

Please sign in to comment.