From 52bd151c36cc62fc67796688f0273139f3a5b73c Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Fri, 3 Jan 2025 12:40:27 +1100 Subject: [PATCH 1/2] Lock `league/oauth2-client` to `2.7.0` to prevent an issue with refresh token scopes on some providers --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cbaf369..f90ca4e 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "jakeasmith/http_build_url": "^1.0", "lcobucci/jwt": "^3.4 || ^4.0", "league/oauth1-client": "^1.9", - "league/oauth2-client": "^2.0", + "league/oauth2-client": "2.7.0", "mollie/mollie-api-php": "^1.19 || ^2.39", "paragonie/random-lib": "^2.0", "psr/http-message": "^1.0", From ad461477eb46f26a975128776b6d9b702c728337 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Fri, 3 Jan 2025 12:41:10 +1100 Subject: [PATCH 2/2] version 1.0.36 --- CHANGELOG.md | 5 +++++ composer.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 023eb17..fc661cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.36 - 2025-01-03 + +### Changed +- Lock `league/oauth2-client` to `2.7.0` to prevent an issue with refresh token scopes on some providers. + ## 1.0.35 - 2024-10-20 ### Added diff --git a/composer.json b/composer.json index f90ca4e..b2af868 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "verbb/auth", "description": "A Craft CMS module to make working with authentication for third-parties a breeze.", - "version": "1.0.35", + "version": "1.0.36", "support": { "email": "support@verbb.io", "issues": "https://github.com/verbb/auth/issues?state=open",