Releases: webfox/laravel-xero-oauth2
Releases · webfox/laravel-xero-oauth2
5.0.0
What's Changed
- feat: Modify Auth Callback Controller to support Xero errors by @joe-niland in #92
What's Breaking
- This release introduces a new way of handling Xero authorization errors.
An invalid response from the Xero server will now throw a custom OAuthException.
See the readme for an example on how to gracefully handle this exception. - This release adds the Xero
ConnectionId
parameter into the tenants array for each tenant.
This typically should not be a breaking change in most applications unless directly comparing the entire tenants array.
New Contributors
- @joe-niland made their first contribution in #92
Full Changelog: 4.4.0...5.0.0
4.4.0
What's Changed
- Allow 7.x of xeroapi/xero-php-oauth2 by @JamesFreeman in #91
Full Changelog: 4.3.0...4.4.0
4.3.0
What's Changed
- Allow newer versions of xeroapi/xero-php-oauth2 by @JamesFreeman in #90
New Contributors
- @JamesFreeman made their first contribution in #90
Full Changelog: 4.2.0...4.3.0
4.2.0
What's Changed
- Laravel 11.x Compatibility by @laravel-shift in #86
New Contributors
- @laravel-shift made their first contribution in #86
Full Changelog: 4.1.0...4.2.0
v4.1.0 Release
What's Changed
- Add Laravel 10 support by @zpwparsons in #81
New Contributors
- @zpwparsons made their first contribution in #81
Full Changelog: 4.0.2...4.1.0
v4.0.2 Release
What's Changed
- Handle multiple tenants in XeroAuthorized by @AbrahamBrookes in #74
New Contributors
- @AbrahamBrookes made their first contribution in #74
Full Changelog: 4.0.1...4.0.2
v4.0.1 Release
What's Changed
- Multi-Tenant: Fixes Callback storing TenantId instead of array by @AllanGallop in #73
Full Changelog: 4.0.0...4.0.1
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