Releases: chadicus/slim-oauth2-middleware
Releases · chadicus/slim-oauth2-middleware
Version 3.4.0: Add Support for PHP 8
Major Features
- Add Support for PHP 8 [PR #65]
Developer Changes
- Sync v3.x with master [PR #64]
- Add Gitter badge [PR #43]
Version 3.3.2
Minor Features
- Add token to request as attribute [PR #60]
Version 3.3.1
Major Features
- Reduce restrictions for container [PR #59]
Version 3.2.2
Developer Changes
- Implement composer best practices [PR #42]
- Remove versioneye references [PR #41]
- Fix composer command in README.md [PR #40]
Version 3.2.1
Developer Changes
- Upgrade PHPUnit to 5.5 [PR #39]
- Update PHPCS usage [PR #38]
- Add PHP 7.2 to travis-ci build [PR #37]
- Update php-coveralls dependency [PR #36]
- Fixed type-hinting for ContainerInterface [PR #33]
- Casing and namespace changes [PR #32]
- Update README.md [PR #31]
- Update README example [PR #30]
Version 3.2.0
Major Features
- Allow interop container [PR #28]
Developer Changes
- Update dependencies [PR #29]
Version 3.1.1
Minor Features
- Fea/content type [PR #25]
Developer Changes
- Update copyright [PR #22]
- Add versioneye reference badge
- Update dependencies
- Remove src_dir config from coveralls
Version 3.1.0
Major Features
Developer Changes
- Add formatScopes() to help ensure cope correctness
- Use latest version of slim-oauth2-http
- Update README
- Add gitattributes file
- Add PHP 7.1 to travis build
- Use chadicus/psr-middleware [PR #19]
Version 3.0.1
Developer Changes
- Update dependencies [PR #18]
Version 3.0.0: PSR-7 & Slim 3
Backwards Compatibility Breakers
Developer Changes