This changelog references the relevant changes (bug and security fixes) done in 1.x minor versions.
To see the files changed for a given bug, go to https://github.com/bshaffer/oauth2-server-php/issues/### where ### is the bug number To get the diff between two versions, go to https://github.com/bshaffer/oauth2-server-php/compare/v1.0...v1.1 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
PR: https://github.com/bshaffer/oauth2-server-php/pull/889
#885 - [testing] Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase
1.9.0 (2017-01-06)
PR: https://github.com/bshaffer/oauth2-server-php/pull/788
bug #790 - Add mongo db
1.8.0 (2015-09-18)
PR: https://github.com/bshaffer/oauth2-server-php/pull/643
bug #639 - Mongo HHVM compatibility
1.7.0 (2015-04-23)
PR: https://github.com/bshaffer/oauth2-server-php/pull/572
ba716d4
bug #571 - Added unset_refresh_token_after_use option
1.6 (2015-01-16)
PR: https://github.com/bshaffer/oauth2-server-php/pull/496
bugs 489, 491, 498 - misc other fixes
1.5 (2014-08-27)
PR: https://github.com/bshaffer/oauth2-server-php/pull/446
bug #423 - makes "scope" optional for refresh token storage
1.4 (2014-06-12)
PR: https://github.com/bshaffer/oauth2-server-php/pull/392
getQueryStringIdentifier()
to the GrantType interfacePR: https://github.com/bshaffer/oauth2-server-php/pull/325
bug #336 fixes Redis storage for expireAuthorizationCode
1.3 (2014-02-27)
PR: https://github.com/bshaffer/oauth2-server-php/pull/325
bug #336 fixes Redis storage for expireAuthorizationCode
1.2 (2014-01-03)
PR: https://github.com/bshaffer/oauth2-server-php/pull/288
bug #277 Securing JS WebApp client secret w/ password grant type
1.1 (2013-12-17)
PR: https://github.com/bshaffer/oauth2-server-php/pull/276
bug #217 Implement ScopeInterface for PDO, Redis
1.0 (2013-08-12)