Skip to content

Releases: dcblogdev/laravel-xero

v1.1.15

21 May 08:55
8e89a57
Compare
Choose a tag to compare

What's Changed

  • Allow tenant name to be nullable in getTenantName method by @dcblogdev in #94
  • Refactor Xero class: remove date formatting and query string methods … by @dcblogdev in #95
  • Add XeroShowAllTokensCommand and update service provider by @dcblogdev in #96

Full Changelog: v1.1.14...v1.1.15

v1.1.14

19 May 10:15
35d8a48
Compare
Choose a tag to compare

What's Changed

  • Added nullable type parameter to StoreTokenAction for php 8.4 by @fluxdesiqn in #86
  • Add formatDate method to handle date parsing and formatting by @dcblogdev in #87
  • Update PHP versions in GitHub Actions to include 8.3 and 8.4 by @dcblogdev in #88
  • Update dependency versions in composer.json for improved compatibility by @dcblogdev in #89
  • Use http_build_query for query string formatting in formatQueryString… by @dcblogdev in #90
  • Refactor StoreTokenAction to merge tenant data conditionally by @dcblogdev in #91
  • Add additional tests by @dcblogdev in #92
  • Add DTOs and enums for Contact and Invoice management by @dcblogdev in #93

New Contributors

Full Changelog: v1.1.13...v1.1.14

v1.1.13

15 Apr 11:38
32640e5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.12...v1.1.13

v1.1.12

24 Feb 23:21
8fd0c8e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.11...v1.1.12

v1.1.11

01 Sep 16:08
9cd5ff8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.10...v1.1.11

v1.1.10

12 Jun 10:00
081acbb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.9...v1.1.10

v1.1.9

15 Mar 14:40
b1d7bd9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.8...v1.1.9

Add support for Laravel 11

12 Mar 11:16
Compare
Choose a tag to compare
v1.1.8

Add support for Laravel 11

v1.1.7

11 Mar 10:27
138a4b1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.6...v1.1.7

v1.1.6

09 Sep 13:18
Compare
Choose a tag to compare
  • Fixed bugfix where tenant_id was checked against id column
  • Fixed failing test for getting access token
  • Update Xero.php expiry check to use the accessor instead of expired_in column