Skip to content

Releases: calcinai/xero-php

v2.4.1

02 Jan 21:10
d81a80d
Compare
Choose a tag to compare

What's Changed

  • Update Readme with extra scope information by @Good4zb in #831
  • Add the reference date to the model properties and the getMethod by @lionslair in #830
  • document custom connections by @Josh-G in #834
  • Additional get/set methods for TrackingCategory and Payment. by @hillsinfoodle in #837

New Contributors

Full Changelog: v2.4.0...v2.4.1

v2.4.0

04 Oct 18:47
50b5fae
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0

Payroll support

18 Aug 21:15
720df18
Compare
Choose a tag to compare

Also includes misc big fixes and model updates

Model updates

29 Nov 00:48
c69271b
Compare
Choose a tag to compare

Specifically #782

Even more new models!

07 Oct 05:55
90b378c
Compare
Choose a tag to compare
Merge pull request #773 from gurucomkz/gurucomkz-patch-issue-772

fix: Declared Payments as pageable

New Models

25 Sep 02:07
057502c
Compare
Choose a tag to compare
Merge pull request #767 from Healyhatman/AU-tracking-cat-settings

Fix for Tracking Category in settings

Patch to fix PHP5.5 compatibility

19 Jul 21:07
Compare
Choose a tag to compare
v2.2.1

Fix PHP5.5 compat

Maintenance Release

17 Jul 03:36
Compare
Choose a tag to compare
  • Lower PHP requirement to allow use on AppEngine Standard
  • Throw missing exceptions on Forbidden responses
  • Create common LineItem class and deprecate child instance.

Many wonderful improvements

13 May 20:30
18697c0
Compare
Choose a tag to compare
  • Collection fixes
  • Fixed TrackingOptions (again)
  • Now throws exceptions on all non-200 codes
  • RateLimitExceededException for OAuth2 apps
  • Also match GUIDs without dot notation

Thanks to all the contributors of this release

Use v1.0 of oauth2-xero provider

14 Apr 05:44
53c14a9
Compare
Choose a tag to compare
Merge pull request #721 from calcinai/calcinai-patch-1

Use version 1.0 of oauth2-xero