Skip to content

Releases: dcblogdev/laravel-microsoft-graph

Calling the API with the id

17 Jun 09:47
de95ea3
Compare
Choose a tag to compare

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

27 Oct 12:43
d75e5cf
Compare
Choose a tag to compare

Added support for both Guzzle 6 and 7 since older versions of Laravel required Guzzle 6.

Laravel 8 and Guzzle 7 support

13 Oct 15:01
7a3b325
Compare
Choose a tag to compare

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

https://graph.microsoft.com/v1.0/

added support for Laravel 8

08 Sep 08:29
b39c646
Compare
Choose a tag to compare
v3.0.3

Create FUNDING.yml

Added support for Laravel 7

03 Mar 07:27
6886b2a
Compare
Choose a tag to compare
v3.0.1

Added support for Laravel 7

Vendor name change

22 Feb 22:37
Compare
Choose a tag to compare
v3.0.0

Rebranded vendor name

Added support for Laravel 6

10 Jan 07:57
bd141fe
Compare
Choose a tag to compare
v2.04

added support for Laravel 6

Spelling corrections on responses

01 Sep 14:40
21be3b0
Compare
Choose a tag to compare
Merge pull request #4 from artjom/spelling-mistakes

corrected spelling

Added checks for null response from Guzzle

15 Aug 08:37
7585d72
Compare
Choose a tag to compare
v2.02

added a response check

eorganised readme.md and updated config.php to support tenancy applications

19 May 23:19
Compare
Choose a tag to compare
v2.0.1

updated readme and added tenency support to config