Skip to content

Commit 3d5cf8d

Browse files
committed
Update CHANGELOG for version 2.8.0
1 parent ba37ec1 commit 3d5cf8d

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
11
# OAuth 2.0 Client Changelog
22

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
516
* 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
624

725
## 2.7.0
826

0 commit comments

Comments
 (0)