You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+118Lines changed: 118 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,124 @@ Renamed repo to dcblogdev/laravel-microsoft-graph
77
77
78
78
## Version 3.0.1
79
79
80
+
Added support for Laravel 7
81
+
82
+
## Version 3.0.2
83
+
84
+
Calling the API with the id
85
+
86
+
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.
87
+
88
+
## Version 3.0.3
89
+
90
+
added support for Laravel 8
91
+
92
+
## Version 3.0.4
93
+
94
+
Laravel 8 and Guzzle 7 support
95
+
96
+
Guzzle has been upgraded from version 6 to 7 and Laravel 8 (illuminate/support) has been added.
97
+
98
+
Base url has also changed from the /beta endpoing to 1.0
99
+
100
+
https://graph.microsoft.com/v1.0/
101
+
102
+
## Version 3.0.5
103
+
104
+
Support for Guzzle 6 and 7
105
+
106
+
Added support for both Guzzle 6 and 7 since older versions of Laravel required Guzzle 6.
107
+
108
+
## Version 3.0.6
109
+
110
+
patch for guzzle 6/7
111
+
112
+
## Version 3.0.7
113
+
114
+
supports login ability
115
+
116
+
Added new methods: isConnected() and disconnect()
117
+
fires an event when a user logs in
118
+
config uses tenant id for authorise urls when set in .env
119
+
added a publishing option for listeners
120
+
added an event NewMicrosoft365SignInEvent that fires on login.
Upload file passes the name and the uploadPath (where the file is on your server) and the path to where the file will be stored if no path is provided the root is used.
0 commit comments