Skip to content

Releases: calcinai/xero-php

Maintenance Release

26 Oct 17:57
Compare
Choose a tag to compare

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

05 Oct 18:55
Compare
Choose a tag to compare

Added support for Attachment::createFromBinary() as in #100

Maintenance Release

23 Sep 03:08
Compare
Choose a tag to compare
Merge pull request #99 from coop182/patch-3

URL decode response body before checking 503 error message

UTC support and Bug fixes

01 Sep 19:09
Compare
Choose a tag to compare
Merge pull request #85 from calcinai/utc-support

UTC support

Collections and all sorts

12 Aug 19:25
Compare
Choose a tag to compare

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

02 Jul 00:19
Compare
Choose a tag to compare

Minor updates to models, docs and exception wording.

Minor fixes and docs updates

23 Jun 08:43
Compare
Choose a tag to compare
v1.2.1

Merge branch 'master' of https://github.com/calcinai/xero-php

Goodbye 5.3, Hello Traits!

20 Jun 00:52
Compare
Choose a tag to compare

This release drops support for PHP 5.3, as it uses traits for some conditionally shared functionality of models.

It addresses the lack of attention to file related actions, as noted in #32 and #33.

This also paves the way fror finally implementing #4. Finally.

Model Updates

25 May 23:51
Compare
Choose a tag to compare

Updated model parsing several minor fixes

May 4 API update release

06 May 06:20
Compare
Choose a tag to compare

New features and improvements

  1. Update Accounts