Releases: foxbytehq/laravel-xero-oauth2
Releases · foxbytehq/laravel-xero-oauth2
V2.0.0 Release
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\FileStoreas default - Added ability to skip
routehelper for redirect_uri #10
v1.3.1 Release
Fix bug in Webhook.php #25
v1.3.0 Release
v1.2.1 Release
- Specify scope separator in Oauth provider #15
v1.2.0 Release
v1.1.2 Release
Add support for Laravel 7
V1.1.1 Release
Remove PHP 7.4 features to maintained 7.3 compatibility.
V1.1.0 Release
Added webhook support
V1.0.0 Release
Initial release