Skip to content

Releases: dcblogdev/laravel-xero

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