mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 21:19:46 +05:30
Added changelog section
This commit is contained in:
parent
79fbccdcd3
commit
bb46eec94a
11
index.md
11
index.md
@ -31,6 +31,17 @@ In addition it supports the following token types:
|
||||
* MAC tokens (coming soon)
|
||||
* JSON web tokens (coming soon)
|
||||
|
||||
## Changelog
|
||||
|
||||
The changelog can be viewed here - [https://github.com/thephpleague/oauth2-server/blob/master/CHANGELOG.md](https://github.com/thephpleague/oauth2-server/blob/master/CHANGELOG.md).
|
||||
|
||||
The latest release is `4.0.1` (released 2014-11-09):
|
||||
|
||||
* Alias the master branch in composer.json (Issue #243)
|
||||
* Numerous PHP CodeSniffer fixes (Issue #244)
|
||||
* .travis.yml update (Issue #245)
|
||||
* The getAccessToken method should return an AccessTokenEntity object instead of a string in ResourceServer.php (#246)
|
||||
|
||||
## Questions?
|
||||
|
||||
This library was created by Alex Bilbie. Find him on Twitter at [@alexbilbie](https://twitter.com/alexbilbie).
|
||||
|
Loading…
Reference in New Issue
Block a user