Releases: dcblogdev/laravel-microsoft-graph
Releases · dcblogdev/laravel-microsoft-graph
Calling the API with the id
When calling the connect-method with explicit id it would fail trying to retrieve the users email address. This issue is fixed by calling the API with the id.
Support for Guzzle 6 and 7
Added support for both Guzzle 6 and 7 since older versions of Laravel required Guzzle 6.
Laravel 8 and Guzzle 7 support
Guzzle has been upgraded from version 6 to 7 and Laravel 8 (illuminate/support) has been added.
Base url has also changed from the /beta endpoing to 1.0
added support for Laravel 8
v3.0.3 Create FUNDING.yml
Added support for Laravel 7
v3.0.1 Added support for Laravel 7
Vendor name change
v3.0.0 Rebranded vendor name
Added support for Laravel 6
v2.04 added support for Laravel 6
Spelling corrections on responses
Merge pull request #4 from artjom/spelling-mistakes corrected spelling
Added checks for null response from Guzzle
v2.02 added a response check
eorganised readme.md and updated config.php to support tenancy applications
v2.0.1 updated readme and added tenency support to config