Skip to content

Releases: dcblogdev/laravel-xero

applied fix for returning access token

13 Feb 18:00
Compare
Choose a tag to compare
v1.1.5

return access token directly

Add support for Laravel 10

05 Feb 14:23
Compare
Choose a tag to compare
v1.1.4

add support for Laravel 10

Update keep-alive for multi-tenant use

21 Nov 08:37
Compare
Choose a tag to compare
  • 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.

18 Oct 21:00
Compare
Choose a tag to compare
v1.1.2

Added command `xero:show-all` to show all tokens stored in the database.

added keep-alive command

31 Aug 04:36
Compare
Choose a tag to compare
v1.1.1

added new Xero command keep-alive and updated readme

only expect tenant id when tenantData is being used

19 Jul 06:48
Compare
Choose a tag to compare

Fixed the issue with Undefined array key "tenant_id" cause when there is no tenant data to extract a tenant_id from.

Add support for multiple tenant storing.

01 Jul 06:21
3720645
Compare
Choose a tag to compare
v1.0.3

Merge pull request #11 from tonypartridge/tonypartridge-multi-tenant-…

all records by default and added raw option

15 Dec 08:45
bee7ead
Compare
Choose a tag to compare

Fetch all by default, allow optional pagination #2 added by @kurtnoone
Enable to send raw body in request #4 added by @ashleyhood

changed id_token to be text

15 May 10:08
Compare
Choose a tag to compare
v1.0.1

Merge branch 'main' of https://github.com/dcblogdev/laravel-xero into…

initital release

16 Dec 10:06
Compare
Choose a tag to compare
v1.0.0

added initial install instructions