Skip to content

Releases: XeroAPI/xero-php-oauth2

8.0.0

03 Feb 05:36
f0635a7
Compare
Choose a tag to compare

Build from OAS 7.0.0

Breaking Changes

  • [DataSourceResponse]: Removed the following fields, which were previously marked as deprecated:
    • indirectBankFeed
    • indirectBankFeedPos
    • indirectBankFeedNeg

Deprecations

  • [EmployeeLeaveSetup]: The following fields are now deprecated and will be removed in future release:
    • sickLeaveHoursToAccrueAnnually
    • sickLeaveMaximumHoursToAccrue
  • [EmployeeLeaveType]: The following fields are now deprecated and will be removed in future release:
    • hoursAccruedAnnually

New Features

  • [EmployeeLeaveSetup]: Introduced new fields:
    • SickLeaveToAccrueAnnually
    • SickLeaveMaximumToAccrue
    • AnnualLeaveAnniversaryDate
  • [EmployeeLeaveType]: Introduced new fields:
    • UnitsAccruedAnnually
    • typeOfUnitsToAccrue
    • openingBalanceTypeOfUnits
  • [LeavePeriod]: Introduced new fields:
    • numberOfUnitsTaken
    • typeOfUnits
    • typeOfUnitsTaken
  • [LeaveType]: Introduced new fields:
    • typeOfUnits
    • typeOfUnitsToAccrue

Full Changelog: 7.3.0...8.0.0

7.4.0-dev.1

22 Oct 07:35
Compare
Choose a tag to compare
ci: testing the packagist release

7.4.0-dev

22 Oct 07:32
1c61820
Compare
Choose a tag to compare
Merge pull request #376 from XeroAPI/PETOSS-518-Find-package-vulnerab…

7.4.0-alpha

22 Oct 09:13
1c61820
Compare
Choose a tag to compare
Merge pull request #376 from XeroAPI/PETOSS-518-Find-package-vulnerab…

7.3.0

16 Sep 11:06
98e082b
Compare
Choose a tag to compare

Build from OAS 6.3.0

What's Changed

  • New optional property got added to the EmployeeLeaveType DTO for scheduleOfAccrualDate.

  • Following USST fields have been added to Invoices and Credit Notes endpoints:

    • InvoiceAddresses
    • SalesTaxCodeId
    • Taxability
    • TaxBreakdown
  • GitHub Actions workflow has been added for validation of PRs.

Full Changelog: 7.2.0...7.3.0

7.2.0

26 Aug 10:00
16e60e1
Compare
Choose a tag to compare
  • Build from OAS 6.2.0

What's Changed

  • Accounting API - Field SentToContact is now writable for credit notes.

Full Changelog: 7.1.0...7.2.0

7.1.0

05 Aug 05:25
694259f
Compare
Choose a tag to compare

Build from OAS 6.1.1

What's Changed

Full Changelog: 7.0.1...7.1.0

7.0.1

22 Jul 10:26
1fac240
Compare
Choose a tag to compare

What's Changed

  • Build from OAS 6.0.1
  • Fixes syntax errors in models.

Breaking Change

  • JSON serialization response will contain an associative array instead of holding the domain object directly

Full Changelog: 7.0.0...7.0.1

7.0.0

15 Jul 13:04
Compare
Choose a tag to compare

What's Changed

  • Build from OAS 6.0.0

Breaking Change

  • Removed PageInfo metadata object and added pagination metadata object for select Api.Accounting endpoints
  • Introducing Search Term in GET /invoice endpoint.
  • Adds the pageSize query parameter for GET /Overpayments and GET /Prepayments endpoints.
  • Added ultimate sub plans for Api.Accounting

Full Changelog: 6.0.0...7.0.0

6.0.0

01 Jul 10:26
09707a0
Compare
Choose a tag to compare

Build from OAS 5.0.0

BREAKING CHANGE

  • PageInfo object has been added to the HTTP response for following endpoints & the response schema name has been changed.

    • payments
    • purchase Orders
    • contacts
    • credit notes
    • manual journals
    • invoices
    • bank transactions
    • pre payments
    • over payments
  • page size query parameter has been added to "get all" endpoints for bank transactions, contacts, credit notes, invoices, manual
    journals, payments and purchase orders

  • Following properties are 'no longer in use' for "DataSourceResponse" schema -

    • indirectBankFeed
    • indirectBankFeedPos
    • indirectBankFeedNeg

Full Changelog: 5.0.0...6.0.0