We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7260da commit c4e9244Copy full SHA for c4e9244
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `laravel-xero-oauth2` will be documented in this file
4
5
+## v2.0.1 Release
6
+- Moved the refreshing of the token to the resolution of the CredentialManager.
7
+ This should resolve any issues where the Xero configuration object is never resolve (e.g. not using the AccountingApi class) #48
8
+
9
## v2.0.0 Release
10
- Make most resolution of credentials a binding instead of a singleton to fix queued jobs #27
11
- Switch OauthCredentialProvider to be an interface to allow for custom storage #8
0 commit comments