Skip to content

Releases: foxbytehq/laravel-xero-oauth2

V2.0.0 Release

14 Aug 07:34

Choose a tag to compare

This is a big one!
But the upgrade should be as simple as republishing the config file, and then reauthorizing your application 👍

  • Make most resolution of credentials a binding instead of a singleton to fix queued jobs #27
  • Switch OauthCredentialProvider to be an interface to allow for custom storage #8
  • Make old OauthCredentialProvider \Webfox\Xero\Oauth2CredentialManagers\CacheStore
  • Added new Webfox\Xero\Oauth2CredentialManagers\FileStore as default
  • Added ability to skip route helper for redirect_uri #10

v1.3.1 Release

04 Aug 02:18
7a8df93

Choose a tag to compare

Fix bug in Webhook.php #25

v1.3.0 Release

29 Jun 22:29
77adff9

Choose a tag to compare

  • Remove PHP 7.4 typehint from webhook #17
  • Upgrade to v2 of the Xero API #16

v1.2.1 Release

08 Jun 22:29
45b5cef

Choose a tag to compare

  • Specify scope separator in Oauth provider #15

v1.2.0 Release

24 May 21:39
3c0c366

Choose a tag to compare

  • Fix issue of credentials being forgotten #11 #10 #3
  • Updates to the readme
  • Add accounting.settings as a default scope #12

v1.1.2 Release

26 Mar 20:04
7fe16e2

Choose a tag to compare

Add support for Laravel 7

V1.1.1 Release

12 Feb 06:10

Choose a tag to compare

Remove PHP 7.4 features to maintained 7.3 compatibility.

V1.1.0 Release

30 Jan 03:54

Choose a tag to compare

Added webhook support

V1.0.0 Release

26 Jan 21:26

Choose a tag to compare

Initial release