Skip to content

Releases: calcinai/xero-php

Nested resource improvements

01 May 04:12
Compare
Choose a tag to compare

Heaps of fixes around properties that have nested resources and require saving directly. Also updated generator to better identify properties that this applies to.

Thanks to @bmerton-pixelcube for all your help working through it.

Partner updates

17 Apr 04:49
Compare
Choose a tag to compare

This release contains updated to make working with partner apps easier. It also contains some bug fixes for the OAuth signing of query strings.

Added support for saving of properties which have special request paths

31 Mar 01:50
Compare
Choose a tag to compare

Also includes updated models and minor bug fixes

Model Update and PBR object updating

23 Mar 22:40
Compare
Choose a tag to compare

This release improves consistency between local and remote objects. After an object is saved, any fields that are set in the remote object and not local one (GUID, UpdatedDate etc.) are populated in the local object.

This also enables you to determine which objects were successfully saved from a batch, as one failed item will not disrupt the whole batch. For new objects, the easiest way to confirm that it was successful is to check the ->hasGUID() method after saving.

Further discussion on enhancement #12

Parsing method updates and encoding fix

10 Mar 22:20
Compare
Choose a tag to compare

Now supports html parsing method, to try and decode when Xero responds with html instead of what you 'Accept'

Also contains an entity encoding bugfix

Introduction of Files API

09 Mar 21:29
Compare
Choose a tag to compare

Minor updates and addition of Files API

Updated models to Core API v2.90

05 Mar 01:35
Compare
Choose a tag to compare

This release also contains a fix for an error when generating models with no GUIDs.

Updated CA file to resolve SHA1 issues and updated models to Core API v2.89

04 Mar 00:13
Compare
Choose a tag to compare

Updated license

27 Jan 09:52
Compare
Choose a tag to compare
v1.0.3

Delete LICENSE

v1.0.2

27 Jan 09:27
Compare
Choose a tag to compare
Removal of underscored classnames for legacy autoloader compat