All notable changes to Laravel Xero
will be documented in this file.
- Everything
- changed id_token to be text
- all records by default and added raw option
- Add support for multiple tenant storing.
- only expect tenant id when tenantData is being used
- Add new command keep-alive
- Added command
xero:show-all
to show all tokens stored in the database.
- Update keep-alive for multi-tenant use, and storeToken where id when using tenant_id in the class
- Added support for Laravel 10
- applied fix for returning access token
- Update Xero.php expiry check to use the accessor instead of expired_in column
- Fixed failing test for getting access token