Skip to content

Releases: calcinai/xero-php

Minor bugfixes

05 Jun 08:04
Compare
Choose a tag to compare
v1.8.2

Remove version from readme

Catchup Collection methods from last release

29 May 04:32
Compare
Choose a tag to compare
v1.8.1

Formatting and addition of last() method

Minor compatibility updates

29 May 02:17
f661b3b
Compare
Choose a tag to compare

There is a slight API change that shouldn't affect any users, but bumping the minor just in case.

Bigfixes and Model Updates

10 May 20:09
18490e0
Compare
Choose a tag to compare

This release contains several small bug fixes and updates to Payroll models.

PHP 7.2 Compatibility

22 Jan 08:09
82e95c8
Compare
Choose a tag to compare

This release renames the Object class to Model, but should maintain backward compatibility.

Maintenance Release

06 Dec 00:25
901e8b9
Compare
Choose a tag to compare
Merge pull request #327 from sparkdevio/master

Don't make ReportTaxType mandatory

Maintenance Release

16 Nov 19:46
05fdce0
Compare
Choose a tag to compare
Merge pull request #280 from timacdonald/move-client-oauth-url-logic

Moved authorize url query string logic to Client

Model updates, updated tests and much more.

17 Oct 00:15
Compare
Choose a tag to compare

This release contains a lot of updates, some not completely BC, although in the minor cases where it isn't, it is fixing otherwise broken code.

  • Fixed Journal Line Tracking Category selecting - #231
  • Fixed incorrect example of loadByGUID in README
  • URL-encode filenames for attachments
  • Model property updates
  • Added BankStatement Report model
  • Added ability to add arbitrary parameters to send to the API
  • Drop the assumption that microtime() has a decimal in noonce
  • Workarounds for objects that nest themselves an extra level deep
  • Made handling for TrackingCategory parsing more robust
  • Added methods to get and set config options
  • Added ability to get the online invoice url - #246
  • Allow FQN in model refs
  • ->saveAll() now gets the API stem for the resource being saved
  • Updated Xero docs link for pagination
  • Only validate missing fields for non-xero elements

Maintenance Release

15 Feb 21:16
Compare
Choose a tag to compare
  • Updates models
  • Return Response object from save and delete shorthand methods
  • Fix return value in doc blocks
  • Added IncludeOnline functionality
  • Removes entrust ssl certificates
  • Removes config defaults from Partner App
  • Save multiple Units on timesheets, use correct api
  • Reset keys as error handling relies on them being sequential
  • Adds includeArchived() to query
  • General code cleanup

Hotfix

25 Oct 10:40
Compare
Choose a tag to compare

v1.4.0 introduced a breaking change with models not including setters for read-only properties. This will gracefully deprecate them.