Releases: LifeOnScreen/laravel-quickbooks
Releases · LifeOnScreen/laravel-quickbooks
v0.0.2
- Created a TokenHandler class so that projects can override how the authentication tokens are stored
- Renamed QuickBooksConnect to QuickBooksAuthenticator to avoid confusion with the QuickBooksConnection class (this is a breaking change!)
- Added a QuickBooksAuthenticator::revokeAccess() method
- Refactored QuickBooksEntity to use a SyncsToQuickBooks trait so that the trait can be used in instances where the model doesn't directly extend the Eloquent model
- Created individual resource classes for conveniently working with each of the QuickBooks resources
- The QuickBooksEntity must now set the $quickBooksResource property to the class name of the QuickBooks resource in LifeOnScreen\LaravelQuickBooks\Resources (this is a breaking change!)