Releases: dcblogdev/laravel-xero
Releases · dcblogdev/laravel-xero
v1.1.11
What's Changed
- Added Credit Note Support by @rpettifer in #67
- Fix ErrorExceptions by @tonypartridge in #69
- Handle token expired by @dcblogdev in #74
- refactored to actions by @dcblogdev in #75
New Contributors
- @rpettifer made their first contribution in #67
Full Changelog: v1.1.10...v1.1.11
v1.1.10
What's Changed
- Correct class inheritance for easier mockery usage by @benlumley in #59
- Add larastan by @dcblogdev in #60
- Changed filters to by fluent rather than array based by @dcblogdev in #61
- TypeError on Keep Alive artisan command by @johntrickett86 in #63
- Fixed connection issues for Laravel 11 by @DenyEs in #66
New Contributors
- @benlumley made their first contribution in #59
- @dcblogdev made their first contribution in #60
- @johntrickett86 made their first contribution in #63
- @DenyEs made their first contribution in #66
Full Changelog: v1.1.9...v1.1.10
v1.1.9
What's Changed
- Encryption Improvements and Token Check by @tonypartridger in #57
- Improve Token refreshing by @tonypartridger in #58
Full Changelog: v1.1.8...v1.1.9
Add support for Laravel 11
v1.1.8 Add support for Laravel 11
v1.1.7
What's Changed
- Add header support to __call and __guzzle by @tonypartridge in #51
- Use DateTimeInterface for Xero token expires attribute by @sebastiandedeyne in #46
- Add Attachment support for Invoices by @tonypartridge in #54
- Add token encryption capabilties by @tonypartridger in #33
- Improve post request error handling by @tonypartridge in #56
New Contributors
- @sebastiandedeyne made their first contribution in #46
- @tonypartridger made their first contribution in #33
Full Changelog: v1.1.6...v1.1.7
v1.1.6
applied fix for returning access token
v1.1.5 return access token directly
Add support for Laravel 10
v1.1.4 add support for Laravel 10
Update keep-alive for multi-tenant use
- Update keep-alive for multi-tenant use, and storeToken where id when using tenant_id in the class
Added command `xero:show-all` to show all tokens stored in the database.
v1.1.2 Added command `xero:show-all` to show all tokens stored in the database.