Releases: dcblogdev/laravel-microsoft-graph
Releases · dcblogdev/laravel-microsoft-graph
Release list
supports login ability
Added new methods: isConnected() and disconnect()
fires an event when a user logs in
config uses tenant id for authorise urls when set in .env
added a publishing option for listeners
added an event NewMicrosoft365SignInEvent that fires on login.
patch for guzzle 6/7
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
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