Laravel Microsoft Graph Versions Save

Laravel package for Microsoft Graph API (Microsoft365)

v4.0.0

2 weeks ago

What's Changed

Full Changelog: https://github.com/dcblogdev/laravel-microsoft-graph/compare/v3.2.6...v4.0.0

v3.2.6

2 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/dcblogdev/laravel-microsoft-graph/compare/v3.2.5...v3.2.6

v3.2.5

2 months ago

v3.2.4

9 months ago

Added

  • Add the ability to override the User model by setting setUserModel($model) when using MsGraph class

Updated

  • Changed migrations to not run migrations automatically

Removed

  • Removed package-level migrations, using src migrations instead

v3.2.3

11 months ago

Added

  • Added pagination helper to build pages from a set number of records, for internal use
  • Added TaskLists resource class for working with task lists

Updated

  • Updated contacts get method to use pagination of the contacts. Sets default per page to 25 contacts
  • Updated Tasks resource class for working with tasks

v3.2.2

11 months ago

3.2.2

Added

  • Added method setApiVersion to set API version on call defaults to 1.0 MsGraph::setApiVersion('beta')->get('me')

v3.2.1

11 months ago

Added

Changed

  • Removed unused imports from testcase

v3.2.0

1 year ago

Changed

  • Changed MsGraph Listener to store a token once authenticated directly
  • Re-wrote a lot of the internal workings of MsGraph, no userland changes are required apart from the Listener has changed.

Added

  • Added tests for both MsGraph and MsGraphAdmin

Fixed

  • Corrected refresh tokens after they expire
  • Stopped an infinite loop when a token needs to be refreshed
  • Stopped duplicating users when using a listener
  • Stopped token getting deleted on logout
  • Stopped token getting overwritten when another user logs in

v3.1.9

1 year ago

MsGraphAdmin::connect redirects by default add false to disable redirecting.

v3.1.8

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/dcblogdev/laravel-microsoft-graph/compare/v3.1.7...v3.1.8