File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
# OAuth 2.0 Client Changelog
2
2
3
- ## x.x.x
4
-
3
+ ## 2.8.0
4
+
5
+ _ Released: 2024-12-11_
6
+
7
+ * This version is certified for PHP 8.3 and PHP 8.4! 🎉
8
+ * Fix cases where ` expires ` is not a number [ #929 ] ( https://github.com/thephpleague/oauth2-client/pull/929 )
9
+ * Add ` SettableRefreshTokenInterface ` to support setting the refresh token
10
+ [ #994 ] ( https://github.com/thephpleague/oauth2-client/pull/994 )
11
+ * Set minimum version of Guzzle to 6.5.8 and 7.4.5, due to security vulnerabilities
12
+ reported in earlier versions [ #1022 ] ( https://github.com/thephpleague/oauth2-client/issues/1022 )
13
+ * Fix parameter docblock type hint for ` AbstractProvider::prepareAccessTokenResponse() `
14
+ [ #1025 ] ( https://github.com/thephpleague/oauth2-client/pull/1025 )
15
+ * Take note, this might affect static analysis reports for downstream providers
5
16
* Send scopes with access token request [ #1029 ] ( https://github.com/thephpleague/oauth2-client/issues/1029 )
17
+ [ #1030 ] ( https://github.com/thephpleague/oauth2-client/pull/1030 )
18
+ * Explicitly mark nullable parameter [ #1034 ] ( https://github.com/thephpleague/oauth2-client/pull/1034 )
19
+ [ #1039 ] ( https://github.com/thephpleague/oauth2-client/pull/1039 )
20
+ * This change requires PHP 7.1 as the minimum version for this library
21
+ * Plus a number of test and documentation improvements; see the
22
+ [ commit log] ( https://github.com/thephpleague/oauth2-client/compare/2.7.0...2.8.0 )
23
+ for more details
6
24
7
25
## 2.7.0
8
26
You can’t perform that action at this time.
0 commit comments