Skip to content

Releases: calcinai/xero-php

v2.7.0 Fix Xero's Breaking changes

21 Jul 23:54
ad81088
Compare
Choose a tag to compare

What's Changed

Xero have made a meal of their API releases over the past few weeks. This update makes xero-php compatible with the current response format. Who knows if that'll still be the case tomorrow 🤷🏻‍♂️

v2.6.2

02 Jul 10:30
7a6a6a2
Compare
Choose a tag to compare

What's Changed

Turns out Xero aren't the only ones who released backward-incompatible changes 😬

v2.6.1

01 Jul 02:28
7fbe9a0
Compare
Choose a tag to compare

What's Changed

  • Add AccountId field to Invoice Line Items by @oatmael in #906
  • Handle null values by @bretto36 in #904
  • Normalise getIsPrimary method so it behaves the same as the other "Boolean" by @bretto36 in #893
  • Feed back API rate limits requests to the application. Demonstrate how to handle rate limit exceptions with Guzzle Middleware by @mogilvie in #897
  • Update Payment.php by @chen-fang-1992 in #898
  • fix getRootNodeName return by @rushork in #914
  • Fix: Handle Root Warnings and Access the Responses from Queries by @patrickmallen in #913
  • Remove slash from base url by @mogilvie in #912
  • Handle the new pagination element by @bretto36 in #917

New Contributors

Full Changelog: v2.6.0...v2.6.1

v2.6.0

01 Nov 22:45
29218c4
Compare
Choose a tag to compare

What's Changed

  • feat: support create and update for repeating invoice by @kthiha-dev in #894
  • Add RequiredFieldException for better handling of missing field errors by @oatmael in #895
  • Added support for MergedToContactID. by @JackGreen411 in #900
  • [Fix] Purchase Order CurrencyRate and Contact's PaymentTerms by @dipaksarkar in #901

New Contributors

Full Changelog: v2.5.5...v2.6.0

v2.5.5

21 Feb 06:00
a24eda2
Compare
Choose a tag to compare

What's Changed

  • Add in the PUT type to create new TaxRates by @mogilvie in #872
  • add startData, endData and isOffPayrollWorker properties by @pjw345 in #875
  • add Leave class to PayrollUK by @pjw345 in #877
  • Add Organisation Class Constants by @mogilvie in #882
  • Adding FromIsReconciled and ToIsReconciled to BankTransfer by @incentfit in #884

New Contributors

Full Changelog: v2.5.4...v2.5.5

v2.5.4

06 Oct 07:00
b132098
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.3...v2.5.4

v2.5.3

17 Aug 20:51
b685bf3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.2...v2.5.3

v2.5.2

26 Jun 20:07
6bfba5f
Compare
Choose a tag to compare

What's Changed

  • Update guzzle/psr-7 for Improper Input Validation by @calcinai in #855

New Contributors

Full Changelog: v2.5.1...v2.5.2

v2.5.1

02 May 22:02
55dc1f6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.5.1

v2.5.0 - Practice manager

31 Jan 23:19
f628a86
Compare
Choose a tag to compare

What's Changed

  • Practice manager - #760

New Contributors

Full Changelog: v2.4.1...v2.5.0