File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,20 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ unreleased]
8- * User-Agent is set for any HTTP method in fetchURL() (not just POST). #382
9- * Update visibility of getWellKnownConfigValue to protected. #363
10- * Fixed issue on authentication for php8. #354
11- * Support for signed and encrypted UserInfo response. #305
12- * Support for signed and encrypted ID Token. #305
13- * Update construct typehint in docblock. #364
14- * Fixed LogoutToken verification for single value aud claims #334
15- * Added function to set useragent #370
16- * Update well known config value function response types #376
7+ ## [ 1.0.0] - 2023-12-13
178
189### Added
19- - Support for signed and encrypted UserInfo response. #305
20- - Support for signed and encrypted ID Token. #305
10+ - PHP 7.0 is required. #327
11+ - Support for signed and encrypted UserInfo response and ID Token. #305
12+ - Allow to set User-Agent header. #370
13+
14+ ### Fixed
15+ - User-Agent is set for any HTTP method in fetchURL() (not just POST). #382
16+ - Update visibility of getWellKnownConfigValue to protected. #363
17+ - Fixed issue on authentication for php8. #354
18+ - Update construct typehint in docblock. #364
19+ - Fixed LogoutToken verification for single value aud claims. #334
20+ - Update well known config value function response types. #376
2121
2222## [ 0.9.10] - 2022-09-30
2323
You can’t perform that action at this time.
0 commit comments