Skip to content

Releases: LifeOnScreen/laravel-quickbooks

v0.0.2

06 Nov 06:44
520845b

Choose a tag to compare

  • 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!)

v0.0.1

06 Nov 06:40
71266f9

Choose a tag to compare

Initial release