Releases: lucadegasperi/oauth2-server-laravel
Releases · lucadegasperi/oauth2-server-laravel
5.0.0
Constrain to L5.0 L5.1 releases
Merge pull request #400 from mvdstam/revert-399-patch-1 Revert "Relaxing version constraints for illuminate"
L5.1 Support
- Relaxed the composer.json file to allow L5.1 support
First tag following league/oauth2-server version 4.0.0
Changelog
- Laravel 5.0.* support
- Removed create-client command
Method Sinature Bugfix
The getScope method signature was used in the wrong way.
Typo Fix
I can't even write JSON properly.
3.0.0
This release is a major rewrite of the package.
It now supports:
league/oauth2-server 4.0.x, PHP 5.4+
and it's built specifically to support Laravel 4.2.
This release breaks compatibility with the previous versions of this library. Do not blindly upgrade.
Moving Branches
No big changes, only reorganizing the repo
Spec conformance.
Fixes a bug where the error message isn't formatted according to the oauth spec.
Some improvements
Solved some issues when choosing a different PDO fetch method.