Releases: calcinai/xero-php
Releases · calcinai/xero-php
Maintenance Release
This release contains many little fixes.
- Binary attachement support
- More strict parsing of DateTime properties
- Models in PSR-2 (test of code to follow)
- Unknown properties allowed in models now, won't just be discarded.
Binary attachment support
Added support for Attachment::createFromBinary()
as in #100
Maintenance Release
Merge pull request #99 from coop182/patch-3 URL decode response body before checking 503 error message
UTC support and Bug fixes
Merge pull request #85 from calcinai/utc-support UTC support
Collections and all sorts
The major update in this release is the introduction of collections.
A raft of minor changes including
- Generator/model updates
- JSON encodable resources
- Example fixes
- Automatic AuthorizeURL generation
- Autoloader improvements
- __isset() magic functions on objects
- Pageable objects
- Corrected access to files API
There are a few other minor bits ant pieces like doc updated in there too. (Closes #73 )
Maintenance Release
Minor updates to models, docs and exception wording.
Minor fixes and docs updates
v1.2.1 Merge branch 'master' of https://github.com/calcinai/xero-php
Goodbye 5.3, Hello Traits!
Model Updates
Updated model parsing several minor fixes
May 4 API update release
New features and improvements
- Update Accounts