Releases: StudentAffairsUWM/Laravel-Shibboleth-Service-Provider
Releases · StudentAffairsUWM/Laravel-Shibboleth-Service-Provider
Forgot to bump the version in composer.json
Compatibility for PHP 7 and Laravel Valet
1.0.9 Merge in compatibility changes
Fixed issue with Request facade
1.0.8 Use requests facade
Fixes to Local Login
Fixes that allow Local Login to work again in conjunction with this package.
Fix issue where $r not defined
Fixed an issue where the Request $r
variable was not defined.
Fix invalid use of Request
Fix for invalid use of Request::server()
as a static method rather than $r->server()
Bugfix for Illuminate\Http\Request
Fixed an issue where Laravel would look for the Request class inside of the Shibboleth package rather than within Illuminate\Http\Request
Laravel 5.1+ compatibility
Fix Composer conflict with Laravel 5.1
Fixed errors in Shibboleth login
When a Shibboleth user would login, it would not identify them as such, and thus would error out when looking for a 'password' index inside of one of the arrays.
This is fixed now.
Fix Composer Screwup
0.5.8 Update composer.json