Skip to content

Releases: foxbytehq/laravel-xero-oauth2

v4.0.0 Release

26 Jun 23:21
b54e137

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.0...4.0.0

v3.0.0 Release

21 Mar 21:48

Choose a tag to compare

  • Change FileStore to use FilesystemManager with disk configuration #67
  • Drop Laravel 5 support
  • Add PHP 8.1 support

Full Changelog: 2.0.8...3.0.0

v2.0.8 Release

11 Feb 02:44
4f565c7

Choose a tag to compare

  • Laravel 9 Support

Full Changelog: 2.0.7...2.0.8

v2.0.7 Release

17 Sep 02:44
e5cdbed

Choose a tag to compare

Resolve redirect_uri being set to true when full url is used #59

v2.0.6 Release

01 Feb 20:05
6c55b19

Choose a tag to compare

Add grant type to refresh token method XeroAPI/xero-php-oauth2#196

v2.0.5 Release

01 Feb 07:24
87cc1c3

Choose a tag to compare

Moved the refreshing of the token to the resolution of the CredentialManager. This should resolve any issues where the Xero configuration object is never resolve (e.g. not using the AccountingApi class) #48

v2.0.4 Release

10 Jan 21:50
7d34e8a

Choose a tag to compare

  • PHP 8 Support #44

v2.0.3 Release

06 Dec 20:14
4752137

Choose a tag to compare

  • Throw exception if unable to write token to file #40

v2.0.2 Release

06 Oct 20:40
4a72c69

Choose a tag to compare

Change Accounting Api binding from a singleton to a standard binding.

v2.0.1 Release

28 Sep 00:55
5377541

Choose a tag to compare

Laravel 8 Support #33