Skip to content

Releases: njoguamos/laravel-zoho-oauth

v1.0.0

19 Jan 19:03
357b09b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v1.0.0

v0.5.0

18 Jan 00:26
262b729
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.5.0

v0.4.1

18 Jan 00:10
a199bea
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

23 Sep 08:28
beb3160
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

23 Sep 07:41
3db1ad0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.3.0

v0.2.2

31 Jan 23:46
Compare
Choose a tag to compare

Fix auth_token attribute

  • When calling auth_token attribute from ZohoOauth model, a string with refresh_token was emitted instead of access_token

v0.2.1

31 Jan 22:56
375e5c6
Compare
Choose a tag to compare

Fix facade error

  • Removed faced alias from composer #12

v0.2.0

31 Jan 22:34
660f155
Compare
Choose a tag to compare

Add refresh command

  • Add zoauth::refresh command #11 . This command generates access token from refresh token and saves them to the database
  • It is recommended you schedule zoauth::refreshto run every 50 minutes

v0.1.1

31 Jan 00:11
f86d955
Compare
Choose a tag to compare

Fix typos

  • Fix typos #7 that was causing the zoauth:init command to fail

v0.1.0

30 Jan 23:07
86ab4ff
Compare
Choose a tag to compare

Initial Release

  • Add zoauth:init command #5. This command is used to generate and save Zoho API Access and Refresh Token to the database
  • Add zoauth:prune command #5 . This command is used to remove all access tokens while retaining the last 10 records.
  • Add documentation detailing how to use the package.