Skip to content

Commit bef1972

Browse files
committed
adds changelog for 1.9.0
1 parent b24f30d commit bef1972

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@ To see the files changed for a given bug, go to https://github.com/bshaffer/oaut
88
To get the diff between two versions, go to https://github.com/bshaffer/oauth2-server-php/compare/v1.0...v1.1
99
To get the diff for a specific change, go to https://github.com/bshaffer/oauth2-server-php/commit/XXX where XXX is the change hash
1010

11+
* 1.9.0 (2016-01-06)
12+
13+
PR: https://github.com/bshaffer/oauth2-server-php/pull/788
14+
15+
* bug #645 - Allow null for client_secret
16+
* bug #651 - Fix bug in isPublicClient of Cassandra Storage
17+
* bug #670 - Bug in client's scope restriction
18+
* bug #672 - Implemented method to override the password hashing algorithm
19+
* bug #698 - Fix Token Response's Content-Type to application/json
20+
* bug #729 - Ensures unsetAccessToken and unsetRefreshToken return a bool
21+
* bug #749 - Fix UserClaims for CodeIdToken
22+
* bug #784 - RFC6750 compatibility
23+
* bug #776 - Fix "redirect_uri_mismatch" for URIs with encoded characters
24+
* bug #759 - no access token supplied to resource controller results in empty request body
25+
* bug #773 - Use OpenSSL random method before attempting Mcrypt's.
26+
* bug #790 - Add mongo db
27+
1128
* 1.8.0 (2015-09-18)
1229

1330
PR: https://github.com/bshaffer/oauth2-server-php/pull/643

0 commit comments

Comments
 (0)