Releases: foxbytehq/laravel-xero-oauth2
Releases · foxbytehq/laravel-xero-oauth2
v4.0.0 Release
What's Changed
- Multi-Tenant by @AllanGallop in #71
New Contributors
- @AllanGallop made their first contribution in #71
Full Changelog: 3.0.0...4.0.0
v3.0.0 Release
- 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
- Laravel 9 Support
Full Changelog: 2.0.7...2.0.8
v2.0.7 Release
Resolve redirect_uri being set to true when full url is used #59
v2.0.6 Release
Add grant type to refresh token method XeroAPI/xero-php-oauth2#196
v2.0.5 Release
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
- PHP 8 Support #44
v2.0.3 Release
- Throw exception if unable to write token to file #40
v2.0.2 Release
Change Accounting Api binding from a singleton to a standard binding.
v2.0.1 Release
Laravel 8 Support #33