Releases: calcinai/xero-php
Nested resource improvements
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
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
Also includes updated models and minor bug fixes
Model Update and PBR object updating
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
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
Minor updates and addition of Files API
Updated models to Core API v2.90
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
v1.0.4 Updated models for Core API v2.89
Updated license
v1.0.3 Delete LICENSE